summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-2/+2
* Use search provider iterator to populate preferences dialogDaniel Silverstone2014-06-031-2/+18
* fix default search provider icon handlingVincent Sanders2014-06-032-8/+8
* add proxy excusion entry to GTK builder file. From Pavel Smolyar (bug #2122)Vincent Sanders2014-05-291-1/+31
* make launch_url core operation use nsurlVincent Sanders2014-05-271-4/+6
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-263-71/+9
* Completely re-write web search provider handlingVincent Sanders2014-05-256-103/+99
* reduce uncessary include usageVincent Sanders2014-05-183-8/+12
* ensure new config directories can be created.Vincent Sanders2014-05-131-3/+3
* Enable filesystem based cache in gtk frontendVincent Sanders2014-05-132-1/+118
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
* fix gtk options loadingVincent Sanders2014-05-121-1/+1
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
* remove unecessary utils/url.h includesVincent Sanders2014-05-092-2/+0
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-8/+13
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-084-14/+13
* add file operations table and make all frontends use it.Vincent Sanders2014-05-074-81/+44
* make gtk commandline filename loading use snprintfVincent Sanders2014-04-301-4/+6
* improve iconv library handlingVincent Sanders2014-04-301-0/+6
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-284-123/+315
* Add 1px to caret height.Michael Drake2014-03-271-3/+3
* Merge remote-tracking branch 'achal/fix-2098'Michael Drake2014-03-271-2/+14
|\
| * Fix caret cropping using clip rectangle.Achal-Aggarwal2014-03-211-2/+14
* | fix formatting of defaults makefilesVincent Sanders2014-03-201-21/+21
* | move page search gui callbacks to their own operations tableVincent Sanders2014-03-184-83/+32
|/
* Fix gtk web page searchingVincent Sanders2014-03-183-88/+90
* move scheduleing into browser operation tableVincent Sanders2014-03-094-15/+25
* 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