summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Allow dragging of URLs from the URL field out of NetSurf.Sven Weidauer2011-03-041-1/+48
| | | | svn path=/trunk/netsurf/; revision=11899
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
| | | | svn path=/trunk/netsurf/; revision=11897
* Adding ca-bundle to the resourcesSven Weidauer2011-03-033-1/+4
| | | | svn path=/trunk/netsurf/; revision=11895
* More keyboard shortcuts: scroll down with space bar and go back with ↵Sven Weidauer2011-03-021-2/+7
| | | | | | backspace key. svn path=/trunk/netsurf/; revision=11885
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-285-242/+280
| | | | svn path=/trunk/netsurf/; revision=11857
* Adding tool tips and changing the cursor in the local history view.Sven Weidauer2011-02-282-3/+70
| | | | svn path=/trunk/netsurf/; revision=11855
* Setting path for tree icons when tree class is initialized.Sven Weidauer2011-02-282-2/+8
| | | | svn path=/trunk/netsurf/; revision=11853
* Handling keyboard events for local history view.Sven Weidauer2011-02-273-1/+22
| | | | svn path=/trunk/netsurf/; revision=11851
* Remove padding for scrollers in local history.Sven Weidauer2011-02-271-7/+1
| | | | svn path=/trunk/netsurf/; revision=11845
* Fixing display/transparency of ArrowWindow for 10.5.Sven Weidauer2011-02-271-5/+0
| | | | svn path=/trunk/netsurf/; revision=11844
* Fix pixel alignment for rendering paths with stroke_width == 0.Sven Weidauer2011-02-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=11843
* Adding icons for tree views.Sven Weidauer2011-02-276-4/+12
| | | | svn path=/trunk/netsurf/; revision=11842
* Implementing path utility functions.Sven Weidauer2011-02-271-4/+6
| | | | svn path=/trunk/netsurf/; revision=11841
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
| | | | svn path=/trunk/netsurf/; revision=11839
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-272-3/+12
| | | | svn path=/trunk/netsurf/; revision=11838
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-278-17/+34
| | | | | | web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837
* Correctly centering lines on pixel grid if their width is even.Sven Weidauer2011-02-261-3/+5
| | | | svn path=/trunk/netsurf/; revision=11823
* Not retaining outlets. Fixing memory leak for favicon.Sven Weidauer2011-02-265-9/+10
| | | | svn path=/trunk/netsurf/; revision=11821
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-262-15/+7
| | | | svn path=/trunk/netsurf/; revision=11819
* Updated preferences and search window xib to allow more space for localized ↵Sven Weidauer2011-02-252-120/+69
| | | | | | text. svn path=/trunk/netsurf/; revision=11806
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
| | | | svn path=/trunk/netsurf/; revision=11805
* Lose space: make can sometimes be picky about such things, so avoid the ↵John Mark Bell2011-02-251-1/+1
| | | | | | potential for failure svn path=/trunk/netsurf/; revision=11804
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
| | | | svn path=/trunk/netsurf/; revision=11802
* Added 'Localizable.strings' to bundle resources and added german ↵Sven Weidauer2011-02-257-1/+97
| | | | | | translations. Other languages use english original. svn path=/trunk/netsurf/; revision=11796
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
| | | | svn path=/trunk/netsurf/; revision=11795
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
| | | | svn path=/trunk/netsurf/; revision=11794
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=11784
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Fix typo so the mac port compilesSven Weidauer2011-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=11747
* Port cocoa front end to use thumbnail_redraw(). Note: untested.Michael Drake2011-02-201-21/+16
| | | | svn path=/trunk/netsurf/; revision=11720
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Remove padding in arrow box.Sven Weidauer2011-02-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=11709
* Making sure history popup stays on screen.Sven Weidauer2011-02-174-13/+68
| | | | svn path=/trunk/netsurf/; revision=11708
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
| | | | svn path=/trunk/netsurf/; revision=11706