summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-153-8/+0
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-151-7/+1
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-5/+0
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-051-5/+0
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-7/+0
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-4/+19
* Include missing header.Michael Drake2011-08-311-0/+1
* Avoid name clash.Michael Drake2011-08-311-2/+2
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+5
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
* Cocoa changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-6/+3
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-307-8/+32
* Fix up apple image content handler.Michael Drake2011-06-291-13/+8
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
* Remove gui_window_set_scale().Michael Drake2011-06-241-5/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Netsurf now appears in the 'Open with' menu for HTML files.Sven Weidauer2011-05-192-1/+23
* Importing UTI types for HTML and CSS.Sven Weidauer2011-05-191-6/+58
* Handling animations in apple_image.m. Loop counts are ignored for nowSven Weidauer2011-05-191-0/+41
* Reverting r12367, cannot get incremental image loading to work correctly.Sven Weidauer2011-05-191-54/+9
* Fixing warning about unused result of expression.Sven Weidauer2011-05-191-1/+1
* Replacing deprecated method createDirectoryAtPath:attributes: with non-deprec...Sven Weidauer2011-05-191-1/+1
* Adding quarantine attributes to downloaded files.Sven Weidauer2011-05-191-0/+12
* Italian OSX localized strings, contributed by Samir Hawamdeh.François Revel2011-05-171-0/+0
* If you do not have xcode installed many critical mime mappings (like css and ...Vincent Sanders2011-05-141-7/+57
* Fix Segfault at start if ca resource bundle path cannot be foundVincent Sanders2011-05-141-2/+5
* Add netsurf.png to the OSX resources.François Revel2011-05-142-1/+3
* Add code to open the source file into Xcode. Currently called by the context ...François Revel2011-05-124-1/+72
* 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
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
* Remove NSLog calls (unnecessary)Sven Weidauer2011-05-101-1/+0
* 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
* Registering all image types NSBitmapImageRep can load and using ImageIO inste...Sven Weidauer2011-05-091-33/+60
* 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
* Add internal.css to OSX resources. This fixes the dirlist display.François Revel2011-05-072-1/+2
* When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the search...François Revel2011-05-061-0/+5
* Partial Cocoa build fix: missing definition of NOF_ELEMENTS.François Revel2011-05-061-0/+1