summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-065-34/+150
* Skip command line arguments starting with - (including the annoying -psn_0_.....François Revel2011-04-261-0/+3
* Accept urls as arguments to the OSX binary and open them in different windows.François Revel2011-04-261-1/+7
* Fix testament rule for cocoa's build system's prefixed pathsDaniel Silverstone2011-03-221-0/+4
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.Sven Weidauer2011-03-142-8/+8
* Added Makefile setting for the SDK version.Sven Weidauer2011-03-141-1/+2
* Adding ability to specify /Developer dir in MakefilesSven Weidauer2011-03-141-2/+2
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-145-14/+1
* Revert previous changeChris Young2011-03-091-0/+0
* Updated translation from Samir HawamdehChris Young2011-03-091-0/+0
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-3/+0
* Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.Sven Weidauer2011-03-071-0/+1
* Minimal implementation of NSTextInput protocol. Allows accented characters to...Sven Weidauer2011-03-072-1/+66
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-054-7/+177
* Fixed text scaling.Sven Weidauer2011-03-041-2/+5
* Fixed text splitting.Sven Weidauer2011-03-041-1/+1
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
* Checking for public.url pasteboard type first, so dragging a .webloc file fro...Sven Weidauer2011-03-041-1/+1
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
* Allow dragging of URLs from the URL field out of NetSurf.Sven Weidauer2011-03-041-1/+48
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
* Adding ca-bundle to the resourcesSven Weidauer2011-03-033-1/+4
* More keyboard shortcuts: scroll down with space bar and go back with backspac...Sven Weidauer2011-03-021-2/+7
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-285-242/+280
* Adding tool tips and changing the cursor in the local history view.Sven Weidauer2011-02-282-3/+70
* Setting path for tree icons when tree class is initialized.Sven Weidauer2011-02-282-2/+8
* Handling keyboard events for local history view.Sven Weidauer2011-02-273-1/+22
* Remove padding for scrollers in local history.Sven Weidauer2011-02-271-7/+1
* Fixing display/transparency of ArrowWindow for 10.5.Sven Weidauer2011-02-271-5/+0
* Fix pixel alignment for rendering paths with stroke_width == 0.Sven Weidauer2011-02-271-1/+1
* Adding icons for tree views.Sven Weidauer2011-02-276-4/+12
* Implementing path utility functions.Sven Weidauer2011-02-271-4/+6
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-272-3/+12
* Local history view now is responsible for hiding itself after selecting a web...Sven Weidauer2011-02-278-17/+34
* Correctly centering lines on pixel grid if their width is even.Sven Weidauer2011-02-261-3/+5
* Not retaining outlets. Fixing memory leak for favicon.Sven Weidauer2011-02-265-9/+10
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-262-15/+7
* Updated preferences and search window xib to allow more space for localized t...Sven Weidauer2011-02-252-120/+69
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
* Lose space: make can sometimes be picky about such things, so avoid the poten...John Mark Bell2011-02-251-1/+1
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
* Added 'Localizable.strings' to bundle resources and added german translations...Sven Weidauer2011-02-257-1/+97
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
* add resource handlingVincent Sanders2011-02-231-0/+6
* Fix typo so the mac port compilesSven Weidauer2011-02-211-1/+1