summaryrefslogtreecommitdiff
path: root/cocoa/NetSurf.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-0/+4
| | | | | | 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
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
| | | | svn path=/trunk/netsurf/; revision=11897
* Translated UI strings to german.Sven Weidauer2011-02-251-0/+70
| | | | svn path=/trunk/netsurf/; revision=11805
* Building translated nib files if strings file exist.Sven Weidauer2011-02-251-0/+12
| | | | svn path=/trunk/netsurf/; revision=11802
* Added 'Localizable.strings' to bundle resources and added german ↵Sven Weidauer2011-02-251-0/+18
| | | | | | translations. Other languages use english original. svn path=/trunk/netsurf/; revision=11796
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-171-0/+18
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* New icon for homepage button and tooltips for homepage and local history ↵Sven Weidauer2011-02-081-0/+2
| | | | | | buttons. svn path=/trunk/netsurf/; revision=11628
* Bookmarks window. No editing yet.Sven Weidauer2011-02-011-0/+2
| | | | svn path=/trunk/netsurf/; revision=11581
* Implemented bookmarks menu.Sven Weidauer2011-02-011-0/+12
| | | | svn path=/trunk/netsurf/; revision=11579
* Implemented global history window using new Tree class.Sven Weidauer2011-02-011-0/+6
| | | | svn path=/trunk/netsurf/; revision=11578
* Factored Tree class out of TreeViewSven Weidauer2011-02-011-2/+14
| | | | svn path=/trunk/netsurf/; revision=11577
* Implemented preferences window.Sven Weidauer2011-01-311-0/+6
| | | | svn path=/trunk/netsurf/; revision=11565
* Implemented search window.Sven Weidauer2011-01-311-0/+10
| | | | svn path=/trunk/netsurf/; revision=11563
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-372/+51
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-281-0/+2
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=11503
* Updated PSMTabBarControl source code to version from ↵Sven Weidauer2011-01-261-0/+12
| | | | | | https://github.com/dergraf83/PSMTabBarControl svn path=/trunk/netsurf/; revision=11490
* Creating select menus for formsSven Weidauer2011-01-251-0/+6
| | | | svn path=/trunk/netsurf/; revision=11484
* Added local history overlaySven Weidauer2011-01-241-0/+6
| | | | svn path=/trunk/netsurf/; revision=11479
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-0/+6
| | | | svn path=/trunk/netsurf/; revision=11477
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-40/+235
| | | | svn path=/trunk/netsurf/; revision=11396
* Removing history.m - those functions aren't called anyways.Sven Weidauer2011-01-181-4/+0
| | | | svn path=/trunk/netsurf/; revision=11368
* Implementing selection and clipboard functions.Sven Weidauer2011-01-141-0/+4
| | | | svn path=/trunk/netsurf/; revision=11319
* Implemented download windowSven Weidauer2011-01-141-0/+10
| | | | svn path=/trunk/netsurf/; revision=11317
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-131-0/+6
| | | | svn path=/trunk/netsurf/; revision=11310
* Implemented tree view/history window.Sven Weidauer2011-01-131-0/+12
| | | | svn path=/trunk/netsurf/; revision=11309
* Added iconSven Weidauer2011-01-121-0/+4
| | | | svn path=/trunk/netsurf/; revision=11296
* Changed project file to use .xcconfig files and added shell script ↵Sven Weidauer2011-01-121-126/+26
| | | | | | (config/detect.sh) to auto-generate local config file using pkg-config svn path=/trunk/netsurf/; revision=11295
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+1011
svn path=/trunk/netsurf/; revision=11292