summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix MNG content handler.Michael Drake2011-05-091-31/+0
| | | | svn path=/trunk/netsurf/; revision=12327
* Fix declaration too.Michael Drake2011-05-091-1/+2
| | | | svn path=/trunk/netsurf/; revision=12326
* Fix image/svg.c build.Michael Drake2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12325
* Clear extraneous text when done..Michael Drake2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12324
* Beginnings of some more advanced mimetypingChris Young2011-05-084-23/+78
| | | | svn path=/trunk/netsurf/; revision=12323
* Remove redraw_tiledChris Young2011-05-082-49/+27
| | | | svn path=/trunk/netsurf/; revision=12322
* consolidate content redraw Vincent Sanders2011-05-0819-709/+500
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Simplify status bar text.Michael Drake2011-05-087-54/+38
| | | | svn path=/trunk/netsurf/; revision=12313
* Fix typo.François Revel2011-05-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12312
* clean up jpeg image handling ready for refactorVincent Sanders2011-05-082-178/+159
| | | | svn path=/trunk/netsurf/; revision=12311
* missing copyChris Young2011-05-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=12310
* Sticky menus shouldn't be default as they are non-standardChris Young2011-05-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12309
* Remove debug output.François Revel2011-05-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=12308
* Automatically build an rdef file importing the resources listed as ↵François Revel2011-05-083-16/+16
| | | | | | dependencies for BeOS. svn path=/trunk/netsurf/; revision=12306
* Cleanup png codeVincent Sanders2011-05-071-290/+266
| | | | | | only use the bitmap pointer in the png content the one in teh base content seems extraneous for png. svn path=/trunk/netsurf/; revision=12304
* Simple initialisation splash screenChris Young2011-05-071-0/+39
| | | | svn path=/trunk/netsurf/; revision=12303
* Add the icons to the BeOS resources.François Revel2011-05-072-0/+3
| | | | svn path=/trunk/netsurf/; revision=12301
* Add internal.css to OSX resources. This fixes the dirlist display.François Revel2011-05-072-1/+2
| | | | svn path=/trunk/netsurf/; revision=12297
* Fix BeOS build after the content_factory merge.François Revel2011-05-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=12290
* Register additional MIME types for DataTypesChris Young2011-05-073-0/+91
| | | | | | | | Default file contains all image MIME Types NetSurf is capable of handling natively (plus JPEG2000) to ensure disabling features in NetSurf won't lose support. svn path=/trunk/netsurf/; revision=12287
* When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the ↵François Revel2011-05-061-0/+5
| | | | | | search paths for Cocoa builds. svn path=/trunk/netsurf/; revision=12286
* Partial Cocoa build fix: missing definition of NOF_ELEMENTS.François Revel2011-05-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=12285
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-069-78/+129
| | | | | | | | | | adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-06109-3510/+5136
| | | | svn path=/trunk/netsurf/; revision=12283
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-027-6/+66
| | | | svn path=/trunk/netsurf/; revision=12269
* Correct width of the em-square for non-72dpi settingsChris Young2011-05-021-8/+13
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=12268
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-013-8/+47
| | | | svn path=/trunk/netsurf/; revision=12267
* Better loggingChris Young2011-05-011-3/+14
| | | | svn path=/trunk/netsurf/; revision=12266
* If a designed font is defined but not available, error outChris Young2011-05-011-0/+4
| | | | svn path=/trunk/netsurf/; revision=12265
* Don't open fonts until they are neededChris Young2011-04-304-124/+105
| | | | svn path=/trunk/netsurf/; revision=12264
* Ensure selection drags to NetSurf text boxes are always UTF-8Chris Young2011-04-301-3/+7
| | | | svn path=/trunk/netsurf/; revision=12263
* Ensure drags to string gadgets are in local charsetChris Young2011-04-301-2/+7
| | | | svn path=/trunk/netsurf/; revision=12262
* 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