summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-7/+1
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
| | | | svn path=/trunk/netsurf/; revision=12759
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12751
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-5/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-5/+0
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
| | | | svn path=/trunk/netsurf/; revision=12735
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-7/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
| | | | svn path=/trunk/netsurf/; revision=12689
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
| | | | svn path=/trunk/netsurf/; revision=12687
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-4/+19
| | | | svn path=/trunk/netsurf/; revision=12686
* Include missing header.Michael Drake2011-08-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=12685
* Avoid name clash.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12684
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12683
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+5
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12657
* Cocoa changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-6/+3
| | | | svn path=/trunk/netsurf/; revision=12648
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12578
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-307-8/+32
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up apple image content handler.Michael Drake2011-06-291-13/+8
| | | | svn path=/trunk/netsurf/; revision=12540
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12515
* Remove gui_window_set_scale().Michael Drake2011-06-241-5/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Netsurf now appears in the 'Open with' menu for HTML files.Sven Weidauer2011-05-192-1/+23
| | | | svn path=/trunk/netsurf/; revision=12435
* Importing UTI types for HTML and CSS.Sven Weidauer2011-05-191-6/+58
| | | | svn path=/trunk/netsurf/; revision=12434
* Handling animations in apple_image.m. Loop counts are ignored for nowSven Weidauer2011-05-191-0/+41
| | | | svn path=/trunk/netsurf/; revision=12433
* Reverting r12367, cannot get incremental image loading to work correctly.Sven Weidauer2011-05-191-54/+9
| | | | svn path=/trunk/netsurf/; revision=12432
* Fixing warning about unused result of expression.Sven Weidauer2011-05-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=12431
* Replacing deprecated method createDirectoryAtPath:attributes: with ↵Sven Weidauer2011-05-191-1/+1
| | | | | | non-deprecated version createDirectoryAtPath:withIntermediateDirectories:attributes:error: svn path=/trunk/netsurf/; revision=12430
* Adding quarantine attributes to downloaded files.Sven Weidauer2011-05-191-0/+12
| | | | svn path=/trunk/netsurf/; revision=12429
* Italian OSX localized strings, contributed by Samir Hawamdeh.François Revel2011-05-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=12426
* If you do not have xcode installed many critical mime mappings (like css and ↵Vincent Sanders2011-05-141-7/+57
| | | | | | html) are missing so this adds rudimentry filename extension mappings so teh browser does not explode on non develoepr machines. svn path=/trunk/netsurf/; revision=12411
* Fix Segfault at start if ca resource bundle path cannot be foundVincent Sanders2011-05-141-2/+5
| | | | svn path=/trunk/netsurf/; revision=12410
* 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
* 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
* 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
* 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
* Registering all image types NSBitmapImageRep can load and using ImageIO ↵Sven Weidauer2011-05-091-33/+60
| | | | | | | | 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
* Add internal.css to OSX resources. This fixes the dirlist display.François Revel2011-05-072-1/+2
| | | | svn path=/trunk/netsurf/; revision=12297
* 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
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-065-34/+150
| | | | svn path=/trunk/netsurf/; revision=12283