Vincent Sanders
484fa8b110
move common include path setup to core Makefile
2012-12-20 15:27:07 +00:00
Vincent Sanders
45906b9dc2
make macro name more correct
2012-12-13 16:31:05 +00:00
John-Mark Bell
617d655c7b
Remove libxml
2012-11-10 00:11:57 +00:00
John-Mark Bell
f824ab8af4
Port save complete to libdom.
2012-11-03 23:19:45 +00:00
Vincent Sanders
e0f17a8d35
fix cocoa Message generation
2012-11-03 16:27:31 +00:00
Vincent Sanders
b40fd3a88a
use correct flags with cp for mac os directory copying
2012-10-15 16:15:14 +01:00
Vincent Sanders
42657ea9a4
bodge the makefile version extraction.
2012-10-15 16:04:51 +01:00
Vincent Sanders
248fc0acc9
add packaging objects to clean target
2012-10-15 15:49:52 +01:00
Vincent Sanders
c9fe400353
remove -a from cp command as mac os x 10.5 cp does not have the switch
2012-10-15 15:11:15 +01:00
Vincent Sanders
e237ebac8f
Split install and package targets.
...
Install target is for installing on the local machine and package generates a package
2012-08-23 11:46:31 +01:00
Vincent Sanders
d3b8809020
add libdom
2012-07-26 18:01:29 +01:00
Vincent Sanders
07d140f0f1
make cocoa build use pkg-config properly and build release tarballs (primarily jmb I just made it link)
...
svn path=/trunk/netsurf/; revision=12879
2011-09-26 10:04:29 +00:00
Vincent Sanders
5af7a9c03c
add Mac OS X .dmg instalelr file build rules
...
svn path=/trunk/netsurf/; revision=12689
2011-08-31 13:49:14 +00:00
Vincent Sanders
cd554e6f1e
make image content handlers build conditional from teh makefile
...
svn path=/trunk/netsurf/; revision=12673
2011-08-28 14:29:15 +00:00
François Revel
eafcb685c4
Add netsurf.png to the OSX resources.
...
svn path=/trunk/netsurf/; revision=12406
2011-05-14 00:16:40 +00:00
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.
...
svn path=/trunk/netsurf/; revision=12353
2011-05-09 18:39:42 +00:00
François Revel
dd43363d57
Add internal.css to OSX resources. This fixes the dirlist display.
...
svn path=/trunk/netsurf/; revision=12297
2011-05-07 18:37:07 +00:00
François Revel
0cc1dade3c
When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the search paths for Cocoa builds.
...
svn path=/trunk/netsurf/; revision=12286
2011-05-06 23:58:58 +00:00
Daniel Silverstone
1a47f49bdc
Fix testament rule for cocoa's build system's prefixed paths
...
svn path=/trunk/netsurf/; revision=12123
2011-03-22 12:42:30 +00:00
Sven Weidauer
7acc13d863
Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.
...
svn path=/trunk/netsurf/; revision=12048
2011-03-14 18:36:41 +00:00
Sven Weidauer
6a561dc6dd
Added Makefile setting for the SDK version.
...
svn path=/trunk/netsurf/; revision=12046
2011-03-14 18:22:42 +00:00
Sven Weidauer
5c63c4cd4a
Adding ability to specify /Developer dir in Makefiles
...
svn path=/trunk/netsurf/; revision=12043
2011-03-14 14:17:53 +00:00
Sven Weidauer
721b73bc55
Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.
...
svn path=/trunk/netsurf/; revision=11931
2011-03-07 16:47:39 +00:00
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.
...
svn path=/trunk/netsurf/; revision=11911
2011-03-05 09:49:15 +00:00
Sven Weidauer
5c091d5be9
Adding ca-bundle to the resources
...
svn path=/trunk/netsurf/; revision=11895
2011-03-03 14:36:44 +00:00
Sven Weidauer
d84f818887
Adding icons for tree views.
...
svn path=/trunk/netsurf/; revision=11842
2011-02-27 13:21:46 +00:00
John Mark Bell
97a0229414
Lose space: make can sometimes be picky about such things, so avoid the potential for failure
...
svn path=/trunk/netsurf/; revision=11804
2011-02-25 22:09:16 +00:00
Sven Weidauer
de74250a3e
Building translated nib files if strings file exist.
...
svn path=/trunk/netsurf/; revision=11802
2011-02-25 21:50:21 +00:00
Sven Weidauer
c419e726b1
Added 'Localizable.strings' to bundle resources and added german translations. Other languages use english original.
...
svn path=/trunk/netsurf/; revision=11796
2011-02-25 16:20:16 +00:00
Sven Weidauer
abe3300ea1
New local history panel with scrollbars. Still needs to resize itself to fit the history.
...
svn path=/trunk/netsurf/; revision=11705
2011-02-17 12:12:51 +00:00
Sven Weidauer
3c22b595a7
New icon for homepage button and tooltips for homepage and local history buttons.
...
svn path=/trunk/netsurf/; revision=11628
2011-02-08 14:10:02 +00:00
Sven Weidauer
ab87a4b960
Bookmarks window. No editing yet.
...
svn path=/trunk/netsurf/; revision=11581
2011-02-01 14:52:20 +00:00
Sven Weidauer
fac17d747b
Implemented bookmarks menu.
...
svn path=/trunk/netsurf/; revision=11579
2011-02-01 10:27:54 +00:00
Sven Weidauer
84b4a01f4f
Implemented global history window using new Tree class.
...
svn path=/trunk/netsurf/; revision=11578
2011-02-01 08:39:35 +00:00
Sven Weidauer
28ff0cfb0a
Factored Tree class out of TreeView
...
svn path=/trunk/netsurf/; revision=11577
2011-02-01 08:39:32 +00:00
Sven Weidauer
28da79c796
Reorganized includes.
...
svn path=/trunk/netsurf/; revision=11567
2011-01-31 19:12:00 +00:00
Sven Weidauer
4ed1832fe7
Implemented preferences window.
...
svn path=/trunk/netsurf/; revision=11565
2011-01-31 18:38:03 +00:00
Sven Weidauer
827c267c84
Updated Makefile.target
...
svn path=/trunk/netsurf/; revision=11564
2011-01-31 17:35:46 +00:00
Sven Weidauer
66b9d5476e
Implemented search window.
...
svn path=/trunk/netsurf/; revision=11563
2011-01-31 15:13:38 +00:00
Sven Weidauer
fd23621211
Changing Xcode project file to build using the Makefiles and fixed some warnings.
...
svn path=/trunk/netsurf/; revision=11558
2011-01-31 07:57:52 +00:00
Vincent Sanders
fbb1139214
add default system colour handlers to each frontend
...
svn path=/trunk/netsurf/; revision=11530
2011-01-30 13:40:47 +00:00
Sven Weidauer
7b2694e9f6
Updated PSMTabBarControl source code to version from https://github.com/dergraf83/PSMTabBarControl
...
svn path=/trunk/netsurf/; revision=11490
2011-01-26 10:52:13 +00:00
Sven Weidauer
cca607fbe8
Creating select menus for forms
...
svn path=/trunk/netsurf/; revision=11484
2011-01-25 15:09:06 +00:00
Sven Weidauer
e21cab6a7f
Added local history overlay
...
svn path=/trunk/netsurf/; revision=11479
2011-01-24 15:01:34 +00:00
Sven Weidauer
8cc6b55981
Nice back/forward buttons and moved refresh button into URL field (like Safari)
...
svn path=/trunk/netsurf/; revision=11477
2011-01-24 09:12:22 +00:00
François Revel
4dda0f0204
- whitespace cleanup.
...
- 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
2011-01-23 20:31:36 +00:00
Sven Weidauer
f9ad379830
Generating version info in Info.plist from version.c
...
svn path=/trunk/netsurf/; revision=11468
2011-01-23 19:03:39 +00:00
Sven Weidauer
ce2f4da8ac
Makefile cleanup and copying only required localized resources
...
svn path=/trunk/netsurf/; revision=11467
2011-01-23 19:03:19 +00:00
Sven Weidauer
d528da0fd9
Building universal binary (only works for clang and not for ppc64)
...
svn path=/trunk/netsurf/; revision=11465
2011-01-23 15:26:26 +00:00
Sven Weidauer
34b42a120a
Assembling .app bundle in Makefile.target
...
svn path=/trunk/netsurf/; revision=11464
2011-01-23 14:14:35 +00:00