Gregory John Casamento
1c6e994e4f
Move changelog back to the top
2024-01-11 11:46:29 -05:00
Gregory John Casamento
e7965029b0
Move resources and correct gorm loading logic
2023-06-14 03:40:51 -04:00
Gregory John Casamento
e0bc255007
Update changelog for release
2023-01-15 06:10:49 -05:00
Gregory John Casamento
e3331dc088
Add new method to GormDocument called openEditorForObject:withParentObject: also handle NSCells properly
2022-11-10 01:46:09 -05:00
Gregory John Casamento
2ce25e123d
Change code to use new version of custom classes
2022-03-29 19:42:20 -04:00
Gregory John Casamento
b36ec0e29a
Silence warning and create editor for cell
2022-03-26 13:57:30 -04:00
Gregory John Casamento
3b2d0d2e77
Fix crash in GormNSSplitViewInspector.
2021-10-19 19:28:03 -04:00
Gregory John Casamento
0053970157
Add changelog
2021-07-22 17:57:04 -04:00
Gregory John Casamento
f56cf39b0a
Add changes to fix fontMenu issue
2021-05-15 18:43:21 -04:00
Gregory John Casamento
9df2d1aeb8
Fix merge issues
2021-05-09 02:29:13 -04:00
Gregory John Casamento
f97cfac1c8
Release 1.28.0
2021-05-09 00:20:28 -04:00
Gregory John Casamento
a55f961f1c
Code cleanup. Changes to handle connections.
2021-05-04 05:04:59 -04:00
Gregory John Casamento
97f1a8e74d
Fix issue #11 in Gorm. NSMatrix should now be selectable after initial selection.
2021-04-22 03:32:35 -04:00
Gregory John Casamento
5d699dd353
Add groupSelectionInMatrix
2021-03-27 01:44:49 -04:00
Gregory John Casamento
2c2fb3a9ef
Release 1.2.26
2020-04-14 14:46:54 -04:00
Gregory John Casamento
f6f3aaed80
Release 1.2.26
2020-04-14 14:45:33 -04:00
Riccardo Mottola
b143ab112d
Cast to NSProgressIndiciator so corret isVertical method is choosen by compiler. Add check before casting.
2020-04-14 12:30:34 +02:00
fredkiefer
fb3a4840e6
* GormCore/GormDocument.m: Remove NSNibConnector duplicating code in gui.
...
Use [-attachObjects:toParent:] and [-detachObjects:] more often.
2020-03-29 15:10:46 +02:00
Sergii Stoian
7ca12f87cf
* ChangeLog: add entries reconstructed from git log.
2020-01-11 01:23:28 +02:00
fredkiefer
85247d72a3
* GormCore/GormInspectorsManager.m: Disable menu update during
...
bulk change.
2019-07-26 23:37:11 +02:00
fredkiefer
d954dc9cbc
Add ChangeLog for last commit.
2019-07-26 21:35:14 +02:00
Gregory John Casamento
d9e8d3be80
ChangeLog update
2019-02-07 02:16:25 -05:00
fredkiefer
0d3ab06c92
* GormCore/GormDocument.m: Fix wrong string type in David Chisnall
...
fix for the new libobjc.
2019-01-25 13:14:55 +01:00
Gregory John Casamento
cb0e765961
Fix issue found by Riccardo and Fred when reading in a nib, a panel will get decoded as a NSWindow instead of an NSPanel.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39156 72102866-910b-0410-8b05-ffd578937521
2015-11-06 01:42:51 +00:00
Gregory John Casamento
57b66318d3
1.2.22 Release
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38514 72102866-910b-0410-8b05-ffd578937521
2015-05-20 10:20:59 +00:00
Gregory John Casamento
122fa03d06
Disabling repairFile: pending further development. Update version files.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38513 72102866-910b-0410-8b05-ffd578937521
2015-05-20 10:18:40 +00:00
Gregory John Casamento
0420732766
Fix for bug#45040
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38485 72102866-910b-0410-8b05-ffd578937521
2015-05-12 00:24:12 +00:00
Riccardo Mottola
c7651517ef
Use cast to larger type for string formatting to allow compilation on Solaris
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38459 72102866-910b-0410-8b05-ffd578937521
2015-04-17 17:52:51 +00:00
Gregory John Casamento
c2e600fc22
Fixes crash seen after last commit.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38376 72102866-910b-0410-8b05-ffd578937521
2015-03-02 22:51:36 +00:00
Gregory John Casamento
3dc14cfc65
Correction for bug#44343. Set to ready for test.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38372 72102866-910b-0410-8b05-ffd578937521
2015-03-02 05:07:39 +00:00
Gregory John Casamento
17ec30efb2
Fixes bug#13753: User should now be able to change the color of the guideline from the guideline preferences.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38356 72102866-910b-0410-8b05-ffd578937521
2015-02-23 02:23:29 +00:00
Gregory John Casamento
14b3cc8602
Fix for bug#42782
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38136 72102866-910b-0410-8b05-ffd578937521
2014-10-28 07:09:52 +00:00
Fred Kiefer
9c9af61d37
* GormCore/GormDocument.m: Rewrite fix for bug #39072 to stop
...
leaking memory.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38052 72102866-910b-0410-8b05-ffd578937521
2014-08-31 19:47:45 +00:00
Fred Kiefer
abce1603c7
* GormCore/GormImage.m: Fix the init issue for the second
...
method as well. Small cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38002 72102866-910b-0410-8b05-ffd578937521
2014-07-21 07:21:48 +00:00
Gregory John Casamento
2af7de1105
Fix bug #28644
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37931 72102866-910b-0410-8b05-ffd578937521
2014-05-31 15:00:47 +00:00
Sebastian Reitenbach
2e1fc7f286
* Palettes/2Controls/GormFormAttributesInspector.m
...
fix some format string warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37926 72102866-910b-0410-8b05-ffd578937521
2014-05-30 12:32:21 +00:00
Sebastian Reitenbach
5cdfadcb56
* Palettes/2Controls/GormColorWellAttributesInspector.h
...
fix typo in header guard
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37924 72102866-910b-0410-8b05-ffd578937521
2014-05-30 12:08:28 +00:00
Riccardo Mottola
7d0d96a1bc
Explicitely cast NSIntegers to avoid warning and problems
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37916 72102866-910b-0410-8b05-ffd578937521
2014-05-28 07:02:41 +00:00
Gregory John Casamento
4ff11ce871
Fix for bug#28646
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37912 72102866-910b-0410-8b05-ffd578937521
2014-05-27 07:27:32 +00:00
Gregory John Casamento
3b78ac2018
Fix bug #39072
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37911 72102866-910b-0410-8b05-ffd578937521
2014-05-27 07:17:37 +00:00
Gregory John Casamento
3323b82516
Fix for bug#30837
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37910 72102866-910b-0410-8b05-ffd578937521
2014-05-26 23:26:23 +00:00
Gregory John Casamento
4c6a4d7baf
Accepted patch for 34877 by Sergei.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37909 72102866-910b-0410-8b05-ffd578937521
2014-05-26 22:33:29 +00:00
Fred Kiefer
1fb82b12ec
* Palettes/2Controls/GormButtonAttributesInspector.h: Use
...
NSButton instead of the non-existign NSSwitch.
* GormCore/GormViewKnobs.m: Replace DPS calls. Only realloc
rect lists if needed.
* Plugins/Gorm/GormGormWrapperBuilder.m,
* Palettes/2Controls/GormPopUpButtonAttributesInspector.m,
* Palettes/2Controls/GormButtonEditor.m: Remove compiler
warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37618 72102866-910b-0410-8b05-ffd578937521
2014-01-19 19:25:44 +00:00
Fred Kiefer
facac34b47
Remove compiler warnings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37617 72102866-910b-0410-8b05-ffd578937521
2014-01-19 11:19:59 +00:00
Fred Kiefer
df44194b98
* GormInfo.plist: Don't clain to be able to write XIB files.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37616 72102866-910b-0410-8b05-ffd578937521
2014-01-19 10:53:31 +00:00
Fred Kiefer
311fe1003b
* GormCore/GormResourceManager.m (-resourcePasteboardTypes): Add
...
IBMenuPboardType to work around menus not being draggable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37529 72102866-910b-0410-8b05-ffd578937521
2013-12-31 13:46:08 +00:00
Gregory John Casamento
e87fd029b4
int -> NSInteger transition.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37359 72102866-910b-0410-8b05-ffd578937521
2013-11-04 15:02:25 +00:00
Fred Kiefer
2aa362da0e
Enable the storing of the Ink Document.gorm as a NIB.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37287 72102866-910b-0410-8b05-ffd578937521
2013-10-26 21:35:26 +00:00
Riccardo Mottola
ef9a3eca84
Write warnings of respectively the proper nil object.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37286 72102866-910b-0410-8b05-ffd578937521
2013-10-26 20:44:58 +00:00
Sebastian Reitenbach
6ef0a5f06a
* GormCore/GormClassEditor.m
...
* GormCore/GormFilePrefsManager.m
* Palettes/3Containers/GormBrowserAttributesInspector.m
* Palettes/3Containers/GormTabViewAttributesInspector.m
fix format strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37255 72102866-910b-0410-8b05-ffd578937521
2013-10-19 16:07:04 +00:00