Allan Odgaard
da2a7aa290
Update dialog plug-in (Explicitly close window when disposing a nib)
2019-10-06 10:50:16 +02:00
Allan Odgaard
57c2e25af1
Update dialog plug-in (Rename symbols for the 10.14 SDK)
2019-07-13 10:20:09 +02:00
Allan Odgaard
e5855292d6
Update dialog plug-ins (Use ${TARGET_NAME} instead of other variables)
2019-06-29 16:41:21 +02:00
Allan Odgaard
4ccae3c23b
Update dialog plug-ins (make use of TARGET_NAME and __DATE__ defines)
2019-06-27 22:10:19 +02:00
Allan Odgaard
ee0448a876
Update dialog plug-in (Use NSVisualEffectView for Dialog’s pop-up menu)
2018-11-09 00:32:17 +07:00
Allan Odgaard
c3e7e97c21
Update dialog plug-ins (coding style and text color in pop-up menu)
2018-10-07 12:00:07 +02:00
Allan Odgaard
e70791ee89
Rename a bunch of constants to fix deprecation warnings (10.12)
2018-06-16 22:55:30 +02:00
Allan Odgaard
8bb4b9d337
Update dialog plug-in
2017-09-12 20:43:52 +02:00
Allan Odgaard
5f7d5b53d6
Update dialog plug-in (use view-based table view for popup)
2017-03-10 14:41:16 +07:00
Allan Odgaard
b0cbae4353
Update dialog plug-in (HTML tooltip dimension rounding error)
...
Being off-by-one for the width could cause wrapping adding an entire extra line placed outside the viewport.
2016-08-28 09:56:56 +02:00
Allan Odgaard
e7420edb06
Update dialog plug-in (completion menu width now includes image width)
2016-08-07 17:49:36 +02:00
Allan Odgaard
40a96c8815
Update dialog plug-ins (Replace deprecated nib initializing)
2016-08-04 14:39:35 +02:00
Allan Odgaard
49ce387960
Update dialog plug-ins (revert ‘Replace deprecated nib initializing’)
2016-08-04 00:34:53 +02:00
Allan Odgaard
a3639495d1
Update dialog plug-ins (use non-deprecated nib API) (10.8)
2016-07-05 10:01:45 +02:00
Allan Odgaard
1f3ea40516
Update dialog plug-ins (remove workaround for Lion and suppress warning)
2016-06-23 08:53:37 +02:00
Allan Odgaard
cd016be294
Update dialog plug-in (declare new protocols from 10.11 SDK)
2015-09-24 18:33:40 +07:00
Allan Odgaard
2a9220c570
Update dialog plug-in (add own image and text cell)
2015-07-30 22:18:07 +02:00
Allan Odgaard
f54a7cb45b
Update dialog plug-in (remove unused code)
2015-03-05 16:38:10 +07:00
Allan Odgaard
7b233c562c
Update dialog plug-in (eliminate sizeofA macro)
2015-03-05 16:38:09 +07:00
Allan Odgaard
f29f6e414c
Update dialog plug-in (dispose nib after its window is closed)
2014-12-16 16:02:10 +07:00
Allan Odgaard
8d2954a4da
Update dialog plug-in (fix option parser for nib --list)
2014-11-17 09:37:54 +01:00
Allan Odgaard
f16e83fb4f
Get rid of APP_REVISION
...
This was just mirroring the last part of our version number so redundant and it wasn’t monotonically increasing as we switched from alpha.n → beta.1 (with n > 1), so it probably did more harm than good.
2014-10-30 20:49:10 +01:00
Allan Odgaard
3d6ad065ce
Update dialog plug-in (method signature presumably confusing ARC)
2014-10-20 22:01:37 +02:00
Allan Odgaard
6b5daa5069
Update dialog plug-in (option parser)
2014-10-07 16:21:34 +02:00
Allan Odgaard
8c44780616
Update dialog plug-ins (font sizes)
2014-10-02 11:03:41 +02:00
Allan Odgaard
c2ef79c10c
Update dialog plug-in
2014-09-17 11:12:56 +02:00
Allan Odgaard
d0ba80d72e
Update dialog-1.x plug-in
2014-09-10 12:33:17 +02:00
Allan Odgaard
ceec6ab54f
Update dialog-1.x plug-in
2014-09-05 13:39:38 +02:00
Allan Odgaard
e86f40255c
Update HTML tool tips (font and WebView cache/plug-in settings)
2014-04-01 16:01:19 +07:00
Allan Odgaard
7079071139
Update Dialog plug-in (pop-up menu improvements)
2014-03-06 10:15:09 +07:00
Allan Odgaard
ede827546c
Update dialog plug-in (submodules)
2014-03-03 10:35:07 +07:00
Allan Odgaard
c342af1485
Update dialog plug-in
2013-11-03 20:36:35 +01:00
Allan Odgaard
2ca999976e
Dialog: Improve tooltip positioning for multiple screens
2013-03-21 11:45:08 +01:00
Allan Odgaard
e530c3c501
Update dialog plug-ins
...
This fixes result of menu command which would previously be thrown off by non-selectable items.
2013-02-18 15:38:25 +01:00
Allan Odgaard
d7198ed776
Update dialog plugins
...
Fixes #584
2013-01-17 09:16:04 +01:00
Allan Odgaard
35d413225d
Send method to class name instead of ‘self’
...
This avoids potential compiler errors where multiple methods with same signature but different parameter/result types.
2013-01-12 13:09:19 +01:00
Allan Odgaard
cb33722602
Update dialog plug-ins
...
They now set the TMPlugInAPIVersion key in their Info.plist.
2012-12-30 03:00:53 +01:00
Allan Odgaard
71be61cbbb
Enable ARC by default
...
We now explicitly disable it for targets that hasn’t yet been upgraded to ARC. This way, it’s easier to get an overview of which targets hasn’t yet been upgraded and ensures new targets has ARC enabled.
2012-12-19 19:42:36 +01:00
Allan Odgaard
805d1af0e2
Add ‘filepanel’ command to DIALOG
2012-11-12 13:28:34 +07:00
Allan Odgaard
1b8255db06
Fix x-insert dialog command
2012-09-18 21:53:53 +02:00
Allan Odgaard
dcdb7057a2
Update dialog submodule
...
Renamed the DialogPopupMenuTarget class to avoid a run-time warning logged in Console.
Users will sometimes quote stuff from Console in bug reports, so let’s cut down the noise.
2012-08-30 13:31:35 +02:00
Jacob Bandes-Storch
d31aefd20d
Use 64-bit: update submodules
2012-08-28 21:32:47 +02:00
Jacob Bandes-Storch
928faf95d3
Use libc++: update submodules
2012-08-28 18:47:40 +02:00
Allan Odgaard
dec4dbf30d
Update dialog plug-ins
...
Latest versions compile without warnings.
2012-08-12 01:40:13 +02:00
Allan Odgaard
9894969e67
Initial commit
2012-08-09 16:25:56 +02:00