Sergii Stoian
6a0a511f4c
* Palettes/2Controls/GotmNSBoxInspector.gorm: minor fixes.
2019-12-26 02:52:16 +02:00
Sergii Stoian
942bfbc6d8
* Palettes/2Controls/GormButtonInspector.gorm: recreate broken "Type" popup button.
2019-12-26 02:51:17 +02:00
Sergii Stoian
0b210bbcb1
* Palettes/2Controls/GormButtonAttributesInspector.m (ok:): set "Key:" textfield value to after selecting popup button items.
2019-12-26 02:50:09 +02:00
Sergii Stoian
df3e6f1e36
Palettes/2Controls/GormNSBoxInspector.gorm: adjust size and positions of elements.
2019-12-24 15:17:26 +02:00
Sergii Stoian
94c450df76
* Palettes/2Controls: return code for NSPopUpButton adding programmatically into palette.
2019-12-24 02:00:16 +02:00
Sergii Stoian
25697a5b46
* Palettes/2Controls/ControlsPalette.gorm: adjust some controls position slightly.
2019-12-23 18:27:45 +02:00
Sergii Stoian
017bead07a
Palette Panel: set window title from original window title of selected palette; window titles were added/fixed for palettes.
2019-12-23 01:46:59 +02:00
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
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
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
26f5f4b820
Implemented Feature Request Bug#17380: Gorm palette should offer seperator lines.
2018-01-24 20:15:50 -05: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
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
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
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
David Chisnall
3cd12bee73
Next bit of NSInteger cleanup for -gui.
...
Fix all of the current warnings in Gorm so that it can be used to test
NSInteger things.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36039 72102866-910b-0410-8b05-ffd578937521
2013-01-30 12:43:27 +00:00
Gregory John Casamento
451e84bc06
* Palettes/2Controls/GormColorWellAttributesInspector.m: NSColorWell
...
inspector was showing inverted settings after the last change.
Corrected this in -ok: and -revert:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35963 72102866-910b-0410-8b05-ffd578937521
2013-01-13 21:58:40 +00:00
Gregory John Casamento
4b3e74e68e
* Palettes/2Controls/GormNSPopUpButton.h
...
* Palettes/2Controls/GormNSPopUpButton.m: Added new files for
Gorm subclass of NSPopUpButton.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35095 72102866-910b-0410-8b05-ffd578937521
2012-04-20 16:17:06 +00:00
Gregory John Casamento
0f780c7001
* GormCore/GormCustomView.m
...
* GormCore/GormFilesOwner.m
* GormCore/GormFunctions.m
* GormObjCHeaderParser/OCHeaderParser.m
* Palettes/2Controls/ControlsPalette.m
* Palettes/2Controls/GNUmakefile
* Palettes/2Controls/GormPopUpButtonEditor.m
* Palettes/3Containers/GormNSBrowser.m
* Palettes/4Data/GormImageViewAttributesInspector.m: Correct
compiler warnings found by clang.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35094 72102866-910b-0410-8b05-ffd578937521
2012-04-20 16:03:21 +00:00
Gregory John Casamento
5242b29ed1
Properly read and display the state of the text field for enter/end editing.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@32930 72102866-910b-0410-8b05-ffd578937521
2011-04-27 00:13:02 +00:00
Gregory John Casamento
6fb6fc17a1
Implemenation of changes for task #10799 . Send action on end/enter.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@32760 72102866-910b-0410-8b05-ffd578937521
2011-04-01 06:55:48 +00:00
Wolfgang Lux
a7ba28644f
Fix Gorm bug where a button's title was lost when starting editing by
...
double clicking into the button.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31368 72102866-910b-0410-8b05-ffd578937521
2010-09-17 20:38:14 +00:00
Wolfgang Lux
fa3445b7c7
Copy change from -gui to Gorm which swaps the meaning of NSMinYEdge
...
and NSMaxYEdge for attaching a pull down menu to its button.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30840 72102866-910b-0410-8b05-ffd578937521
2010-06-23 22:50:06 +00:00
Wolfgang Lux
b192a466d7
Add a form to Gorm's pop up button inspector to allow editing the
...
title of a pull down menu and a pop up button to allow setting its
preferred attachment edge.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30838 72102866-910b-0410-8b05-ffd578937521
2010-06-23 22:32:22 +00:00
Gregory John Casamento
87fc1464c0
* GormCore/GormFilePrefsManager.m: Update version
...
* GormInfo.plist: Update version
* Palettes/2Controls/GormPopUpButtonEditor.m: Override
method to prevent changes to appearance during editing.
* Version: Change to 1.2.13 for SVN version of Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30432 72102866-910b-0410-8b05-ffd578937521
2010-05-20 07:58:02 +00:00
Gregory John Casamento
84f574ff04
Remove background, replace with alpha.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29723 72102866-910b-0410-8b05-ffd578937521
2010-02-24 22:57:22 +00:00
Wolfgang Lux
5bde203cac
Replace the two< orphaned radio buttons in the controls palette by a
...
NSMatrix as in Apple/NeXT's InterfaceBuilder.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29448 72102866-910b-0410-8b05-ffd578937521
2010-01-30 11:45:19 +00:00
Wolfgang Lux
7384863826
Fix NSButton inspector to use \r as key equivalent for the Return key.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29307 72102866-910b-0410-8b05-ffd578937521
2010-01-17 10:52:11 +00:00
Gregory John Casamento
d495893e23
* GormCore/GormDocument.m: Remove call to deprecated method.
...
* GormCore/GormInternalViewEditor.m: Minor cleanup
* GormObjCHeaderParser/OCMethod.m: Minor cleanup
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct issue
with misspelled outlet name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27841 72102866-910b-0410-8b05-ffd578937521
2009-02-11 06:25:12 +00:00
Gregory John Casamento
9e5f9c8fe0
* Palettes/2Controls/GormButtonAttributesInspector.[hm]:
...
Added code to handle button style.
* Palettes/2Controls/GormNSButtonInspector.gorm: Added button
style popup to the inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27761 72102866-910b-0410-8b05-ffd578937521
2009-02-02 22:05:56 +00:00
Nicola Pero
131c05030e
Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27350 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:09:11 +00:00
Nicola Pero
86137d3fa7
Set GNUSTEP_CORE_SOFTWARE to YES so that gorm is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27337 72102866-910b-0410-8b05-ffd578937521
2008-12-18 19:06:27 +00:00
Gregory John Casamento
042264b382
* Palettes/2Controls/ControlsPalette.m: Correct sizing issue with
...
Controls Palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26901 72102866-910b-0410-8b05-ffd578937521
2008-10-06 23:23:00 +00:00
Gregory John Casamento
027ab2363a
* GNUmakefile: Added plugins as resources.
...
* GormCore/GNUmakefile: Remove classes from file
* GormCore/GormGModelWrapperLoader.m
* GormCore/GormGormWrapperBuilder.m
* GormCore/GormGormWrapperLoader.m
* GormCore/GormNibWrapperBuilder.m
* GormCore/GormNibWrapperLoader.m: Removed the loaders from GormCore.
* GormCore/GormProtocol.h: Added a new method.
* GormLib/IBPlugin.m: Added implementations to some of the methods.
* Gorm.m: Added a "pluginManager" method.
* Palettes/1Windows/GNUmakefile.preamble
* Palettes/2Controls/GNUmakefile.preamble
* Palettes/3Containers/GNUmakefile.preamble
* Palettes/4Data/GNUmakefile.preamble: Corrected issue with all
of the palette makefiles pointing to the wrong name.
* Plugins/GModel/GNUmakefile
* Plugins/GModel/GNUmakefile.preamble
* Plugins/GModel/GormGModelPlugin.m
* Plugins/GModel/GormGModelWrapperLoader.h
* Plugins/GModel/GormGModelWrapperLoader.m
* Plugins/Gorm/GNUmakefile
* Plugins/Gorm/GNUmakefile.preamble
* Plugins/Gorm/GormGormPlugin.m
* Plugins/Gorm/GormGormWrapperBuilder.m
* Plugins/Gorm/GormGormWrapperLoader.h
* Plugins/Gorm/GormGormWrapperLoader.m
* Plugins/Nib/GNUmakefile
* Plugins/Nib/GNUmakefile.preamble
* Plugins/Nib/GormNibPlugin.m
* Plugins/Nib/GormNibWrapperBuilder.m
* Plugins/Nib/GormNibWrapperLoader.h
* Plugins/Nib/GormNibWrapperLoader.m: Added new plugins for each
supported file type.
* Resources/Defaults.plist: Added the "BuiltinPlugins" default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26531 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:43:33 +00:00
Gregory John Casamento
607d01c9ee
* Palettes/1Windows/GormNSPanel.m
...
* Palettes/1Windows/GormNSWindow.m: Cleanup and fix for
release when closed on panel.
* Palettes/2Controls/ControlsPalette.gorm: Minor adjustment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26485 72102866-910b-0410-8b05-ffd578937521
2008-05-03 17:40:55 +00:00
Gregory John Casamento
a91fcf8e6b
2008-04-14 17:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>
...
* GormCore/GormImageEditor.m
* GormCore/GormOutlineView.m
* GormCore/GormResourceManager.m
* GormCore/GormSoundInspector.m
* GormCore/GormSplitViewEditor.m
* GormLib/IBInspectorManager.m
* Palettes/2Controls/GormBoxAttributesInspector.m
* Palettes/4Data/GormDateFormatterAttributesInspector.m
* Palettes/4Data/GormImageViewAttributesInspector.m
* Palettes/4Data/GormNumberFormatterAttributesInspector.m: General
clean up and compilation fixes to allow Gorm to compile without
warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26447 72102866-910b-0410-8b05-ffd578937521
2008-04-14 21:40:11 +00:00
Gregory John Casamento
3769a607ea
Changed to use helper method.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26097 72102866-910b-0410-8b05-ffd578937521
2008-02-19 01:31:42 +00:00
Gregory John Casamento
053d911cfe
* Palettes/2Controls/GormSliderAttributesInspector.m: Cleaned up
...
code to use NSOnState and NSOffState properly, since we can't depend
on them always reflecting YES and NO respectively.
* Palettes/3Containers/GormTableViewAttributesInspector.m:
Corrected call in ok: to use enclosingScrollView instead of
simply getting the superview of the table. This corrects bug#22333.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26076 72102866-910b-0410-8b05-ffd578937521
2008-02-17 01:57:01 +00:00
Gregory John Casamento
afcc4ce2e4
Fixed resize issue with textview which edits button title. Also fixed resize issue for dropdown.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25890 72102866-910b-0410-8b05-ffd578937521
2008-01-07 22:40:56 +00:00
Gregory John Casamento
6ecd3e5341
Updated docs and added key dropdown for menu.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25578 72102866-910b-0410-8b05-ffd578937521
2007-11-11 02:47:42 +00:00
Gregory John Casamento
89386fd640
Changed header to reflect license change to GPLv3.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25559 72102866-910b-0410-8b05-ffd578937521
2007-11-05 23:44:36 +00:00
Gregory John Casamento
85dd5fed1f
Key modifier mask changes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25453 72102866-910b-0410-8b05-ffd578937521
2007-09-05 04:42:59 +00:00