summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-113-28/+79
* Increase pointer drag range. Setting the clamps correctly seems to cause us ...Michael Drake2011-05-111-8/+8
* Restore clipping rectangle before rendering scrollbars. Fixes broken renderi...Michael Drake2011-05-111-0/+5
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-112-22/+26
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
* fix copy/paste errorChris Young2011-05-101-1/+1
* Migrate to new MIMEtyperChris Young2011-05-104-53/+92
* Rename scroll offset in scrollbar message data, although nothing seems to use...Michael Drake2011-05-102-2/+2
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
* Scrollbar widget changes: Update functon parameters to have names that aren't...Michael Drake2011-05-102-225/+197
* Add function to convert MIME types to DefIcons types, and make ami_mime_compa...Chris Young2011-05-101-58/+163
* Using the file name and size of an image as title.Sven Weidauer2011-05-101-3/+3
* Stop keeping all lwc strings for mime types in apple_image.mSven Weidauer2011-05-101-38/+5
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename things...Michael Drake2011-05-101-64/+66
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
* Remove NSLog calls (unnecessary)Sven Weidauer2011-05-101-1/+0
* Elements replaced with HTML don't affect parent descendants.Michael Drake2011-05-101-1/+4
* Fix box scrollbars to accurately represent ratio of visible area's length to ...Michael Drake2011-05-101-29/+32
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-0916-1050/+1082
* Fix crashingChris Young2011-05-092-2/+4
* Experimental/incomplete/non-functional content handlers (files required for N...Chris Young2011-05-096-4/+681
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-098-142/+270
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-0910-186/+262
* fixed call parameters for vdi_clip.Ole Loots2011-05-092-3/+2
* fixed call parameters for vdi_clip.Ole Loots2011-05-091-2/+2
* Updated translation (credit: Samir Hawamdeh)Chris Young2011-05-091-12/+14
* Don't say "registering" when we actually skipped the type...François Revel2011-05-091-1/+1
* Skip image/gif when registering Apple Image handlers, to give precedence to n...François Revel2011-05-091-0/+6
* OSX: Always empty the Resources folder in the .app bundle when populating it,...François Revel2011-05-091-0/+1
* Pedantic whitespace changes.Michael Drake2011-05-091-0/+28
* Remove forward declaration.Michael Drake2011-05-091-62/+59
* Registering all image types NSBitmapImageRep can load and using ImageIO inste...Sven Weidauer2011-05-092-34/+63
* Include correct header in schedule.m, fixes warningSven Weidauer2011-05-091-2/+1
* Use named initializers.François Revel2011-05-091-15/+7
* Fix the apple_image handler to only have a redraw method that also does tiling.François Revel2011-05-091-18/+1
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-0920-273/+145
* Fix tiled redraw of SVGs.Michael Drake2011-05-091-3/+58
* Wrap macro.Michael Drake2011-05-091-1/+4
* Wrap fix.Michael Drake2011-05-091-1/+2
* Add a quick search icon for mmu_man.Michael Drake2011-05-091-0/+0
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-0911-18/+19
* Fix Drawfile content handler build.Michael Drake2011-05-091-3/+4
* Fix Artworks content handler build.Michael Drake2011-05-091-3/+4
* Untested fix and tile implementation for Sprite.Michael Drake2011-05-091-3/+4
* Fix for new content_redraw API.Michael Drake2011-05-091-3/+1
* Fix for new content redraw API.Michael Drake2011-05-091-2/+2
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
* Untested fix and tile implementation for nssprite.Michael Drake2011-05-091-4/+12
* Untested fix and tile implementation for webp.Michael Drake2011-05-091-4/+12
* Fix MNG content handler.Michael Drake2011-05-091-31/+0