Martin Carlberg
fdff92e5c8
Fixed: Ask Node for a temporary directory instead of using '/tmp'
2021-09-17 09:38:29 +02:00
Martin Carlberg
b7c04d7d16
Fixed: Converted the tool 'objj2objcskeleton' for Node
2021-09-15 17:32:31 +02:00
Martin Carlberg
2e5a483dce
Fixed: Added examples how to add macros in the 'capp gen' templates index[-debug].html files
2021-09-13 09:38:02 +02:00
Martin Carlberg
9c2f37b43f
Fixed: The Tool nib2cib will give information of used Resource directory.
2021-09-02 12:44:48 +02:00
Martin Carlberg
0289ba17f1
Fixed: Add test task for Framework template used by the tool capp gen
...
Plus some minor bugfixes
2021-09-02 11:23:32 +02:00
Martin Carlberg
5db94e1e52
Fixed: Cleanup of the Jakefile template for Application and Framework used by the tool "capp gen"
2021-09-01 16:28:55 +02:00
Martin Carlberg
b638d8e904
Fixed: From around Xcode 12.5.1 ibtool starts to create a folder with two files.
...
We have to check for this and take action. We don't know of this is a temporary thing as Apple has no
information about this change.
2021-08-30 16:29:43 +02:00
Martin Carlberg
251ce7fdad
Fixed: Info.plist file with just whitespaces is not treated as an empty file in Node. Trim it and check length.
2021-08-27 09:08:19 +02:00
Martin Carlberg
a2337a2969
Fixed: Can't use generic array of numbers when writing to file with Node
2021-08-27 09:04:51 +02:00
Martin Carlberg
0c803e26ca
Fixed: Must expand path to absolute to be able to get application name. Was translated to wrong Node function when converting from Narwhal.
2021-08-27 09:03:58 +02:00
Martin Carlberg
ab25fadb1e
Fixed: Function for imagesize used wrong and non declared argument
2021-08-27 09:02:26 +02:00
Martin Carlberg
e697f4eca7
Fixed: Better debugging experience
2021-08-27 09:01:19 +02:00
Martin Carlberg
80158a8982
Fixed: Cleanup of fontinfo and imagesize Jakefile
2021-08-27 08:59:45 +02:00
Martin Carlberg
55bcfacf3b
Fixed: Moved common function used in Jakefiles that was declared all over the place to a file.js in @objj/utils. Also some general cleanup.
2021-08-25 09:32:58 +02:00
Martin Carlberg
52b7a82b4d
Fixed: Cleanup of Jakefiles for better Node adaption
2021-08-24 10:58:12 +02:00
Alfred Wärnsäter
ddaf575719
fixed --version option in nib2cib
2021-08-20 09:29:34 +02:00
Alfred Wärnsäter
7226019b6a
use npm prefix for install path
2021-08-19 13:30:40 +02:00
Alfred Wärnsäter
2ecea40fdc
lots of Node fixes
2021-08-19 10:56:13 +02:00
Alfred Wärnsäter
4a43e376ed
modified capp to work with node
2021-08-10 12:27:50 +02:00
Alfred Wärnsäter
1924cd1822
removed fs-extra dependancy
2021-08-06 11:02:55 +02:00
Alfred Wärnsäter
730b2dd874
removed glob dependancy
2021-08-06 10:36:04 +02:00
Alfred Wärnsäter
1c2b383838
removed uuid dependancy
2021-08-06 09:43:49 +02:00
Alfred Wärnsäter
dc5b3f48e8
fixed watch functionality in nib2cib
2021-08-05 16:22:36 +02:00
Alfred Wärnsäter
d17671c99e
added parsing of command line arguments
2021-08-04 15:19:10 +02:00
Alfred Wärnsäter
472f859bd8
basic support for nib2cib
2021-08-03 13:39:54 +02:00
Alfred Wärnsäter
e64c9d9cd4
starting to port the capp tool to node
2021-07-30 14:09:11 +02:00
Alfred Wärnsäter
87a1c6621c
ported nib2cib from narwhal to node, it now build using objj-jake
2021-07-29 13:20:30 +02:00
Alfred Wärnsäter
5e9d479cef
AppKit and Themes are now buildable
2021-07-27 08:59:05 +02:00
Alfred Wärnsäter
441e5fbc05
ported nib2cib to node the node api
2021-07-01 16:00:32 +02:00
Alfred Wärnsäter
c238ebeef4
major changes, very much WIP, experimenting with async
2021-06-22 14:04:31 +02:00
daboe01
677076b89d
fixed: some cib files have been outdated
2021-04-01 18:04:06 +02:00
Martin Carlberg
f74fed5ee0
Fixed: CPTextView now handles more options from Interface Builder
...
The new options are:
1. Resizable Horizontally
2. Resizable Vertically
3. Max Size
Also two options from the Text Container is recognized:
1. Tracks text view width
2. Tracks text view height
The last two are needed to allow the text view to recalculate
the size of its content if the frame size is changed.
2020-12-16 11:29:11 +01:00
Didier Korthoudt and GitHub
3aba03eb28
Fixed: Missing call to super in NSTabView.j ( #2956 )
2020-11-22 11:01:14 +01:00
Didier Korthoudt and GitHub
1107195ab6
Fixed: Modern Cocoa behavior, new theme parameters, Aristo3 CSS theme ready for CPTabView ( #2936 )
2020-11-20 08:33:56 +01:00
David Richardson and GitHub
59603b550e
Fixed: "Loading…" animation using modern layout ( #2953 )
...
Correct vertical alignment in all modern browsers. IE no longer a target.
2020-11-20 08:22:45 +01:00
David Richardson and GitHub
c52f714149
Fixed: Version check for XcodeCapp compatibility with Big Sur ( #2954 )
2020-11-20 08:20:19 +01:00
Didier Korthoudt and GitHub
35420732d1
Fixed: Modern Cocoa behavior and Aristo3 CSS theme ready for CPDatePicker ( #2935 )
...
Also, clock hands can be manipulated
2020-11-06 16:27:07 +01:00
David Richardson and GitHub
7f48b84292
Fixed: Update template for NibApplication's xib and cib to modern format ( #2946 )
2020-11-06 08:31:22 +01:00
Didier Korthoudt and GitHub
5110c5706f
Fixed: Compilation warnings ( #2950 )
2020-11-06 07:25:21 +01:00
Didier Korthoudt and GitHub
633511acda
Fixed: Before this PR, placing a CPTableView in a CPBox would break nib2cib ( #2949 )
2020-10-31 17:56:13 +01:00
Didier Korthoudt and GitHub
5c4107835b
New: Aristo3 improvements for CPSearchField ( #2934 )
...
New theme parameters
Animations
Modern Cocoa behavior
Aristo3 CSS theme ready
2020-10-23 09:05:33 +02:00
Didier Korthoudt and GitHub
5f6df95e30
New: Modern Cocoa behavior and methods, ticked sliders and Aristo3 CSS theme ready ( #2926 )
2020-10-09 11:47:18 +02:00
Didier Korthoudt and GitHub
9145e27009
Fixed: Aristo3 CSS theme ready and replaces setTextFieldBackgroundColor by setBackgroundColor for CPTextField ( #2925 )
2020-10-02 14:47:50 +02:00
Didier Korthoudt and GitHub
7bde091f1b
FIXED: when using a custom view with subviews, subviews were presented in the reversed order ( #2913 )
2020-10-02 13:31:45 +02:00
Didier Korthoudt and GitHub
412baf7872
Fixed: Aristo3 ready and modern Cocoa behavior for CPBox ( #2924 )
2020-10-02 13:28:06 +02:00
Didier Korthoudt and GitHub
6c7d8df565
Aristo3: CPButton ( #2920 )
2020-10-02 12:59:32 +02:00
Didier Korthoudt and GitHub
e13cebaa3a
NEW: Material icon image ( #2909 )
2020-10-02 12:13:00 +02:00
Didier Korthoudt and GitHub
89b70843c7
Fixed: Nib2cib was using hard coded frame adjustment for CPBox ( #2761 )
2020-04-06 09:17:05 +02:00
Didier Korthoudt and GitHub
a4ef18ddab
FIXED: Before this PR, only CPControl could use nib2cib-adjustment-frame. ( #2831 )
2020-03-11 10:17:14 +01:00
Didier Korthoudt and GitHub
ba6350e24d
NEW: CPSplitView modern Cocoa behavior implementation ( #2876 )
2020-02-21 14:32:53 +01:00