Gregory John Casamento
5a35e51db1
Add usesSingleLineMode in inspector
2019-04-14 00:26:47 -04:00
Gregory John Casamento
d9e8d3be80
ChangeLog update
2019-02-07 02:16:25 -05:00
Gregory John Casamento
6a42c50648
Commit before release
2019-02-07 02:15:01 -05:00
David Chisnall
04554d25c8
Fix accidental variable shadowing.
...
We were looking up the ivar, but then not using the result, so got null
pointer dereferences later.
This should have been caught by normal compiler warnings, but apparently
Gorm turns them off.
2019-02-03 09:23:14 +00: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
David Chisnall
c3c93818af
Fix typo in last commit.
2018-12-30 17:30:48 +00:00
David Chisnall
c554b72b74
Fix Gorm with the new ABI.
...
Now that @private is enforced by the linker, we can't just bypass it
with categories. Instead, either access public interfaces or use
reflection to look up instance variables.
2018-12-30 17:24:56 +00:00
Riccardo
dcbf7d7746
Merge pull request #3 from alexmyczko/patch-1
...
Update GormObjectEditor.m
2018-10-23 12:54:57 +02:00
Riccardo
de70e240c9
Merge pull request #4 from alexmyczko/patch-2
...
Update GormResourceEditor.m
2018-10-23 12:54:38 +02:00
Alex Myczko
cbafbd8ccb
Update GormResourceEditor.m
...
fix typo
2018-09-13 13:06:34 +02:00
Alex Myczko
e68486f6cc
Update GormObjectEditor.m
...
fix typo
2018-09-13 13:05:48 +02:00
Gregory John Casamento
8cdfc782d8
Fix bug#52494: Loading translations should now handle exceptions.
2018-01-24 21:11:39 -05:00
Gregory John Casamento
26f5f4b820
Implemented Feature Request Bug#17380: Gorm palette should offer seperator lines.
2018-01-24 20:15:50 -05:00
Gregory Casamento
f3b44435ed
Merge pull request #2 from iamleeg/nsapp-documents
...
Remove redundant Gorm->documents collection and unused method...
2017-10-28 12:18:53 -04:00
Graham Lee
ab57b33375
Remove redundant Gorm->documents collection and unused method that referenced it
2017-10-26 17:10:00 +01:00
Gregory John Casamento
2ef9a6d656
Update version numbers
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@40026 72102866-910b-0410-8b05-ffd578937521
2016-07-19 17:08:46 +00:00
Gregory John Casamento
5b3aea19db
Release 1.2.23 of Gorm
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@40021 72102866-910b-0410-8b05-ffd578937521
2016-07-19 17:00:48 +00:00
Riccardo Mottola
5f00cd1203
make NSIS packageable
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39891 72102866-910b-0410-8b05-ffd578937521
2016-06-21 08:07:08 +00: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
Richard Frith-MacDonald
af70396e29
use gnustep-config
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39146 72102866-910b-0410-8b05-ffd578937521
2015-11-04 12:43:05 +00:00
Riccardo Mottola
4a816635df
argument is float, so use fabs() and cast to int
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39012 72102866-910b-0410-8b05-ffd578937521
2015-09-22 16:01:51 +00:00
Gregory John Casamento
12c6bf8502
Eliminate ancient news from README file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38658 72102866-910b-0410-8b05-ffd578937521
2015-06-19 00:10:42 +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
Riccardo Mottola
1e7c9315b6
cast to fix warning
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37366 72102866-910b-0410-8b05-ffd578937521
2013-11-06 08:53:04 +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
Eric Wasylishen
66f31dd063
* Palettes/2Controls/GormNSMatrixInspector.gorm:
...
* Palettes/2Controls/GormNSSliderInspector.gorm:
* Palettes/2Controls/GormNSBoxInspector.gorm:
* Palettes/2Controls/GormNSTextFieldInspector.gorm:
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm:
* Palettes/2Controls/GormNSButtonInspector.gorm:
* Palettes/2Controls/ControlsPalette.gorm:
* Palettes/2Controls/GormNSFormInspector.gorm:
* Palettes/2Controls/GormNSCellInspector.gorm:
* Palettes/0Menus/GormMenuAttributesInspector.gorm:
* Palettes/3Containers/GormNSTableColumnSizeInspector.gorm:
* Palettes/3Containers/GormTabViewInspector.gorm:
* Palettes/3Containers/GormNSTableViewInspector.gorm:
* Palettes/3Containers/GormNSBrowserInspector.gorm:
* Palettes/1Windows/GormNSWindowSizeInspector.gorm:
* Palettes/1Windows/GormNSWindowInspector.gorm:
* Palettes/4Data/GormNSComboBoxInspector.gorm:
* Palettes/4Data/GormNSImageViewInspector.gorm:
* Palettes/4Data/GormNSTextViewInspector.gorm:
Turn off "Draws Background" on NSMatrix and NSForms; there's no need
to draw backgrounds and it may look bad with themes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37228 72102866-910b-0410-8b05-ffd578937521
2013-10-14 17:50:59 +00:00