Commit graph

1791 commits

Author SHA1 Message Date
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
Sergii Stoian
cc589096c7 * Palettes/4Data/GormNSDateFormatterInspector.gorm,
Palettes/4Data/GormNSNumberFormatterInspector.gorm: fixed size and positions of UI elements.
2020-01-05 23:03:59 +02:00
Sergii Stoian
30e8802532 * Palettes/2Controls/ControlsPalette.m (willInspectObject:): create "Prototype" mode only if selected object's prototype exists. 2020-01-05 04:10:56 +02:00
Sergii Stoian
e563abf1b3 * Palettes/2Controls/GormMatrixAttributesInspector.m (ok:): fixed "Match Prototype" action - make cells as copy of prototype, select first cell. 2020-01-05 03:53:41 +02:00
Sergii Stoian
da8e911f0b * GormCore/GormInspectorsManager.m (setCurrentInspector:): get width from Inspector's minSize when new minSize is about to be set. 2020-01-05 03:25:20 +02:00
Sergii Stoian
bcd8491262 * Palettes/2Controls/GormMatrixAttributesInspector.m (revert:): update object in prototype matrix.
(ok:): implemented "Match Prototype" button action - recreates object's cells.
2020-01-05 03:20:17 +02:00
Sergii Stoian
6722945719 * Palettes/2Controls/GormButtonAttributesInspector.m (ok:), (revert:): adopt methods to be usable for objects with prototype. This inspector can be called in "Prototype" mode. 2020-01-05 03:17:37 +02:00
Sergii Stoian
cdb2814a8a * Palettes/2Controls/ControlsPalette.m: implement adding "Prototype" mode to Inspector's popup button for objects with prototype aavailable (mainly NSMatrix). 2020-01-05 03:15:09 +02:00
Sergii Stoian
a0702cd9cd * Palettes/2Controls/GormNSMatrixInspector.gorm: reestablish coonectiontion to action for "Match Prototype" button. 2020-01-05 03:13:22 +02:00
Sergii Stoian
441b52e3a1 * Palettes/2Controls/GormNSButtonInspector.gorm: set enabled and not selected state "Bordered" button. 2020-01-05 03:12:33 +02:00
Sergii Stoian
f8fceb0262 * English.lproj/GormConnectionInspector.gorm: fixed window size to prevent
inspector panel resizing while switching from the other standard-sized
inspectors.
2020-01-04 02:53:54 +02:00
Sergii Stoian
8720e67473 * Palettes/4Data/GormNSComboBoxInspector.gorm: fixed sizes and positions of elements. 2020-01-04 02:52:36 +02:00
Sergii Stoian
5bcdc44706 * GormCore/GormInspectorsManager.m (setCurrentInspector:): increase height of
inspector panel frame if inspector taller then previous; set minimum size
accordingly.
* Palettes/2Controls/GormNSMatrixInspector.gorm: made inspector content taller
to look better and as a test case for change in GorInspectorManager.
2020-01-04 02:01:36 +02:00
Gregory Casamento
a67a7f6edd
Merge pull request #5 from IOOI-SqAR/some-clean-ups
headers cleaned up:
2019-12-30 08:04:45 -05:00
Sergii Stoian
1ce96d0d79 * GormCore/GormConnectionInspector.m (ok:): return on problem with making connection, don't mark document as edited; update "Outlets" browser after makeing changes to connections - updates "connected" image on selected outlet. 2019-12-28 01:13:38 +02:00
Sergii Stoian
e54c0fa607 * Palettes/2Controls/GormNSBoxInspector.gorm,
Palettes/2Controls/GormNSButtonInspector.gorm,
  Palettes/2Controls/GormNSCellInspector.gorm,
  Palettes/2Controls/GormNSColorWellInspector.gorm,
  Palettes/2Controls/GormNSMatrixInspector.gorm,
  Palettes/2Controls/GormNSPopUpButtonInspector.gorm,
  Palettes/2Controls/GormNSProgressIndicatorInspector.gorm,
  Palettes/2Controls/GormNSSliderInspector.gorm,
  Palettes/2Controls/GormNSStepperInspector.gorm,
  Palettes/2Controls/GormNSTextFieldInspector.gorm: sizing and positions fixes.
2019-12-28 00:41:32 +02:00
Sergii Stoian
0b548c2393 * Palettes/2Controls/GormNSFormInspector.gorm: sizes and positions cleanup and fix. 2019-12-27 19:26:30 +02:00
Sergii Stoian
1165a5c461 * Palettes/3Containers/GormNSBrowserInspector.gorm: fixed initial first responder. 2019-12-27 16:11:10 +02:00
Sergii Stoian
fc52b11a1d * Palettes/1Windows/GormNSWindowSizeInspector.gorm: fixed initial first responder. 2019-12-27 16:07:17 +02:00
Sergii Stoian
c1b62d10b0 * Palettes/1Windows/GormDrawerAttributesInspector.gorm: fixed autosizing. 2019-12-27 16:06:48 +02:00
Sergii Stoian
3fdd0d903c * English.lproj/GormObjectInspector.gorm: fixed initial first responder setting. 2019-12-27 16:02:07 +02:00