summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix crashingChris Young2011-05-092-2/+4
| | | | svn path=/trunk/netsurf/; revision=12362
* Experimental/incomplete/non-functional content handlers (files required for ↵Chris Young2011-05-096-4/+681
| | | | | | | | NetSurf to compile from trunk) svn path=/trunk/netsurf/; revision=12361
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-098-142/+270
| | | | | | | | | | | | | | Currently only able to resolve DataTypes to MIME Types. TODO: - DT MIME type guessing needs mostly removing (only use if no matches in mimetypes file) - Migrate the rest of filetype.c to the new format (can filetype using icon.library and reverse lookup MIME type, for example) - Use to distinguish between CONTENT_IMAGE types - Simplify so DefIcon type defaults to lowercase DataType name svn path=/trunk/netsurf/; revision=12360
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-0910-186/+262
| | | | svn path=/trunk/netsurf/; revision=12359
* fixed call parameters for vdi_clip.Ole Loots2011-05-092-3/+2
| | | | svn path=/trunk/netsurf/; revision=12358
* fixed call parameters for vdi_clip.Ole Loots2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12357
* Updated translation (credit: Samir Hawamdeh)Chris Young2011-05-091-12/+14
| | | | svn path=/trunk/netsurf/; revision=12356
* Don't say "registering" when we actually skipped the type...François Revel2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12355
* Skip image/gif when registering Apple Image handlers, to give precedence to ↵François Revel2011-05-091-0/+6
| | | | | | nsgif since it handles animated GIF. svn path=/trunk/netsurf/; revision=12354
* OSX: Always empty the Resources folder in the .app bundle when populating ↵François Revel2011-05-091-0/+1
| | | | | | it, to avoid errors when copying .svn stuff over a 2nd time. Ideally those shouldn't be copied over anyway, but I didn't yet find an easy way to use tar the way I need. svn path=/trunk/netsurf/; revision=12353
* Pedantic whitespace changes.Michael Drake2011-05-091-0/+28
| | | | svn path=/trunk/netsurf/; revision=12352
* Remove forward declaration.Michael Drake2011-05-091-62/+59
| | | | svn path=/trunk/netsurf/; revision=12351
* Registering all image types NSBitmapImageRep can load and using ImageIO ↵Sven Weidauer2011-05-092-34/+63
| | | | | | | | instead of other image libraries by default. Regression: animated GIF doesn’t work anymore. svn path=/trunk/netsurf/; revision=12350
* Include correct header in schedule.m, fixes warningSven Weidauer2011-05-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=12344
* Use named initializers.François Revel2011-05-091-15/+7
| | | | svn path=/trunk/netsurf/; revision=12343
* Fix the apple_image handler to only have a redraw method that also does tiling.François Revel2011-05-091-18/+1
| | | | svn path=/trunk/netsurf/; revision=12342
* 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