summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-3/+3
| | | | | | Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
* [project @ 2004-07-17 23:32:08 by bursa]James Bursa2004-07-171-5/+5
| | | | | | Rewrite and simplify mouse click handling. svn path=/import/netsurf/; revision=1094
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-10/+8
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-105/+26
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-2/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-1/+2
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-1/+1
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-10-05 23:30:21 by rob]Rob Jackson2003-10-051-1/+64
| | | | | | Implemented download window interface, and modified ro_drag_info struct svn path=/import/netsurf/; revision=345
* [project @ 2003-10-01 00:26:42 by jmb]John Mark Bell2003-10-011-0/+89
Split text selection related code from riscos/gui.c svn path=/import/netsurf/; revision=338