summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert _from_ UTF-8 and translate the converted string, not the originalChris Young2011-04-301-3/+4
| | | | svn path=/trunk/netsurf/; revision=12261
* Avoid crash if conversion to local charset fails.Chris Young2011-04-301-2/+15
| | | | | | | Attempt to convert nbsp to normal spaces when converting to local charset for clipboard svn path=/trunk/netsurf/; revision=12260
* Fix DSI when drag savingChris Young2011-04-294-42/+77
| | | | | | Allow selection drags to URL and search gadgets svn path=/trunk/netsurf/; revision=12259
* Reduce number of page reflows and viewportMichael Drake2011-04-275-28/+85
| | | | | | | | | | | redraws as images are fetched: + Flag known-sized boxes generated by images. + Treat them as replaced all through layout. + Only reflow the document for fetched images if we don't already have the box at the right size. svn path=/trunk/netsurf/; revision=12243
* Skip command line arguments starting with - (including the annoying ↵François Revel2011-04-261-0/+3
| | | | | | -psn_0_... one when launched from Finder). svn path=/trunk/netsurf/; revision=12242
* Accept urls as arguments to the OSX binary and open them in different windows.François Revel2011-04-261-1/+7
| | | | svn path=/trunk/netsurf/; revision=12240
* Optimise first pass of layout. Reduces number of nsfont_width calls by up ↵Michael Drake2011-04-262-12/+38
| | | | | | to the page's word count. svn path=/trunk/netsurf/; revision=12239
* Documentation update: softstylesChris Young2011-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12238
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-254-4/+9
| | | | svn path=/trunk/netsurf/; revision=12237
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-235-64/+137
| | | | svn path=/trunk/netsurf/; revision=12236
* Change how blocks are positioned vertically (esp. margin handling).Michael Drake2011-04-222-61/+219
| | | | svn path=/trunk/netsurf/; revision=12235
* Even less debug output.François Revel2011-04-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=12234
* Fix treeview displayChris Young2011-04-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=12233
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12232
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-222-3/+3
| | | | svn path=/trunk/netsurf/; revision=12231
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels ↵Chris Young2011-04-221-15/+40
| | | | | | | | and on a widescreen monitor. svn path=/trunk/netsurf/; revision=12230
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-223-8/+17
| | | | | | | Reset font DPI when opening screens to allow us to correct for aspect ratio in the future svn path=/trunk/netsurf/; revision=12229
* Also add softstyle for italicsChris Young2011-04-221-9/+31
| | | | | | Move the values into defines at the top of the file to make them easier to change svn path=/trunk/netsurf/; revision=12228
* Use bold softstyle when no designed bold font is definedChris Young2011-04-221-8/+23
| | | | svn path=/trunk/netsurf/; revision=12225
* Apply same hack for :before as for :afterJohn Mark Bell2011-04-221-18/+29
| | | | svn path=/trunk/netsurf/; revision=12224
* Use PROGDIR: instead of current dir when setting the path to the executable forChris Young2011-04-221-3/+5
| | | | | | AmiUpdate svn path=/trunk/netsurf/; revision=12223
* Tone down debug output a bit.François Revel2011-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12222
* Simpliefied scheduler timeout. Ole Loots2011-04-221-111/+97
| | | | svn path=/trunk/netsurf/; revision=12221
* Added option for knockout rendering.Ole Loots2011-04-222-0/+9
| | | | svn path=/trunk/netsurf/; revision=12220
* Added option for knockout rendering.Ole Loots2011-04-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=12219
* fix pkgconf error when called for clean targetVincent Sanders2011-04-221-17/+21
| | | | svn path=/trunk/netsurf/; revision=12218
* Rudimentary sanitisation of uname -sJohn Mark Bell2011-04-221-0/+5
| | | | svn path=/trunk/netsurf/; revision=12217
* remove executable bit from italian translationsVincent Sanders2011-04-213-0/+0
| | | | svn path=/trunk/netsurf/; revision=12216
* Restore some Adjust-double-click functionality to RO treeviews.Steve Fryatt2011-04-181-5/+20
| | | | svn path=/trunk/netsurf/; revision=12201
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-1016-360/+715
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-106-37/+48
| | | | svn path=/trunk/netsurf/; revision=12181
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-103-155/+87
| | | | svn path=/trunk/netsurf/; revision=12180
* file not changed, commiting the change anyway ;) Ole Loots2011-04-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=12179
* removed MFDB_STRIDE macro ( moved to plotter.h)Ole Loots2011-04-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=12178
* added some commentsOle Loots2011-04-101-3/+23
| | | | svn path=/trunk/netsurf/; revision=12177
* Removed nonsense include.Ole Loots2011-04-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=12176
* Script to create a resources dir in the build tree, for running NetSurf from ↵Chris Young2011-04-091-0/+21
| | | | | | | | | the build tree or running makepackage (which assume a resources dir with the appropriate links in place) svn path=/trunk/netsurf/; revision=12175
* Make strchrnul stupid.John Mark Bell2011-04-081-132/+5
| | | | svn path=/trunk/netsurf/; revision=12174
* Fix build with NDEBUG definedJohn Mark Bell2011-04-038-22/+152
| | | | svn path=/trunk/netsurf/; revision=12154
* split out drawable window handlingVincent Sanders2011-04-0313-1165/+1366
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* move logging initialisationVincent Sanders2011-04-025-15/+66
| | | | svn path=/trunk/netsurf/; revision=12152
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12150
* remove extraneous loggingVincent Sanders2011-03-293-15/+9
| | | | | | | fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging svn path=/trunk/netsurf/; revision=12147
* make windows frontend use Vincent Sanders2011-03-296-82/+135
| | | | svn path=/trunk/netsurf/; revision=12146
* Remove silly -xDaniel Silverstone2011-03-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=12144
* Fix bug #3156695: apply scrollbar from r12128 to all treeview windows.Steve Fryatt2011-03-285-6/+4
| | | | svn path=/trunk/netsurf/; revision=12142
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12141
* Enable the ask overwrite checkbox so it can actually be changed, correct the ↵Chris Young2011-03-261-13/+14
| | | | | | | | | gadget ID so it works and swap clipboard and search bar options as it makes the interface look neater svn path=/trunk/netsurf/; revision=12139
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES ↵Vincent Sanders2011-03-267-12/+11
| | | | | | -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE svn path=/trunk/netsurf/; revision=12138
* copy documentationChris Young2011-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12137