summaryrefslogtreecommitdiff
path: root/cocoa/res
Commit message (Collapse)AuthorAgeFilesLines
* Netsurf now appears in the 'Open with' menu for HTML files.Sven Weidauer2011-05-191-1/+16
| | | | 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
* Italian OSX localized strings, contributed by Samir Hawamdeh.François Revel2011-05-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=12426
* Add netsurf.png to the OSX resources.François Revel2011-05-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=12406
* Add internal.css to OSX resources. This fixes the dirlist display.François Revel2011-05-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=12297
* 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
* Adding ca-bundle to the resourcesSven Weidauer2011-03-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=11895
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-281-242/+200
| | | | svn path=/trunk/netsurf/; revision=11857
* Adding icons for tree views.Sven Weidauer2011-02-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=11842
* 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-257-0/+0
| | | | svn path=/trunk/netsurf/; revision=11805
* Added 'Localizable.strings' to bundle resources and added german ↵Sven Weidauer2011-02-255-0/+78
| | | | | | translations. Other languages use english original. svn path=/trunk/netsurf/; revision=11796
* Making sure history popup stays on screen.Sven Weidauer2011-02-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=11708
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-172-16/+391
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-081-4/+12
| | | | svn path=/trunk/netsurf/; revision=11630
* New icon for homepage button and tooltips for homepage and local history ↵Sven Weidauer2011-02-082-6/+130
| | | | | | buttons. svn path=/trunk/netsurf/; revision=11628
* Basic bookmark editing.Sven Weidauer2011-02-021-42/+257
| | | | svn path=/trunk/netsurf/; revision=11601
* Bookmarks window. No editing yet.Sven Weidauer2011-02-012-13/+402
| | | | svn path=/trunk/netsurf/; revision=11581
* Implemented bookmarks menu.Sven Weidauer2011-02-011-3/+193
| | | | svn path=/trunk/netsurf/; revision=11579
* Implemented global history window using new Tree class.Sven Weidauer2011-02-012-181/+363
| | | | svn path=/trunk/netsurf/; revision=11578
* Added 'Home' buttonSven Weidauer2011-01-311-14/+113
| | | | svn path=/trunk/netsurf/; revision=11566
* Implemented preferences window.Sven Weidauer2011-01-312-2/+548
| | | | svn path=/trunk/netsurf/; revision=11565
* Implemented search window.Sven Weidauer2011-01-313-110/+806
| | | | svn path=/trunk/netsurf/; revision=11563
* Download window asks if download should be cancelled before being closed and ↵Sven Weidauer2011-01-291-2/+41
| | | | | | displays an estimate of the time remaining. svn path=/trunk/netsurf/; revision=11521
* Cmd-W closes active tab.Sven Weidauer2011-01-261-28/+97
| | | | svn path=/trunk/netsurf/; revision=11497
* Some random fixes.Sven Weidauer2011-01-261-10/+9
| | | | svn path=/trunk/netsurf/; revision=11496
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-20/+24
| | | | svn path=/trunk/netsurf/; revision=11494
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-1/+16
| | | | svn path=/trunk/netsurf/; revision=11485
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-25/+32
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Added local history overlaySven Weidauer2011-01-241-27/+126
| | | | svn path=/trunk/netsurf/; revision=11479
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-125/+136
| | | | svn path=/trunk/netsurf/; revision=11477
* Generating version info in Info.plist from version.cSven Weidauer2011-01-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=11468
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it ↵Sven Weidauer2011-01-201-21/+20
| | | | | | up and displays a spinner. svn path=/trunk/netsurf/; revision=11420
* Improved tabs (draggable, can close last one)Sven Weidauer2011-01-201-5/+19
| | | | svn path=/trunk/netsurf/; revision=11415
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-193-776/+1499
| | | | svn path=/trunk/netsurf/; revision=11396
* Menu items for reload and stop loading. Also validating zoom and stop ↵Sven Weidauer2011-01-181-12/+155
| | | | | | loading menu actions. svn path=/trunk/netsurf/; revision=11367
* Only showing regular browser windows, not frames or iframes.Sven Weidauer2011-01-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=11366
* High-res iconSven Weidauer2011-01-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=11352
* Implemented download windowSven Weidauer2011-01-141-0/+454
| | | | svn path=/trunk/netsurf/; revision=11317
* Correctly handling users closing windowsSven Weidauer2011-01-131-6/+12
| | | | svn path=/trunk/netsurf/; revision=11311
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-132-66/+184
| | | | svn path=/trunk/netsurf/; revision=11310
* Implemented tree view/history window.Sven Weidauer2011-01-131-6/+213
| | | | svn path=/trunk/netsurf/; revision=11309
* Added iconSven Weidauer2011-01-122-2/+2
| | | | svn path=/trunk/netsurf/; revision=11296
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-1211-0/+2607
svn path=/trunk/netsurf/; revision=11292