summaryrefslogtreecommitdiff
path: root/gtk/window.c
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary includesVincent Sanders2014-02-011-3/+5
* split browser gui operations upVincent Sanders2014-01-151-2/+2
* move teh final optional window operations into the tableVincent Sanders2014-01-131-16/+12
* move four more optional window operations to tableVincent Sanders2014-01-131-4/+9
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-14/+17
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-20/+0
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-8/+18
* move window creation and destruction into tableVincent Sanders2014-01-111-4/+5
* Change gui_file_gadget_interface to pass gui_window not browser_window, add G...Rob Kendrick2014-01-051-0/+32
* fix error path resource handling in gtk browser window creation (coverity 110...Vincent Sanders2013-11-031-12/+14
* completely rework scaffolding window destruction using gtkwidget destroy signalsVincent Sanders2013-06-281-38/+55
* add new tab tabVincent Sanders2013-06-271-2/+2
* fix status/toolbar bottom split position and setting user option in gtkVincent Sanders2013-06-251-34/+76
* fix mismatched option name and variable namesVincent Sanders2013-05-281-2/+2
* move options includeVincent Sanders2013-05-281-1/+1
* remove extraneous debugVincent Sanders2013-05-231-2/+0
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-1/+1
* Fix mouse wheel scrolling on gtk3 by implementing the smooth scroll directionVincent Sanders2013-05-041-63/+49
* fix scrolling on gtk3Vincent Sanders2013-04-171-1/+8
* attach scrollbar and layout to the same adjustment so it need not be done in ...Vincent Sanders2013-04-171-9/+1
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-1/+1
* Pass double and triple clicks to the browser window.Michael Drake2013-02-121-1/+7
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Remove unused struct box.Michael Drake2012-08-201-1/+0
* cleanup debug loggingVincent Sanders2012-06-101-2/+2
* fix build on gtk 2.12Vincent Sanders2012-05-171-41/+41
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-196/+283
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-7/+8
* fix favicon displayVincent Sanders2012-02-211-6/+37
* remove unused scrolledwindow memberVincent Sanders2012-02-201-31/+6
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-4/+3
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-0/+29
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-261-2/+2
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+2
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-6/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-4/+0
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-051-1/+1
* Delete unused function.Michael Drake2011-09-051-15/+0
* Delete dead frames handling.Michael Drake2011-09-051-58/+37
* Fix runtime warningJohn Mark Bell2011-09-041-2/+3
* Remove dead code.Michael Drake2011-09-041-26/+2
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-37/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0