summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup preference dialog handling of Developer view optionsVincent Sanders2014-08-025-325/+673
* Optimise glyph scaling.Michael Drake2014-08-011-23/+15
* Simplify glyph scaling slightly.Michael Drake2014-08-011-14/+2
* Simplify style handling.Michael Drake2014-08-011-15/+8
* Add support for double-size rendering of internal font for headings.Michael Drake2014-08-013-16/+102
* Remove unused #define.Michael Drake2014-08-011-1/+0
* rationalise source viewVincent Sanders2014-08-0112-594/+750
* beos: Disable non-working menu entriesFrançois Revol2014-07-311-9/+11
* Use label.image's In Menu Mode when availableChris Young2014-07-281-0/+7
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-2714-406/+483
* stop gtk about dialog forcing navigation of existing browsing contextsVincent Sanders2014-07-276-62/+88
* remove assert for creating new browser context with the tab flag set.Vincent Sanders2014-07-272-3/+2
* Fix up use of uninitialised variable.Michael Drake2014-07-261-2/+2
* Add rudimentary support for resizing.Michael Drake2014-07-268-33/+435
* Increase minimum stack to 1MBChris Young2014-07-261-1/+1
* beos: Fix buildFrançois Revol2014-07-261-0/+1
* Raise minimum stack to 512KChris Young2014-07-261-1/+1
* use public browser interface rather than privateVincent Sanders2014-07-241-1/+1
* update gtk frontend menu structure to be more standardVincent Sanders2014-07-236-92/+134
* clean up attach parent macroVincent Sanders2014-07-231-22/+20
* remove unused popup menu link context sensative change code.Vincent Sanders2014-07-234-72/+23
* Fix to point at current build documentaion.Michael Drake2014-07-221-2/+1
* stop treeview redraw failing because of bad global state.Vincent Sanders2014-07-212-1/+7
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-213-81/+104
* Always treat root element as overflow:visible.Michael Drake2014-07-181-47/+50
* Restrict 'drill down' to specific box types.Michael Drake2014-07-181-2/+10
* Fix bug #2154: List numbering.Michael Drake2014-07-181-4/+13
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-172-9/+26
* remove content include from urldb headerVincent Sanders2014-07-1711-10/+17
* Fix overflow handling issue.Michael Drake2014-07-131-19/+4
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-134-10/+10
* Fix tab title when "always show tabs" is enabled and only one tab is presentChris Young2014-07-121-3/+3
* Don't update if there is no browser attached (fixes potential crash on startup)Chris Young2014-07-121-1/+1
* Ensure tab titles are updated if the tab bar is newly addedChris Young2014-07-121-5/+4
* Remove more dead code.Michael Drake2014-07-091-4/+1
* Remove redundant code.Michael Drake2014-07-091-9/+0
* remove unecessary reformat callVincent Sanders2014-07-091-3/+0
* Simplify schedule_remove.Michael Drake2014-07-091-8/+13
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-07-0886-1262/+1674
|\
| * fix leak on error path (coverity 1224429)Vincent Sanders2014-07-081-0/+1
| * stop using invalid gdkpixbufVincent Sanders2014-07-081-1/+7
| * when walking the css imports ensure the content is present before dereferenci...Vincent Sanders2014-07-082-4/+7
| * add link context menu to gtk and add link copying and bookmarkingVincent Sanders2014-07-077-106/+248
| * fixup missing includesVincent Sanders2014-07-064-1/+5
| * try and improve usage of browser window internalsVincent Sanders2014-07-0612-50/+79
| * fixup merge of scheduled reformatVincent Sanders2014-07-064-7/+7
| * Merge branch 'vince/reformatpending'Vincent Sanders2014-07-0625-222/+187
| |\
| | * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-0125-220/+187
| * | Stop the throbber resetting itself to frame 1Chris Young2014-07-051-1/+1
| * | Move favicon redraw to scheduled callbackChris Young2014-07-051-11/+11