Commit graph

1861 commits

Author SHA1 Message Date
Gregory John Casamento
f22edb4021 Code cleanup. Changes to handle connections. 2021-04-29 20:49:15 -04:00
Gregory John Casamento
3f8ad5fd07 Gorm now correctly pulls in objects and assigns them names. 2021-04-28 19:03:27 -04:00
Gregory John Casamento
5cce7fc2aa Merge branch 'master' of github.com:gnustep/apps-gorm into xib_loading 2021-04-28 11:26:51 -04:00
Gregory John Casamento
982e665286 Code to add window to top level objects when reading XIB file in GormXibWrapperLoader 2021-04-23 06:48:09 -04:00
Gregory John Casamento
5a8a22c027 Correctly interpret NSApplication and other top level objects, except NSWindowTemplate. 2021-04-23 06:35:50 -04:00
Gregory John Casamento
9a8bed57ff Improve memory management when it deletes cells from an NSMatrix instance 2021-04-22 08:29:56 -04:00
Gregory John Casamento
54fd3f7f35 Add custom object replacement class in archiver 2021-04-22 07:25:53 -04:00
Gregory John Casamento
71fff69429 Work on xib loading support for Gorm 2021-04-22 05:58:49 -04:00
Gregory John Casamento
31e68f12e6 Fix issue introduced by 'cleanup' merge where mainMenu no longer hides/unhides itself during/after testing the interface. 2021-04-22 04:34:42 -04:00
Gregory John Casamento
0284554411 Fix memory leak when creating matrix cells using inspector. Do not deactivate / close the editor when matrix is expanded. 2021-04-22 04:05:49 -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
b88467f572 Remove call witch obliterates NSMatrix prototype 2021-04-21 18:33:00 -04:00
Gregory John Casamento
27e6f6b309 Add code to safeguard against crash when NSMatrix has no cells or the prototype is nil 2021-04-21 18:14:56 -04:00
Gregory John Casamento
eb0b0bfbe1 Fix all warnings in Gorm 2021-03-28 18:55:29 -04:00
Gregory John Casamento
cc3345990d Fix linker error due to same category name 2021-03-28 17:43:06 -04:00
Gregory John Casamento
01ed525ca7 Add new inspector for matrix cell size 2021-03-28 01:34:15 -04:00
Gregory John Casamento
5d699dd353 Add groupSelectionInMatrix 2021-03-27 01:44:49 -04:00
Gregory John Casamento
b777e0e383 Revert use of fast enumeration 2021-03-10 01:49:46 -05:00
Gregory John Casamento
f9ae7fc326 Fix use of fast enumeration in GormConnectionInspector.m 2021-03-09 13:22:57 -05:00
Gregory John Casamento
1335a20fa5 Fix issue horizontal and vertical resizable settings in Text View 2021-01-28 19:14:02 -05:00
Gregory John Casamento
03c6009a4f More fixes for repair mode. 2020-10-14 17:58:05 -04:00
Gregory John Casamento
7b02f0b67b Add NSMainNibFile to avoid warning. 2020-08-02 12:18:36 -04:00
Gregory John Casamento
6955f529c6 Fix compilation errors 2020-07-17 11:26:31 -04:00
Gregory John Casamento
5dd3a8bb90 Conform a little better to standards. 2020-07-09 18:38:32 -04:00
Gregory John Casamento
ac9f09db84 Reinstate repair mode and add code to get rid of hard action/target settings 2020-07-09 18:22:50 -04:00
Gregory Casamento
b7c07ebcb3
Merge pull request #7 from enzuru/fix-all-rights-grammar-error
Fixed grammatical error ("All Rights" -> "All rights")
2020-04-22 23:33:20 -04:00
Ahmed Khanzada
ab9810a771 Fixed grammatical error ("All Rights" -> "All rights") 2020-04-20 22:07:14 -07: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
Gregory John Casamento
9aeb738c5b Minor cleanup. Remove commented out code. 2020-02-10 06:32:18 -05:00
Riccardo Mottola
ca6c1c71ef minor fix, gcc9 didn't like that declaration 2020-01-17 00:01:14 +01:00
Gregory Casamento
e0b9fca877
Merge pull request #6 from gnustep/UsabilityEnhancements
Usability enhancements
2020-01-11 17:53:32 -05:00
Sergii Stoian
8ad8ce08a8
Merge branch 'master' into UsabilityEnhancements 2020-01-11 01:30:33 +02:00
Sergii Stoian
7ca12f87cf * ChangeLog: add entries reconstructed from git log. 2020-01-11 01:23:28 +02:00
Sergii Stoian
c301044e45 * Palettes/2Controls/ControlsPalette.gorm,
* Palettes/2Controls/GormNSFormInspector.gorm: update stepper size.
2020-01-10 18:51:49 +02:00
Sergii Stoian
4f94fd5872 * Palettes/2Controls/GormMatrixAttributesInspector.h,
* Palettes/2Controls/GormMatrixAttributesInspector.m (_displayObject:resize):
  move object refresh code here. Use it where it's appropriate.
