summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add float_container to box tree dump.Michael Drake2014-08-311-0/+2
|
* Remove MimeMan stuff from !Cache.Michael Drake2014-08-302-0/+0
|
* Remove debug logging.Michael Drake2014-08-301-5/+0
|
* Avoid include of browser_private.hMichael Drake2014-08-261-8/+19
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-08-2614-32/+306
|\
| * update version info for next development cycleVincent Sanders2014-08-261-2/+2
| |
| * Merge branch 'heads/release/3.2'Vincent Sanders2014-08-260-0/+0
| |\
| | * Update version for releaserelease/3.2Vincent Sanders2014-08-261-6/+1
| |/
| * add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-257-7/+290
| |
| * Ensure the favicon updates correctly when we close a tabChris Young2014-08-251-0/+1
| |
| * Avoid a crash when running on own screenChris Young2014-08-251-0/+2
| |
| * Fix web search from context menuChris Young2014-08-241-1/+1
| |
| * fix menu and C-q gtk exiting (closes bug #2184)Vincent Sanders2014-08-233-22/+10
| |
* | Don't use browser_private.hMichael Drake2014-08-221-3/+4
| |
* | Don't include browser_private.hMichael Drake2014-08-221-8/+11
|/
* fix framebuffer internal font generationVincent Sanders2014-08-201-5/+8
|
* Fix text selection.Michael Drake2014-08-201-0/+1
| | | | | | | | Values returned by nscss_len2px are actually libcss fixed-points, so convert the result to pixels. Also reduce the amount by which the top of descendant bboxes are extended to 3/4 of the text height, which is the maximum possible amount that the text can protrude above the box when line-height is reduced.
* 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
|