summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
...
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-0/+2
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* add default system colour handlers to each frontendVincent Sanders2011-01-301-5/+6
| | | | svn path=/trunk/netsurf/; revision=11530
* Updated PSMTabBarControl source code to version from ↵Sven Weidauer2011-01-261-1/+4
| | | | | | https://github.com/dergraf83/PSMTabBarControl svn path=/trunk/netsurf/; revision=11490
* Creating select menus for formsSven Weidauer2011-01-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=11484
* Added local history overlaySven Weidauer2011-01-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=11479
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=11477
* - whitespace cleanup.François Revel2011-01-231-3/+9
| | | | | | - check if /opt/local exists and add it to search paths, so libjpeg installed by MacPort can be found, as it doesn't seem to have a pkg-config descriptor. svn path=/trunk/netsurf/; revision=11471
* Generating version info in Info.plist from version.cSven Weidauer2011-01-231-2/+3
| | | | svn path=/trunk/netsurf/; revision=11468
* Makefile cleanup and copying only required localized resourcesSven Weidauer2011-01-231-31/+22
| | | | svn path=/trunk/netsurf/; revision=11467
* Building universal binary (only works for clang and not for ppc64)Sven Weidauer2011-01-231-4/+13
| | | | svn path=/trunk/netsurf/; revision=11465
* Assembling .app bundle in Makefile.targetSven Weidauer2011-01-231-0/+62
| | | | svn path=/trunk/netsurf/; revision=11464
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-4/+23
| | | | svn path=/trunk/netsurf/; revision=11396
* Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' ↵François Revel2011-01-191-0/+84
in trunk/. Crashes for now though. Requires some libs installed with macports to /opt/local. svn path=/trunk/netsurf/; revision=11380