* Palettes/2Controls/GormNSMatrixInspector.gorm: separate dimensions form into 2
  for rows and columns; add steppers again.
2020-01-10 18:44:27 +02:00
Sergii Stoian
4099c3d1ba * Palettes/2Controls/GormButtonEditor.m (gormTitleRectForFrame:inView:):
initialize `titleRect` to supress compiler warning.
2020-01-10 16:01:32 +02:00
Sergii Stoian
5b24e1289c * Palettes/2Controls/GormMatrixAttributesInspector.m: ehnanced redrawing of
object after dimension changes.
2020-01-10 10:52:30 +02:00
Sergii Stoian
b35b38b26a * Palettes/2Controls/GormNSBoxInspector.gorm: ticks to offset sliders were added; "Stop on ticks only" set. 2020-01-10 10:50:38 +02:00
Sergii Stoian
6a460bc582 * Palettes/2Controls/GormMatrixAttributesInspector.m: use ok: on end editing of
textfields objects.
  (ok:): update window content view on object's dimensions changes.
2020-01-09 03:15:50 +02:00
Sergii Stoian
540ce531df * Palettes/2Controls/GormButtonAttributesInspector.m (ok:): removed unused code. 2020-01-09 02:08:46 +02:00
Sergii Stoian
8b82a20794 * Palettes/2Controls/GormNSButtonInspector.gorm/objects.gorm:
added missed "Disclosure Round" bezel type to popup button.
2020-01-09 01:58:48 +02:00
Sergii Stoian
39af9e0b4c * Palettes/2Controls/GormButtonAttributesInspector.m
(buttonTypeForObject:): use NSMomentaryPushInButton for "Momentary Push" type.
  (rever:): use tag to select button type.
2020-01-09 01:57:43 +02:00
Sergii Stoian
4c915602dd * Palettes/2Controls/GormButtonAttributesInspector.m: fixed "Momentary Light"
button type value.
2020-01-08 18:42:13 +02:00
Sergii Stoian
2b4b6171e6 * Palettes/2Controls/GormMatrixAttributesInspector.m (ok:): preserve tag and
title of cells on "Match Prototype" button click.
2020-01-08 18:41:12 +02:00
Sergii Stoian
9fa040fcbc * Palettes/3Containers/GormTableViewAttributesInspector.m: apply changes only after editing has end. 2020-01-08 01:57:08 +02:00
Sergii Stoian
3aaaec8ccc * Gorm.m: Inspector's shortcuts now work across the application. 2020-01-06 01:55:40 +02:00
Sergii Stoian
19f5483025 * Palettes/3Containers/GormNSTableViewInspector.gorm: tiny fix of inspector position. 2020-01-05 23:38:55 +02:00