summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | We do not currently support pre-edit texts, or retrieving/modifying text surrounding the caret. This does, at least, finally allow the use of dead keys during text input, but probably is insufficient for useful input of CJKV &c.
* 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
| | | | browser_window_navigate flags.
* 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
| | | | Reduces front end need to access bw internals.
* 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
|