summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure drags to string gadgets are in local charsetChris Young2011-04-301-2/+7
* Convert _from_ UTF-8 and translate the converted string, not the originalChris Young2011-04-301-3/+4
* Avoid crash if conversion to local charset fails.Chris Young2011-04-301-2/+15
* Fix DSI when drag savingChris Young2011-04-294-42/+77
* Reduce number of page reflows and viewportMichael Drake2011-04-275-28/+85
* Skip command line arguments starting with - (including the annoying -psn_0_.....François Revel2011-04-261-0/+3
* Accept urls as arguments to the OSX binary and open them in different windows.François Revel2011-04-261-1/+7
* Optimise first pass of layout. Reduces number of nsfont_width calls by up to...Michael Drake2011-04-262-12/+38
* Documentation update: softstylesChris Young2011-04-251-1/+1
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-254-4/+9
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-235-64/+137
* Change how blocks are positioned vertically (esp. margin handling).Michael Drake2011-04-222-61/+219
* Even less debug output.François Revel2011-04-222-2/+2
* Fix treeview displayChris Young2011-04-221-0/+2
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-222-3/+3
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels an...Chris Young2011-04-221-15/+40
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-223-8/+17
* Also add softstyle for italicsChris Young2011-04-221-9/+31
* Use bold softstyle when no designed bold font is definedChris Young2011-04-221-8/+23
* Apply same hack for :before as for :afterJohn Mark Bell2011-04-221-18/+29
* Use PROGDIR: instead of current dir when setting the path to the executable forChris Young2011-04-221-3/+5
* Tone down debug output a bit.François Revel2011-04-221-1/+1
* Simpliefied scheduler timeout. Ole Loots2011-04-221-111/+97
* Added option for knockout rendering.Ole Loots2011-04-222-0/+9
* Added option for knockout rendering.Ole Loots2011-04-221-0/+4
* fix pkgconf error when called for clean targetVincent Sanders2011-04-221-17/+21
* Rudimentary sanitisation of uname -sJohn Mark Bell2011-04-221-0/+5
* remove executable bit from italian translationsVincent Sanders2011-04-213-0/+0
* Restore some Adjust-double-click functionality to RO treeviews.Steve Fryatt2011-04-181-5/+20
* Moved mouse movement handling into window event handlers, updated resources, ...Ole Loots2011-04-1016-360/+715
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-106-37/+48
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-103-155/+87
* file not changed, commiting the change anyway ;) Ole Loots2011-04-101-2/+2
* removed MFDB_STRIDE macro ( moved to plotter.h)Ole Loots2011-04-101-2/+0
* added some commentsOle Loots2011-04-101-3/+23
* Removed nonsense include.Ole Loots2011-04-101-0/+5
* Script to create a resources dir in the build tree, for running NetSurf from ...Chris Young2011-04-091-0/+21
* Make strchrnul stupid.John Mark Bell2011-04-081-132/+5
* Fix build with NDEBUG definedJohn Mark Bell2011-04-038-22/+152
* split out drawable window handlingVincent Sanders2011-04-0313-1165/+1366
* move logging initialisationVincent Sanders2011-04-025-15/+66
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
* remove extraneous loggingVincent Sanders2011-03-293-15/+9
* make windows frontend use Vincent Sanders2011-03-296-82/+135
* Remove silly -xDaniel Silverstone2011-03-291-1/+1
* Fix bug #3156695: apply scrollbar from r12128 to all treeview windows.Steve Fryatt2011-03-285-6/+4
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
* Enable the ask overwrite checkbox so it can actually be changed, correct the ...Chris Young2011-03-261-13/+14
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SING...Vincent Sanders2011-03-267-12/+11