summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
| | | | svn path=/trunk/netsurf/; revision=12407
* Add netsurf.png to the OSX resources.François Revel2011-05-142-1/+3
| | | | svn path=/trunk/netsurf/; revision=12406
* Add code to open the source file into Xcode. Currently called by the context ↵François Revel2011-05-124-1/+72
| | | | | | menu because I didn't want to dig the .xib files, feel free to move it to the View main menu. svn path=/trunk/netsurf/; revision=12387
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=12383
* update variable namesChris Young2011-05-111-6/+6
| | | | svn path=/trunk/netsurf/; revision=12382
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-113-28/+79
| | | | | | context menu svn path=/trunk/netsurf/; revision=12381
* Increase pointer drag range. Setting the clamps correctly seems to cause us ↵Michael Drake2011-05-111-8/+8
| | | | | | not to get the movement event when we hit the clamp (at least on RISC OS). svn path=/trunk/netsurf/; revision=12380
* Restore clipping rectangle before rendering scrollbars. Fixes broken ↵Michael Drake2011-05-111-0/+5
| | | | | | rendering due to interaction between text selection and scroll. svn path=/trunk/netsurf/; revision=12379
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-112-22/+26
| | | | svn path=/trunk/netsurf/; revision=12378
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
| | | | svn path=/trunk/netsurf/; revision=12377
* fix copy/paste errorChris Young2011-05-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=12376
* Migrate to new MIMEtyperChris Young2011-05-104-53/+92
| | | | svn path=/trunk/netsurf/; revision=12375
* Rename scroll offset in scrollbar message data, although nothing seems to ↵Michael Drake2011-05-102-2/+2
| | | | | | use that callback message. svn path=/trunk/netsurf/; revision=12374
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
| | | | svn path=/trunk/netsurf/; revision=12373
* Scrollbar widget changes: Update functon parameters to have names that ↵Michael Drake2011-05-102-225/+197
| | | | | | aren't wrong. Remove confusion and wrongness from API documentation. General source tidy. svn path=/trunk/netsurf/; revision=12372
* Add function to convert MIME types to DefIcons types, and make ↵Chris Young2011-05-101-58/+163
| | | | | | ami_mime_compare use it svn path=/trunk/netsurf/; revision=12371
* Using the file name and size of an image as title.Sven Weidauer2011-05-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=12370
* Stop keeping all lwc strings for mime types in apple_image.mSven Weidauer2011-05-101-38/+5
| | | | svn path=/trunk/netsurf/; revision=12369
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename ↵Michael Drake2011-05-101-64/+66
| | | | | | things so their name matches what they are. svn path=/trunk/netsurf/; revision=12368
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
| | | | svn path=/trunk/netsurf/; revision=12367
* Remove NSLog calls (unnecessary)Sven Weidauer2011-05-101-1/+0
| | | | svn path=/trunk/netsurf/; revision=12366
* Elements replaced with HTML don't affect parent descendants.Michael Drake2011-05-101-1/+4
| | | | svn path=/trunk/netsurf/; revision=12365
* Fix box scrollbars to accurately represent ratio of visible area's length to ↵Michael Drake2011-05-101-29/+32
| | | | | | full area's length, in the length of the scroll bar slider. svn path=/trunk/netsurf/; revision=12364
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-0916-1050/+1082
| | | | svn path=/trunk/netsurf/; revision=12363
* 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