summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-240/+0
|
* use the miscellaneous table warning entryVincent Sanders2016-04-251-1/+0
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* update version info for next development cycleVincent Sanders2016-04-061-3/+1
|
* Update compilation to cope with modern SDK locationsVincent Sanders2016-02-081-13/+21
|
* fix cocoa SDK awk invocationVincent Sanders2016-02-071-1/+1
|
* extract cocoa SDK path rather than use pre-defined pathVincent Sanders2016-02-071-1/+2
|
* Convert cocoa to use bitmap render APIVincent Sanders2015-04-241-1/+0
|
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-4/+1
|
* update default mac os X version in the correct placeVincent Sanders2014-10-031-2/+0
|
* As we no longer build the PPC version the default SDK version should be 10.6 ↵Vincent Sanders2014-10-031-1/+1
| | | | for snow leopard compatability
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-2/+1
| | | | and C++
* improve iconv library handlingVincent Sanders2014-04-301-1/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-201-38/+36
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-1/+0
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-1/+0
|
* move cocoa to new option APIVincent Sanders2013-05-281-1/+0
|
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-4/+2
|
* make macro name more correctVincent Sanders2012-12-131-4/+4
|
* Remove libxmlJohn-Mark Bell2012-11-101-4/+3
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+0
|
* fix cocoa Message generationVincent Sanders2012-11-031-1/+5
|
* use correct flags with cp for mac os directory copyingVincent Sanders2012-10-151-4/+8
|
* bodge the makefile version extraction.Vincent Sanders2012-10-151-1/+2
|
* add packaging objects to clean targetVincent Sanders2012-10-151-0/+12
|
* remove -a from cp command as mac os x 10.5 cp does not have the switchVincent Sanders2012-10-151-1/+1
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+12
| | | | Install target is for installing on the local machine and package generates a package
* 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