Commit Graph

61 Commits (release/3.3)

Author SHA1 Message Date
Vincent Sanders bfd16c30fa update default mac os X version in the correct place 10 years ago
Vincent Sanders 57f8cf6433 As we no longer build the PPC version the default SDK version should be 10.6 for snow leopard compatability 10 years ago
Vincent Sanders 4f530a3f8f Pull warning flags out into variables that can be overriden seperately for C and C++ 11 years ago
Vincent Sanders 56b42943d0 improve iconv library handling 11 years ago
Vincent Sanders 6f9a93e332 fix formatting of defaults makefiles 11 years ago
Vincent Sanders 886a3106db move utf8 local conversion operations to table 11 years ago
Vincent Sanders 8ce0a10670 move path_to_url and url_to_path to fetch operation table 11 years ago
Vincent Sanders e6539c51b3 move cocoa to new option API 12 years ago
Vincent Sanders 98369b74e2 fixup message splitting with updated tool 12 years ago
Vincent Sanders 484fa8b110 move common include path setup to core Makefile 12 years ago
Vincent Sanders 45906b9dc2 make macro name more correct 12 years ago
John-Mark Bell 617d655c7b Remove libxml 12 years ago
John-Mark Bell f824ab8af4 Port save complete to libdom. 12 years ago
Vincent Sanders e0f17a8d35 fix cocoa Message generation 12 years ago
Vincent Sanders b40fd3a88a use correct flags with cp for mac os directory copying 12 years ago
Vincent Sanders 42657ea9a4 bodge the makefile version extraction. 12 years ago
Vincent Sanders 248fc0acc9 add packaging objects to clean target 12 years ago
Vincent Sanders c9fe400353 remove -a from cp command as mac os x 10.5 cp does not have the switch 12 years ago
Vincent Sanders e237ebac8f Split install and package targets. 13 years ago
Vincent Sanders d3b8809020 add libdom 13 years ago
Vincent Sanders 07d140f0f1 make cocoa build use pkg-config properly and build release tarballs (primarily jmb I just made it link) 14 years ago
Vincent Sanders 5af7a9c03c add Mac OS X .dmg instalelr file build rules 14 years ago
Vincent Sanders cd554e6f1e make image content handlers build conditional from teh makefile 14 years ago
François Revel eafcb685c4 Add netsurf.png to the OSX resources. 14 years ago
François Revel 1c753c0707 OSX: Always empty the Resources folder in the .app bundle when populating 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. 14 years ago
François Revel dd43363d57 Add internal.css to OSX resources. This fixes the dirlist display. 14 years ago
François Revel 0cc1dade3c When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the search paths for Cocoa builds. 14 years ago
Daniel Silverstone 1a47f49bdc Fix testament rule for cocoa's build system's prefixed paths 14 years ago
Sven Weidauer 7acc13d863 Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool. 14 years ago
Sven Weidauer 6a561dc6dd Added Makefile setting for the SDK version. 14 years ago
Sven Weidauer 5c63c4cd4a Adding ability to specify /Developer dir in Makefiles 14 years ago
Sven Weidauer 721b73bc55 Using feature_enabled in Makefile.target to see if Apple ImageIO should be used. 14 years ago
Sven Weidauer 208b98bb44 Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. 14 years ago
Sven Weidauer 5c091d5be9 Adding ca-bundle to the resources 14 years ago
Sven Weidauer d84f818887 Adding icons for tree views. 14 years ago
John Mark Bell 97a0229414 Lose space: make can sometimes be picky about such things, so avoid the potential for failure 14 years ago
Sven Weidauer de74250a3e Building translated nib files if strings file exist. 14 years ago
Sven Weidauer c419e726b1 Added 'Localizable.strings' to bundle resources and added german translations. Other languages use english original. 14 years ago
Sven Weidauer abe3300ea1 New local history panel with scrollbars. Still needs to resize itself to fit the history. 14 years ago
Sven Weidauer 3c22b595a7 New icon for homepage button and tooltips for homepage and local history buttons. 14 years ago
Sven Weidauer ab87a4b960 Bookmarks window. No editing yet. 14 years ago
Sven Weidauer fac17d747b Implemented bookmarks menu. 14 years ago
Sven Weidauer 84b4a01f4f Implemented global history window using new Tree class. 14 years ago
Sven Weidauer 28ff0cfb0a Factored Tree class out of TreeView 14 years ago
Sven Weidauer 28da79c796 Reorganized includes. 14 years ago
Sven Weidauer 4ed1832fe7 Implemented preferences window. 14 years ago
Sven Weidauer 827c267c84 Updated Makefile.target 14 years ago
Sven Weidauer 66b9d5476e Implemented search window. 14 years ago
Sven Weidauer fd23621211 Changing Xcode project file to build using the Makefiles and fixed some warnings. 14 years ago
Vincent Sanders fbb1139214 add default system colour handlers to each frontend 14 years ago