summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-0920-273/+145
| | | | svn path=/trunk/netsurf/; revision=12341
* Fix tiled redraw of SVGs.Michael Drake2011-05-091-3/+58
| | | | svn path=/trunk/netsurf/; revision=12340
* Wrap macro.Michael Drake2011-05-091-1/+4
| | | | svn path=/trunk/netsurf/; revision=12339
* Wrap fix.Michael Drake2011-05-091-1/+2
| | | | svn path=/trunk/netsurf/; revision=12338
* Add a quick search icon for mmu_man.Michael Drake2011-05-091-0/+0
| | | | svn path=/trunk/netsurf/; revision=12337
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-0911-18/+19
| | | | svn path=/trunk/netsurf/; revision=12336
* Fix Drawfile content handler build.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12335
* Fix Artworks content handler build.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12334
* Untested fix and tile implementation for Sprite.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12333
* Fix for new content_redraw API.Michael Drake2011-05-091-3/+1
| | | | svn path=/trunk/netsurf/; revision=12332
* Fix for new content redraw API.Michael Drake2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12331
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12330
* Untested fix and tile implementation for nssprite.Michael Drake2011-05-091-4/+12
| | | | svn path=/trunk/netsurf/; revision=12329
* Untested fix and tile implementation for webp.Michael Drake2011-05-091-4/+12
| | | | svn path=/trunk/netsurf/; revision=12328
* 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