summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* make the framebuffer resource path setting betterVincent Sanders2012-08-221-1/+1
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-0/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Grab pointer during drag.Michael Drake2012-08-021-0/+15
|
* Fix click travel tolerance calc. Has to travel more than 5px to become drag.Michael Drake2012-08-021-2/+2
|
* Simple clipboard support. Only used within browser window.Michael Drake2012-08-011-29/+0
|
* Cleanup drag end.Michael Drake2012-08-011-1/+6
|
* Convert move pointer during build and use it for page drag-scroll.Michael Drake2012-08-011-0/+5
|
* Pass drags to core. Enables page drag-scrolling, text selection, frames ↵Michael Drake2012-08-011-28/+74
| | | | scrollbars, etc.
* Use enum instead of magic numbers for tracking key modifier states. Pass ↵Michael Drake2012-08-011-15/+75
| | | | special keys to core (e.g. WORD_LEFT, SELECT_ALL, etc).
* Make browser window widget remove caret on "strip focus" event.Michael Drake2012-07-311-0/+15
|
* Core's gui_window_remove_caret should only remove caret if the bw in ↵Michael Drake2012-07-311-2/+6
| | | | question owns the caret.
* When setting fbtk caret, register callback for redrawing caret removal.Michael Drake2012-07-311-20/+14
|
* Add caret to browser window widgets. Caret now shows when editing forms.Michael Drake2012-07-311-1/+57
|
* Change a couple of 'if's to 'else if's.Michael Drake2012-07-261-7/+6
|
* Avoid a load of repeat operations when panning by greater than viewport size.Michael Drake2012-07-261-2/+4
|
* Avoid redrawing the whole screen when scrolling by zero pixels.Michael Drake2012-07-261-3/+10
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-25/+26
| | | | svn path=/trunk/netsurf/; revision=13548
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
| | | | svn path=/trunk/netsurf/; revision=13198
* Update for modified libnsfb APIVincent Sanders2011-11-211-6/+5
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Remove unused variable.Michael Drake2011-10-291-2/+1
| | | | svn path=/trunk/netsurf/; revision=13095
* Build resource: map at start timeJohn Mark Bell2011-10-051-14/+0
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-7/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
| | | | svn path=/trunk/netsurf/; revision=12712
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-28/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* If no Cookies file path is set in Choices file, use default of ↵Michael Drake2011-08-291-2/+2
| | | | | | "~/.netsurf/Cookies". svn path=/trunk/netsurf/; revision=12675
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12653
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
| | | | svn path=/trunk/netsurf/; revision=12579
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12525
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-5/+5
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Scale mouse pointer position.Michael Drake2011-03-161-16/+20
| | | | svn path=/trunk/netsurf/; revision=12081
* Beginnings of scale support.Michael Drake2011-03-161-10/+23
| | | | | | | | | | | | | - No front end to set scale, only global option. - No input (mouse pos) scaling. - Scaled of pos for update_box (e.g. animation) is wrong. - Off-by-1 in scaled scroll panning. Perhaps we should look at moving all the scale logic into the core. svn path=/trunk/netsurf/; revision=12080
* Move schedule.h to utils/John Mark Bell2011-03-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-0/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-6/+0
| | | | svn path=/trunk/netsurf/; revision=11870
* add resource handlingVincent Sanders2011-02-231-18/+20
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-2/+8
| | | | svn path=/trunk/netsurf/; revision=11648
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-5/+0
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-101-6/+4
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-201-0/+2
| | | | svn path=/trunk/netsurf/; revision=10948
* Make click action happen on release.Michael Drake2010-11-201-7/+7
| | | | svn path=/trunk/netsurf/; revision=10947
* Squash warningsJohn Mark Bell2010-10-051-2/+5
| | | | svn path=/trunk/netsurf/; revision=10866
* Add flexible toolbar support and docuemnt itVincent Sanders2010-10-041-116/+273
| | | | svn path=/trunk/netsurf/; revision=10862