summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix gtk install target to provide language fallbackVincent Sanders2014-08-199-15/+18
| |
| * deal with ftell errors and short reads (coverity 1230589 1230588)Vincent Sanders2014-08-181-4/+9
| |
| * remove logically dead code path (coverity 1231842)Vincent Sanders2014-08-181-10/+9
| |
| * cope with error return from ftell (coverity 1231843)Vincent Sanders2014-08-181-10/+23
| |
| * sanity check length os environment variable derived paths (Coverity 1231845)Vincent Sanders2014-08-181-9/+20
| |
| * fix leaking of title text (coverity 1229480)Vincent Sanders2014-08-181-9/+4
| |
| * fix resource leak of default application desktop file name. (coverity 1231844)Vincent Sanders2014-08-181-5/+6
| |
| * generate internal font from glyph data on demandVincent Sanders2014-08-174-6252/+174
| |
| * remove old svn scriptVincent Sanders2014-08-171-64/+0
| |
| * extend gtk viewdata to open files in an editor using the freedesktop default ↵Vincent Sanders2014-08-164-21/+300
| | | | | | | | app specification
| * Fix buildFrançois Revol2014-08-072-0/+2
| | | | | | | | | | desktop/browser.h:456:76: error: use of enum 'content_debug' without previous declaration
| * Remove unused code.Michael Drake2014-08-041-73/+0
| |
| * Remove unwanted debug.Michael Drake2014-08-042-3/+1
| |
| * mailto urls don't have passwords or ports, so we don't need to look for ':'.Michael Drake2014-08-043-4/+80
| |
| * Add debug.Michael Drake2014-08-041-0/+16
| |
| * fix DOM tree dump debugVincent Sanders2014-08-0412-61/+292
| |
| * extend viewdata to files and use it for box tree dumpVincent Sanders2014-08-043-57/+186
| |
| * Reduce minimum stack to 128K.Chris Young2014-08-031-1/+1
| | | | | | | | This should make it easier to see if bug#2177 is fully resolved.
| * 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
| | | | | | | | So at lest people won't expect too much.
| * 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
| | | | | | | | | | | | This allows creation of new browsing contents (browser/gui window) in a tab but without explicitly providing a sibling browsing context to be placed with.
| * Fix up use of uninitialised variable.Michael Drake2014-07-261-2/+2
| |
| * Add rudimentary support for resizing.Michael Drake2014-07-268-33/+435
| | | | | | | | | | | | | | | | | | | | | | - Currently only libnsfb's SDL surface supports resizing. - Flickers like crazy while resizing. Possibly because the SDL surface is not set to use double buffering. - The internal widget library, fbtk, was never intended for this, as such it has no knowledge of how a widget should be positioned with respect to its parent. This means the top level window has to track everything and move them itself.
| * 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
| | | | | | | | Fixes bug #2149.
| * Restrict 'drill down' to specific box types.Michael Drake2014-07-181-2/+10
| |
| * Fix bug #2154: List numbering.Michael Drake2014-07-181-4/+13
| | | | | | | | | | Previous list item box may not always be last child of parent. Search its previous children until a list item is found.
| * 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
| |