summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* GTK: add some support for input methods.John-Mark Bell2014-02-173-19/+109
* GTK: more endian fixes for bitmap conversion.John-Mark Bell2014-02-161-4/+48
* GTK: fix pre-multiplication of alpha.John-Mark Bell2014-02-161-3/+3
* GTK: make image component manipulation endian-safe.John-Mark Bell2014-02-161-41/+50
* Make history internal to browser_window module.Michael Drake2014-02-151-20/+16
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-102-18/+9
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-104-38/+29
* Clean up gui_window creation API.Michael Drake2014-02-091-7/+8
* Simplify local history interface.Michael Drake2014-02-081-4/+3
* Avoid dereffing bw in a few places.Michael Drake2014-02-081-11/+5
* Don't use bw internals.Michael Drake2014-02-081-19/+19
* Don't need browser_private.h any more.Michael Drake2014-02-081-1/+1
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-2/+2
* Use get_scale function instead of derefing the bw.Michael Drake2014-02-081-18/+23
* Use browser_window_get_extents function.Michael Drake2014-02-081-5/+4
* Use browser_window_has_content.Michael Drake2014-02-081-2/+1
* Use browser_window_has_content.Michael Drake2014-02-081-2/+2
* Remove pointless variable.Michael Drake2014-02-081-2/+1
* Use browser_window URL accessor.Michael Drake2014-02-081-6/+7
* Use clean accessor for bw URL.Michael Drake2014-02-081-2/+1
* Remove includes of browser_private.h and hlcache.hMichael Drake2014-02-081-9/+2
* Avoid includes of desktop/browser_private.h and content/hlcache.hMichael Drake2014-02-081-10/+4
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-082-13/+2
* remove unecessary desktop/browser.h includesVincent Sanders2014-02-041-2/+0
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-036-5/+14
* remove unecessary includesVincent Sanders2014-02-034-48/+22
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-31/+0
* remove further extraneous includesVincent Sanders2014-02-011-0/+1
* remove unnecessary includesVincent Sanders2014-02-014-11/+14
* make clipboard table operations static and remove unecessary includesVincent Sanders2014-02-014-24/+15
* clean up desktop/gui.h include usageVincent Sanders2014-01-293-2/+6
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-282-14/+12
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-256-165/+175
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-8/+12
* move 401 login into operation tableVincent Sanders2014-01-163-2/+6
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-2/+4
* split browser gui operations upVincent Sanders2014-01-155-15/+18
* complete move of remaining core gui functionsVincent Sanders2014-01-152-4/+16
* move download operations to download tableVincent Sanders2014-01-143-18/+15
* move teh final optional window operations into the tableVincent Sanders2014-01-132-27/+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-127-34/+30
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-0/+13
* move window creation and destruction into tableVincent Sanders2014-01-113-6/+11
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-99/+108
* Under GTK, file gadgets are more like buttonsRob Kendrick2014-01-051-1/+1