summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* add libdomVincent Sanders2012-07-261-2/+2
|
* make cocoa build use pkg-config properly and build release tarballs ↵Vincent Sanders2011-09-261-7/+14
| | | | | | (primarily jmb I just made it link) svn path=/trunk/netsurf/; revision=12879
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
| | | | svn path=/trunk/netsurf/; revision=12689
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+5
| | | | svn path=/trunk/netsurf/; revision=12673
* Add netsurf.png to the OSX resources.François Revel2011-05-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=12406
* OSX: Always empty the Resources folder in the .app bundle when populating ↵François Revel2011-05-091-0/+1
| | | | | | it, to avoid errors when copying .svn stuff over a 2nd time. Ideally those shouldn't be copied over anyway, but I didn't yet find an easy way to use tar the way I need. svn path=/trunk/netsurf/; revision=12353
* Add internal.css to OSX resources. This fixes the dirlist display.François Revel2011-05-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12297
* When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the ↵François Revel2011-05-061-0/+5
| | | | | | search paths for Cocoa builds. svn path=/trunk/netsurf/; revision=12286
* Fix testament rule for cocoa's build system's prefixed pathsDaniel Silverstone2011-03-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=12123
* Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.Sven Weidauer2011-03-141-1/+1
| | | | 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
* 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
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-7/+2
| | | | | | 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
* Adding ca-bundle to the resourcesSven Weidauer2011-03-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=11895
* Adding icons for tree views.Sven Weidauer2011-02-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=11842
* 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-251-5/+13
| | | | svn path=/trunk/netsurf/; revision=11802
* Added 'Localizable.strings' to bundle resources and added german ↵Sven Weidauer2011-02-251-1/+1
| | | | | | 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-2/+6
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* New icon for homepage button and tooltips for homepage and local history ↵Sven Weidauer2011-02-081-1/+1
| | | | | | buttons. svn path=/trunk/netsurf/; revision=11628
* Bookmarks window. No editing yet.Sven Weidauer2011-02-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=11581
* Implemented bookmarks menu.Sven Weidauer2011-02-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=11579
* Implemented global history window using new Tree class.Sven Weidauer2011-02-011-1/+3
| | | | svn path=/trunk/netsurf/; revision=11578
* Factored Tree class out of TreeViewSven Weidauer2011-02-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=11577
* Reorganized includes.Sven Weidauer2011-01-311-1/+0
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented preferences window.Sven Weidauer2011-01-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=11565
* Updated Makefile.targetSven Weidauer2011-01-311-34/+23
| | | | svn path=/trunk/netsurf/; revision=11564
* Implemented search window.Sven Weidauer2011-01-311-1/+6
| | | | svn path=/trunk/netsurf/; revision=11563
* 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