summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Load/save cookies file in framebuffer frontendJohn Mark Bell2010-08-101-0/+19
| | | | svn path=/trunk/netsurf/; revision=10685
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-0/+5
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Bring throbber off screen edge by spacing_width.Michael Drake2010-07-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10607
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-665/+838
| | | | svn path=/trunk/netsurf/; revision=10605
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-041-92/+58
| | | | svn path=/trunk/netsurf/; revision=10550
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which ↵Daniel Silverstone2010-04-301-13/+2
| | | | | | *is* different, thereby eliminating the word 'myrealloc' from the NS codebase svn path=/trunk/netsurf/; revision=10530
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by ↵John Mark Bell2010-04-301-0/+5
| | | | | | | | the C standard (whereas realloc(NULL, size) --> malloc(size) is). Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free). svn path=/trunk/netsurf/; revision=10524
* fix pending redraw discoveryVincent Sanders2010-04-281-4/+2
| | | | svn path=/trunk/netsurf/; revision=10515
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-4/+10
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* fill bottom right hand corner of framebuffer furnitureVincent Sanders2010-04-281-0/+9
| | | | svn path=/trunk/netsurf/; revision=10505
* Make sure that an event occurred before inspecting itJohn Mark Bell2010-04-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=10493
* Ensure that we clean up the root browser windowJohn Mark Bell2010-04-271-9/+5
| | | | svn path=/trunk/netsurf/; revision=10492
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-221-106/+34
| | | | svn path=/trunk/netsurf/; revision=10466
* Fix framebuffer buildJohn Mark Bell2010-04-151-2/+4
| | | | svn path=/trunk/netsurf/; revision=10404
* Make downloads work again.John Mark Bell2010-04-051-5/+5
| | | | svn path=/trunk/netsurf/; revision=10243