summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Skip command line arguments starting with - (including the annoying ↵François Revel2011-04-261-0/+3
| | | | | | -psn_0_... one when launched from Finder). svn path=/trunk/netsurf/; revision=12242
* Accept urls as arguments to the OSX binary and open them in different windows.François Revel2011-04-261-1/+7
| | | | svn path=/trunk/netsurf/; revision=12240
* Fix testament rule for cocoa's build system's prefixed pathsDaniel Silverstone2011-03-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=12123
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.Sven Weidauer2011-03-142-8/+8
| | | | svn path=/trunk/netsurf/; revision=12048
* Added Makefile setting for the SDK version.Sven Weidauer2011-03-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=12046
* Adding ability to specify /Developer dir in MakefilesSven Weidauer2011-03-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=12043
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-145-14/+1
| | | | svn path=/trunk/netsurf/; revision=12042
* Revert previous changeChris Young2011-03-091-0/+0
| | | | svn path=/trunk/netsurf/; revision=11960
* Updated translation from Samir HawamdehChris Young2011-03-091-0/+0
| | | | svn path=/trunk/netsurf/; revision=11959
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-3/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.Sven Weidauer2011-03-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=11931
* Minimal implementation of NSTextInput protocol. Allows accented characters ↵Sven Weidauer2011-03-072-1/+66
| | | | | | to be typed. Might not work with other, more complex input methods (chinese, ...) svn path=/trunk/netsurf/; revision=11930
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-054-7/+177
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* Fixed text scaling.Sven Weidauer2011-03-041-2/+5
| | | | svn path=/trunk/netsurf/; revision=11905
* Fixed text splitting.Sven Weidauer2011-03-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11904
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
| | | | svn path=/trunk/netsurf/; revision=11903
* Checking for public.url pasteboard type first, so dragging a .webloc file ↵Sven Weidauer2011-03-041-1/+1
| | | | | | from the Finder opens the URL and not the .webloc file itself. svn path=/trunk/netsurf/; revision=11901
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
| | | | svn path=/trunk/netsurf/; revision=11900