Sergii Stoian
e2ec1db122
* Palettes/2Controls/ControlsPalette.m (finishInstantiate) do not add popup button - it's already in model file of palette.
2019-12-23 01:32:42 +02:00
Sergii Stoian
10499e2610
Controls Palette: minor fixes to controls position and size.
2019-12-23 01:17:00 +02:00
Sergii Stoian
9915e575ca
Menus Palette: adjust position of menu image centered in dragged view.
2019-12-23 01:15:46 +02:00
Sergii Stoian
011d0fda17
GormPalettesManager: palettes selection icons now display selection with white color of selected icon background; removed arrows from scroller; icons are replaced to make selection color visible.
2019-12-23 01:14:25 +02:00
Sergii Stoian
681758ce7e
ControlsPalette: rearrange controls.
2019-12-22 23:38:02 +02:00
Sergii Stoian
df31fa05cc
PalettePanel: fixed size and autosize attributes (model file is not used yet).
2019-12-21 18:08:19 +02:00
Sergii Stoian
8fb7308e2b
ObjectInspector: fixed size, position, autosize
2019-12-21 14:06:20 +02:00
Sergii Stoian
77b6ad3c68
NSSplitViewInspector: fixed size, position, autosize; refuse first responder on matrix cells.
2019-12-21 13:48:29 +02:00
Sergii Stoian
602c427f74
ImageInspector: use MSImageView from palette instead of CustomView; autosizing fixes.
2019-12-21 13:36:23 +02:00
Sergii Stoian
ad6b376007
Reconnect autosizing buttons after last change.
2019-12-21 13:30:11 +02:00
Sergii Stoian
9014aeab46
CustomClassInspector: autosizing fixes.
2019-12-21 12:50:00 +02:00
Sergii Stoian
a2913a6694
DummyInspector: change text to "Not Applicable" and font size to 18.
2019-12-21 12:49:29 +02:00
Sergii Stoian
fd1b7a3c2e
Restore connection of "Tools > Palettes > Open..." menu item.
2019-12-21 12:12:53 +02:00
Sergii Stoian
0170000106
ViewSizeInspector: fixed size, position and autosizing properties.
2019-12-21 12:12:09 +02:00
Sergii Stoian
ed6a4da82b
ConnectionInspector: removed horizontal scroller from "Outlets" browser; adjusted split view frame.
2019-12-21 03:16:43 +02:00
Sergii Stoian
0144d374ab
CustomClassInspector: fixed size, position and autosizing properties.
2019-12-21 02:40:51 +02:00
Sergii Stoian
991967eb63
Rearrangement of main menu items: "Layout" renamed into "Format"; "Font" submenu was added into "Format"; "Group" and "Page Layout" were moved into "Format"; shortcuts 'p' and 'i' were removed from "Palletes..." and "Inspector..." because it's standard shortcuts for "Italic" and "Print" menu actions;
2019-12-21 02:05:23 +02:00
Gregory John Casamento
b85b547b05
Add CODEOWNERS
2019-09-13 21:12:24 -04: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
fredkiefer
d587e3f195
Add .gitignore.
...
Fix a few compiler warnings.
2019-07-26 21:29:00 +02:00
Gregory John Casamento
fa00b63ced
Single line mode fix
2019-04-15 03:42:44 -04:00
Gregory John Casamento
611266d433
Inspector changes
2019-04-15 03:38:23 -04:00
Gregory John Casamento
e7ba5673cd
Add usesSingleLineMode in inspector
2019-04-14 00:27:28 -04:00
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