Tue, 04 Apr 2023 14:22:18 +0200 Cherry-picked `WindowBuilder >> #isWebPageBuilder` jv tip
Jan Vrany <jan.vrany@labware.com> [Tue, 04 Apr 2023 14:22:18 +0200] rev 4473
Cherry-picked `WindowBuilder >> #isWebPageBuilder`
Fri, 02 Sep 2022 11:25:52 +0100 Fix loong standing bug with some menus not being translated / resolved jv
Jan Vrany <jan.vrany@labware.com> [Fri, 02 Sep 2022 11:25:52 +0100] rev 4472
Fix loong standing bug with some menus not being translated / resolved This has happened with browser "View" menu when sometimes it had the slice resolved and sometimes not. It turned out that it was because the code disabled resources (and therefore slices) resolution when processing shortcuts, so the menu was created and cached unresolved. This fixes the issue. eXept apparently run into the same problem.
Tue, 09 Aug 2022 21:18:05 +0100 Update AspectAdaptor from CVS, rev 1.30 jv
Jan Vrany <jan.vrany@labware.com> [Tue, 09 Aug 2022 21:18:05 +0100] rev 4471
Update AspectAdaptor from CVS, rev 1.30
Thu, 31 Mar 2022 10:49:15 +0100 Pass `--host` instead of `--build` to libjpeg's `./configure` to allow cross-compilation jv
Jan Vrany <jan.vrany@labware.com> [Thu, 31 Mar 2022 10:49:15 +0100] rev 4470
Pass `--host` instead of `--build` to libjpeg's `./configure` to allow cross-compilation
Thu, 31 Mar 2022 10:47:02 +0100 Remove looong unnecessary St/X 6.x.x build compatibility jv
Jan Vrany <jan.vrany@labware.com> [Thu, 31 Mar 2022 10:47:02 +0100] rev 4469
Remove looong unnecessary St/X 6.x.x build compatibility
Wed, 25 Aug 2021 13:08:27 +0200 #FEATURE by exept jv
Claus Gittinger <cg@exept.de> [Wed, 25 Aug 2021 13:08:27 +0200] rev 4468
#FEATURE by exept class: ValueHolder added: #setDependents: class: ValueHolder class added: #newWithDependent: (grafted from dd3b1a6c71c63c0853cb874bea81bd2ca388508e)
Wed, 25 Aug 2021 13:08:17 +0200 #FEATURE by exept jv
Claus Gittinger <cg@exept.de> [Wed, 25 Aug 2021 13:08:17 +0200] rev 4467
#FEATURE by exept class: ValueModel class: ValueModel class added: #newWithDependent: (grafted from 8ffd534205d7901c8494f1b1faf3fa1efe92287b)
Thu, 04 Nov 2021 10:54:56 +0100 Increasing timeout for the flyByHelp generation. Needed for libscm and its commit dialog where the flyByHelp takes more time than original timout. jv
Patrik Svestka <patrik.svestka@gmail.com> [Thu, 04 Nov 2021 10:54:56 +0100] rev 4466
Increasing timeout for the flyByHelp generation. Needed for libscm and its commit dialog where the flyByHelp takes more time than original timout.
Fri, 17 Sep 2021 23:06:42 +0100 Update `ApplicationModel class >> #initializeDefaultStyleSheet` jv
Jan Vrany <jan.vrany@labware.com> [Fri, 17 Sep 2021 23:06:42 +0100] rev 4465
Update `ApplicationModel class >> #initializeDefaultStyleSheet` ...to use (new) `ViewStyle class >> #for:` API.
Wed, 15 Sep 2021 13:09:51 +0100 `ApplicationModel`: add `#styleSheet` for application-specific styles jv
Jan Vrany <jan.vrany@labware.com> [Wed, 15 Sep 2021 13:09:51 +0100] rev 4464
`ApplicationModel`: add `#styleSheet` for application-specific styles
Fri, 13 Dec 2019 11:55:04 +0100 #BUGFIX by Stefan Reise jv
sr [Fri, 13 Dec 2019 11:55:04 +0100] rev 4463
#BUGFIX by Stefan Reise class: ApplicationModel added: #processOutsideButtonEventWhileModal: (grafted from 5a393a69f8589899516d78f961dc3a73a2ac5671)
Wed, 19 Jun 2019 10:21:20 +0100 Resolve UI resources when building a `Menu` from menu spec jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 19 Jun 2019 10:21:20 +0100] rev 4462
Resolve UI resources when building a `Menu` from menu spec Fix a bad long-standing bug in `ApplicationModel >> menuFor:`. When a a menu is build from a spec, we MUST resolve UI resources otherwise menu slices may not be properly inserted. This manifested in class browser menu "View" when sometimes the slice appeared as submenu.
Wed, 29 Apr 2020 22:35:08 +0200 #FEATURE by stefan default
Stefan Vogel <sv@exept.de> [Wed, 29 Apr 2020 22:35:08 +0200] rev 4461
#FEATURE by stefan class: SimpleDialog added: #isDialog
Wed, 29 Apr 2020 22:34:37 +0200 #FEATURE by stefan
Stefan Vogel <sv@exept.de> [Wed, 29 Apr 2020 22:34:37 +0200] rev 4460
#FEATURE by stefan class: ApplicationModel added: #isDialog changed: #doAccept
Wed, 29 Apr 2020 17:22:09 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 29 Apr 2020 17:22:09 +0200] rev 4459
#FEATURE by cg class: VisualPart added: #originRelativeToTopView
Fri, 06 Mar 2020 12:56:18 +0100 #REFACTORING by stefan
Stefan Vogel <sv@exept.de> [Fri, 06 Mar 2020 12:56:18 +0100] rev 4458
#REFACTORING by stefan class: ActiveHelpView class changed: #for:onDevice: (send #label: instead of #logo:) obsolete method usage
Thu, 27 Feb 2020 16:08:38 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 27 Feb 2020 16:08:38 +0100] rev 4457
#DOCUMENTATION by cg class: BlockValue class comment/format in: #block:arguments: #forLogical:and: #forLogical:and:and: #forLogical:or: #forLogical:or:or: #forLogicalAndAll: #forLogicalNot: #forLogicalOrAll: #forValue:equalTo: #with:argument: #with:argument:argument: #with:argument:argument:argument: #with:argument:argument:argument:argument: #with:arguments:
Wed, 26 Feb 2020 18:06:12 +0100 #BUGFIX by stefan
Stefan Vogel <sv@exept.de> [Wed, 26 Feb 2020 18:06:12 +0100] rev 4456
#BUGFIX by stefan class: WindowBuilder changed: #openAt:withExtent:andType: fix position with vertical multi-monitors
Wed, 26 Feb 2020 17:18:29 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 26 Feb 2020 17:18:29 +0100] rev 4455
#DOCUMENTATION by cg class: Menu comment/format in: #menuItemWithKey:
Wed, 26 Feb 2020 17:05:40 +0100 #REFACTORING by stefan
Stefan Vogel <sv@exept.de> [Wed, 26 Feb 2020 17:05:40 +0100] rev 4454
#REFACTORING by stefan class: DragHandler::Opaque changed: #dragTo:
Wed, 26 Feb 2020 15:05:50 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 26 Feb 2020 15:05:50 +0100] rev 4453
#FEATURE by cg class: SimpleDialog changed: #openFor:interface:withBindings:
Wed, 26 Feb 2020 15:04:54 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 26 Feb 2020 15:04:54 +0100] rev 4452
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #openDialogInterface:withBindings: class: ApplicationModel class comment/format in: #openDialogInterface:withBindings:
Sun, 23 Feb 2020 16:29:45 +0100 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 23 Feb 2020 16:29:45 +0100] rev 4451
#REFACTORING by exept class: TypeConverter changed: #numberOrStringOrSymbolOrNil #numberOrSymbolOrNil #symbolOrBooleanOrNil #symbolOrNil #symbolOrNumberOrNil
Sun, 23 Feb 2020 16:01:31 +0100 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 23 Feb 2020 16:01:31 +0100] rev 4450
#REFACTORING by exept class: GIFReader comment/format in: #readImage: changed: #fromStream: #writeHeaderFor:
Sun, 23 Feb 2020 15:12:23 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 23 Feb 2020 15:12:23 +0100] rev 4449
#DOCUMENTATION by exept class: XBMReader comment/format in: #save:onStream:
Sun, 23 Feb 2020 14:44:46 +0100 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 23 Feb 2020 14:44:46 +0100] rev 4448
#REFACTORING by exept class: XBMReader changed: #save:onStream:
Fri, 21 Feb 2020 19:16:38 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Fri, 21 Feb 2020 19:16:38 +0100] rev 4447
#FEATURE by exept class: ApplicationModel changed: #showMeHowItWorks:inAny:
Fri, 21 Feb 2020 19:13:20 +0100 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 21 Feb 2020 19:13:20 +0100] rev 4446
#OTHER by exept class: FlyByHelp changed: #showHelp:for: experiment: read help text.
Fri, 21 Feb 2020 12:21:31 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Fri, 21 Feb 2020 12:21:31 +0100] rev 4445
#DOCUMENTATION by exept class: FlyByHelp comment/format in: #helpTextFromView:at:
Fri, 21 Feb 2020 12:21:06 +0100 #BUGFIX by exept
Claus Gittinger <cg@exept.de> [Fri, 21 Feb 2020 12:21:06 +0100] rev 4444
#BUGFIX by exept class: SimpleDialog added: #openDialogSpec:withBindings:
Fri, 21 Feb 2020 12:20:19 +0100 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Fri, 21 Feb 2020 12:20:19 +0100] rev 4443
#REFACTORING by exept class: ApplicationModel changed: #initializeResources
Wed, 19 Feb 2020 21:08:32 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Wed, 19 Feb 2020 21:08:32 +0100] rev 4442
#REFACTORING by cg class: Menu added: #addItemLabel:value:enabled:
Wed, 19 Feb 2020 21:04:41 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Wed, 19 Feb 2020 21:04:41 +0100] rev 4441
#REFACTORING by cg class: FlyByHelp changed: #openDeveloperMenuFor:at:
Mon, 17 Feb 2020 18:03:07 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Mon, 17 Feb 2020 18:03:07 +0100] rev 4440
#DOCUMENTATION by cg class: InputView class added: #examples comment/format in: #documentation
Mon, 17 Feb 2020 17:54:05 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Mon, 17 Feb 2020 17:54:05 +0100] rev 4439
#DOCUMENTATION by cg class: InputView class comment/format in: #documentation
Mon, 03 Feb 2020 19:20:38 +0100 #OTHER by cg
Claus Gittinger <cg@exept.de> [Mon, 03 Feb 2020 19:20:38 +0100] rev 4438
#OTHER by cg bad english class: TableDrivenOutputAction class comment/format in: #isCompatibleWithOutputType: class: TableDrivenOutputAction::EachGreater class comment/format in: #isCompatibleWithOutputType: class: TableDrivenOutputAction::EachLess class comment/format in: #isCompatibleWithOutputType:
Thu, 30 Jan 2020 12:49:12 +0100 #BUGFIX by exept
Claus Gittinger <cg@exept.de> [Thu, 30 Jan 2020 12:49:12 +0100] rev 4437
#BUGFIX by exept class: FlyByHelp changed: #helpTextFromModel:view:at:
Thu, 30 Jan 2020 09:40:05 +0100 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 30 Jan 2020 09:40:05 +0100] rev 4436
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #helpTextFromView:at:
Thu, 30 Jan 2020 09:39:58 +0100 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 30 Jan 2020 09:39:58 +0100] rev 4435
#UI_ENHANCEMENT by exept class: ActiveHelp comment/format in: #buttonMotion:x:y:view: changed: #basicHelpTextFor:at:
Tue, 28 Jan 2020 04:28:34 +0000 update tags
convert-repo [Tue, 28 Jan 2020 04:28:34 +0000] rev 4434
update tags
Mon, 27 Jan 2020 15:16:04 +0100 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Mon, 27 Jan 2020 15:16:04 +0100] rev 4433
#QUALITY by cg class: PNGReader comment/format in: #getChunk changed: #processCHRMChunkLen: #processPHYSChunkLen:
Thu, 23 Jan 2020 17:48:01 +0100 #OTHER by cg
Claus Gittinger <cg@exept.de> [Thu, 23 Jan 2020 17:48:01 +0100] rev 4432
#OTHER by cg fix: if moving over an item within the same view, possibly suppress already forked and scheduled helptext (eg. when moving over close-icon in a tabList, moving within the same tab label, but away from the close icon, the tooltip was shown erronously in the previous version)
Thu, 23 Jan 2020 17:47:56 +0100 #OTHER by cg
Claus Gittinger <cg@exept.de> [Thu, 23 Jan 2020 17:47:56 +0100] rev 4431
#OTHER by cg fix: if moving over an item within the same view, possibly suppress already forked and scheduled helptext (eg. when moving over close-icon in a tabList, moving within the same tab label, but away from the close icon, the tooltip was shown erronously in the previous version)
Tue, 21 Jan 2020 16:06:39 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Tue, 21 Jan 2020 16:06:39 +0100] rev 4430
#REFACTORING by cg class: WinPrinterContext changed: #getSupportsColor (send #includesString: instead of #includesSubString:) includesString: alias calls eliminated
Sun, 19 Jan 2020 17:32:41 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 19 Jan 2020 17:32:41 +0100] rev 4429
#DOCUMENTATION by exept class: ApplicationModel comment/format in: #ctrlDown
Sun, 19 Jan 2020 17:31:15 +0100 #BUGFIX by exept
Claus Gittinger <cg@exept.de> [Sun, 19 Jan 2020 17:31:15 +0100] rev 4428
#BUGFIX by exept class: ApplicationModel changed: #ctrlDown
Sat, 18 Jan 2020 15:37:06 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Sat, 18 Jan 2020 15:37:06 +0100] rev 4427
#FEATURE by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Fri, 17 Jan 2020 20:34:56 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Fri, 17 Jan 2020 20:34:56 +0100] rev 4426
#FEATURE by exept class: TIFFReader changed: #decodeTiffTag:numberType:length: class: TIFFReader class comment/format in: #documentation
Fri, 17 Jan 2020 19:51:55 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Fri, 17 Jan 2020 19:51:55 +0100] rev 4425
#DOCUMENTATION by exept class: TIFFReader changed: #decodeTiffTag:numberType:length: class: TIFFReader class comment/format in: #documentation
Fri, 17 Jan 2020 19:00:52 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Fri, 17 Jan 2020 19:00:52 +0100] rev 4424
#DOCUMENTATION by exept class: PNGReader changed: #processChunk:len:
Fri, 17 Jan 2020 19:00:28 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Fri, 17 Jan 2020 19:00:28 +0100] rev 4423
#DOCUMENTATION by exept class: PNGReader comment/format in: #handleText:keyword: #processBKGDChunkLen: #processIHDRChunkLen: changed: #processChunk:len:
Tue, 14 Jan 2020 21:20:23 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Tue, 14 Jan 2020 21:20:23 +0100] rev 4422
#REFACTORING by cg class: TypeConverter changed: #setNumberValue:inModel:fromInput:
Thu, 09 Jan 2020 12:20:23 +0100 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Thu, 09 Jan 2020 12:20:23 +0100] rev 4421
#QUALITY by cg class: FlyByHelp comment/format in: #hideHelp changed: #keyPress:x:y:view: #keyRelease:x:y:view:
Fri, 03 Jan 2020 14:52:47 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Fri, 03 Jan 2020 14:52:47 +0100] rev 4420
#FEATURE by exept class: RIFFReader added: #startList: changed: #getChunk_LIST:
Fri, 03 Jan 2020 14:52:00 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Fri, 03 Jan 2020 14:52:00 +0100] rev 4419
#DOCUMENTATION by exept class: RIFFReader comment/format in: #fromStream:
Fri, 03 Jan 2020 04:27:54 +0000 update tags
convert-repo [Fri, 03 Jan 2020 04:27:54 +0000] rev 4418
update tags
Thu, 02 Jan 2020 17:00:26 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Thu, 02 Jan 2020 17:00:26 +0100] rev 4417
#FEATURE by exept class: MIMETypes class definition class: MIMETypes class added: #audioReaderClasses #audioReaderForSuffix: #audioReaderForSuffix:put: #audioReaderForType: #audioReaderForType:put: #initializeAudioReaderMappings changed: #initialize class: MIMETypes::MIMEType added: #isAudioType
Thu, 02 Jan 2020 12:09:30 +0100 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Thu, 02 Jan 2020 12:09:30 +0100] rev 4416
#REFACTORING by exept class: RIFFReader class changed: #isFile:ofType:withAnySubtypeFrom: (send #nextInt32MSB: instead of #nextLongMSB:)
Thu, 02 Jan 2020 11:34:49 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Thu, 02 Jan 2020 11:34:49 +0100] rev 4415
#DOCUMENTATION by exept class: RIFFReader comment/format in: #msb #msb:
Thu, 02 Jan 2020 11:31:34 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Thu, 02 Jan 2020 11:31:34 +0100] rev 4414
#DOCUMENTATION by exept class: RIFFReader class comment/format in: #documentation
Thu, 02 Jan 2020 11:30:10 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Thu, 02 Jan 2020 11:30:10 +0100] rev 4413
#FEATURE by exept class: RIFFReader added: #getChunk_RIFX: changed: #getChunk (send #nextInt32MSB: instead of #nextLongMSB:)
Wed, 18 Dec 2019 19:07:50 +0100 regenerated expecco_19_2_0 expecco_19_2_0_43 expecco_19_2_0_44
Claus Gittinger <cg@exept.de> [Wed, 18 Dec 2019 19:07:50 +0100] rev 4412
regenerated
Wed, 18 Dec 2019 10:57:51 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Wed, 18 Dec 2019 10:57:51 +0100] rev 4411
#UI_ENHANCEMENT by cg class: MIMETypeIconLibrary class added: #applicationSettings
Wed, 18 Dec 2019 09:50:54 +0100 #BUGFIX by exept
Claus Gittinger <cg@exept.de> [Wed, 18 Dec 2019 09:50:54 +0100] rev 4410
#BUGFIX by exept class: ActiveHelp class changed: #startFor: don't resume always
Tue, 17 Dec 2019 18:28:55 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Tue, 17 Dec 2019 18:28:55 +0100] rev 4409
#DOCUMENTATION by cg class: MIMETypeIconLibrary class comment/format in:40 methods
Fri, 13 Dec 2019 11:55:04 +0100 #BUGFIX by Stefan Reise
sr [Fri, 13 Dec 2019 11:55:04 +0100] rev 4408
#BUGFIX by Stefan Reise class: ApplicationModel added: #processOutsideButtonEventWhileModal:
Tue, 10 Dec 2019 12:50:09 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 10 Dec 2019 12:50:09 +0100] rev 4407
#BUGFIX by cg class: ActiveHelp changed: #buttonMotion:x:y:view: #handleMouseIn:x:y: #pointerEnter:x:y:view: #pointerLeave:view: #processEvent:
Tue, 10 Dec 2019 12:48:54 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 10 Dec 2019 12:48:54 +0100] rev 4406
#BUGFIX by cg class: FlyByHelp suspend comment/format in: #buttonPress:x:y:view: changed: #buttonMotion:x:y:view: #initiateHelpFor:at:now: #mouseWheelMotion:x:y:amount:deltaTime:view: #pointerLeave:view:
Fri, 06 Dec 2019 11:57:07 +0100 #BUGFIX by stefan
Stefan Vogel <sv@exept.de> [Fri, 06 Dec 2019 11:57:07 +0100] rev 4405
#BUGFIX by stefan class: FlyByHelp changed: #keyPress:x:y:view: Fix DNU if a view's windowGroup is nil
Fri, 06 Dec 2019 11:55:59 +0100 #DOCUMENTATION by stefan
Stefan Vogel <sv@exept.de> [Fri, 06 Dec 2019 11:55:59 +0100] rev 4404
#DOCUMENTATION by stefan class: VisualPart changed: #device mark as obsolete (use #graphicsDevice)
Fri, 06 Dec 2019 11:54:19 +0100 #DOCUMENTATION by stefan
Stefan Vogel <sv@exept.de> [Fri, 06 Dec 2019 11:54:19 +0100] rev 4403
#DOCUMENTATION by stefan class: MultiImage changed: #device mark as obsolete (use #graphicsDevice)
Tue, 03 Dec 2019 14:21:15 +0100 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Tue, 03 Dec 2019 14:21:15 +0100] rev 4402
#QUALITY by cg class: FlyByHelp comment/format in: #showHelp:for:
Tue, 03 Dec 2019 14:20:35 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Tue, 03 Dec 2019 14:20:35 +0100] rev 4401
#FEATURE by cg class: ActiveHelp class comment/format in: #showTime: changed: #showTime category of: #currentHelpListener #delayTime #delayTime: #showTime #showTime:
Tue, 26 Nov 2019 04:28:43 +0000 update tags
convert-repo [Tue, 26 Nov 2019 04:28:43 +0000] rev 4400
update tags
Mon, 25 Nov 2019 17:13:14 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Mon, 25 Nov 2019 17:13:14 +0100] rev 4399
#BUGFIX by cg class: FlyByHelp class definition changed: #openDeveloperMenuFor:at:
Fri, 22 Nov 2019 15:57:48 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 22 Nov 2019 15:57:48 +0100] rev 4398
#BUGFIX by cg class: FlyByHelp changed: #keyPress:x:y:view: #keyRelease:x:y:view: Ctrl vs. Control - sigh
Fri, 22 Nov 2019 15:57:31 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 22 Nov 2019 15:57:31 +0100] rev 4397
#BUGFIX by cg class: KeyboardProcessor class changed: #isKeyEventIgnoredAsShortcut: Ctrl vs. Control - sigh
Fri, 22 Nov 2019 15:45:33 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 22 Nov 2019 15:45:33 +0100] rev 4396
#BUGFIX by cg class: DragAndDropManager changed: #keyPress:x:y:view: #updateDragKind did not care for left/right shift/ctrl keys
Fri, 22 Nov 2019 10:44:56 +0100 #FEATURE by Stefan Reise
sr [Fri, 22 Nov 2019 10:44:56 +0100] rev 4395
#FEATURE by Stefan Reise support scaling class: DragHandler::Opaque changed: #dragTo:
Fri, 15 Nov 2019 11:32:27 +0100 #FEATURE by Stefan Reise
sr [Fri, 15 Nov 2019 11:32:27 +0100] rev 4394
#FEATURE by Stefan Reise support scaled/virtual displays class: DragHandler::Opaque changed: #dragTo:
Fri, 08 Nov 2019 10:18:20 +0100 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Fri, 08 Nov 2019 10:18:20 +0100] rev 4393
#FEATURE by exept class: MIMETypes class changed: #audioTypeList
Sat, 02 Nov 2019 00:11:58 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sat, 02 Nov 2019 00:11:58 +0100] rev 4392
#DOCUMENTATION by exept class: FlyByHelp changed: #initiateHelpFor:at:now:
Fri, 01 Nov 2019 12:32:29 +0100 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Fri, 01 Nov 2019 12:32:29 +0100] rev 4391
#UI_ENHANCEMENT by exept class: ApplicationModel added: #helpKeyPressed
Fri, 01 Nov 2019 12:32:05 +0100 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Fri, 01 Nov 2019 12:32:05 +0100] rev 4390
#UI_ENHANCEMENT by exept class: ApplicationSubView added: #keyPress:x:y:
Sun, 27 Oct 2019 10:31:43 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 27 Oct 2019 10:31:43 +0100] rev 4389
#DOCUMENTATION by exept class: MIMETypes class comment/format in: #parenthesisSpecForFilename:
Sun, 27 Oct 2019 10:31:26 +0100 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 27 Oct 2019 10:31:26 +0100] rev 4388
#DOCUMENTATION by exept class: MIMETypes class comment/format in: #parenthesisSpecForFilename:
Sun, 20 Oct 2019 14:59:24 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 14:59:24 +0200] rev 4387
#FEATURE by exept class: FlyByHelp changed: #keyPress:x:y:view: press both shift keys for info
Sun, 20 Oct 2019 13:14:59 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 13:14:59 +0200] rev 4386
#REFACTORING by exept class: DragAndDropManager changed: #startDrag:from:offset:atEnd:display:
Sun, 20 Oct 2019 13:14:15 +0200 #QUALITY by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 13:14:15 +0200] rev 4385
#QUALITY by exept class: FlyByHelp changed: #keyPress:x:y:view:
Sun, 20 Oct 2019 12:00:36 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 12:00:36 +0200] rev 4384
#UI_ENHANCEMENT by exept class: ApplicationModel changed: #helpTextForKey:
Sun, 20 Oct 2019 12:00:14 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 12:00:14 +0200] rev 4383
#DOCUMENTATION by exept class: Menu comment/format in: #showAtPointer
Sun, 20 Oct 2019 12:00:01 +0200 #QUALITY by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 12:00:01 +0200] rev 4382
#QUALITY by exept class: FlyByHelp class definition changed: #keyPress:x:y:view: #openDeveloperMenuFor:at:
Sun, 20 Oct 2019 10:59:26 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 20 Oct 2019 10:59:26 +0200] rev 4381
#REFACTORING by exept class: ApplicationModel comment/format in: #showMeHowItWorks: changed: #showMeHowItWorks:inAny:
Fri, 18 Oct 2019 23:19:22 +0200 #BUGFIX by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 23:19:22 +0200] rev 4380
#BUGFIX by exept class: FlyByHelp changed: #keyPress:x:y:view: #openDeveloperMenuFor:at: ouch - only do it if help view is shown (collides with ctrl-shift in codeview)
Fri, 18 Oct 2019 23:10:37 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 23:10:37 +0200] rev 4379
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #keyPress:x:y:view: #openDeveloperMenuFor:at: ctrl/shift processing
Fri, 18 Oct 2019 16:30:42 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 16:30:42 +0200] rev 4378
#OTHER by exept fix: care for short files
Fri, 18 Oct 2019 16:29:10 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 16:29:10 +0200] rev 4377
#OTHER by exept fix: care for short files
Fri, 18 Oct 2019 16:29:06 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 16:29:06 +0200] rev 4376
#OTHER by exept fix: care for short files
Fri, 18 Oct 2019 16:29:04 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 16:29:04 +0200] rev 4375
#OTHER by exept fix: care for short files
Fri, 18 Oct 2019 16:29:02 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 16:29:02 +0200] rev 4374
#OTHER by exept fix: care for short files
Fri, 18 Oct 2019 16:28:56 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 18 Oct 2019 16:28:56 +0200] rev 4373
#OTHER by exept fix: care for short files
Thu, 17 Oct 2019 23:47:02 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 17 Oct 2019 23:47:02 +0200] rev 4372
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #keyPress:x:y:view:
Thu, 17 Oct 2019 21:32:13 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Thu, 17 Oct 2019 21:32:13 +0200] rev 4371
#REFACTORING by exept class: ActiveHelp class definition comment/format in: #keyRelease:x:y:view: changed: #keyPress:x:y:view: no longer catch F1 (Help) here.
Thu, 17 Oct 2019 21:02:37 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 17 Oct 2019 21:02:37 +0200] rev 4370
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #keyPress:x:y:view: F1 -> help
Thu, 17 Oct 2019 20:59:32 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 17 Oct 2019 20:59:32 +0200] rev 4369
#UI_ENHANCEMENT by exept class: ApplicationModel added: #openDocumentation comment/format in: #flyByHelpDependsOnPositionIn: #showHelp:for:
Thu, 17 Oct 2019 16:10:09 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 17 Oct 2019 16:10:09 +0200] rev 4368
#UI_ENHANCEMENT by exept class: ActiveHelp class changed: #start #startFor:
Thu, 17 Oct 2019 15:44:08 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Thu, 17 Oct 2019 15:44:08 +0200] rev 4367
#FEATURE by exept class: ActiveHelp class definition comment/format in: #buttonMotion:x:y:view: changed: #handleMouseIn:x:y: class: ActiveHelp class added: #isSuspended #resume #suspend
Wed, 16 Oct 2019 16:11:40 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Wed, 16 Oct 2019 16:11:40 +0200] rev 4366
#DOCUMENTATION by exept class: ResourceSpecEditor class category of: #helpSpec
Mon, 14 Oct 2019 20:55:27 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Mon, 14 Oct 2019 20:55:27 +0200] rev 4365
#FEATURE by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Sun, 13 Oct 2019 23:30:10 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Sun, 13 Oct 2019 23:30:10 +0200] rev 4364
#UI_ENHANCEMENT by exept class: ApplicationModel changed: #showMeHowItWorks:inAny:
Sun, 13 Oct 2019 23:29:22 +0200 #TUNING by exept
Claus Gittinger <cg@exept.de> [Sun, 13 Oct 2019 23:29:22 +0200] rev 4363
#TUNING by exept class: ActiveHelp changed: #buttonMotion:x:y:view:
Wed, 02 Oct 2019 02:23:01 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Wed, 02 Oct 2019 02:23:01 +0200] rev 4362
#DOCUMENTATION by exept class: ApplicationModel comment/format in: #showMeHowItWorksDefaultMajorKeys
Tue, 01 Oct 2019 20:05:11 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Tue, 01 Oct 2019 20:05:11 +0200] rev 4361
#FEATURE by exept class: ApplicationModel changed: #showMeHowItWorks:inAny:
Tue, 01 Oct 2019 19:33:52 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Tue, 01 Oct 2019 19:33:52 +0200] rev 4360
#FEATURE by exept class: FlyByHelp class definition comment/format in: #initiateHelpFor:at:now: changed: #flyByHelpTimeoutMillis
Sat, 28 Sep 2019 15:58:47 +0200 #TUNING by stefan
Stefan Vogel <sv@exept.de> [Sat, 28 Sep 2019 15:58:47 +0200] rev 4359
#TUNING by stefan class: XPMReader changed: #readColorMap:
Fri, 20 Sep 2019 15:37:04 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Fri, 20 Sep 2019 15:37:04 +0200] rev 4358
#DOCUMENTATION by exept class: Model comment/format in: #addDependent: #removeDependent:
Tue, 17 Sep 2019 12:26:17 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Tue, 17 Sep 2019 12:26:17 +0200] rev 4357
#DOCUMENTATION by exept class: LayoutOrigin comment/format in: #leftFraction: #leftFraction:offset: #leftFraction:offset:topFraction:offset: #leftFraction:topFraction: #topFraction: #topFraction:offset:
Tue, 17 Sep 2019 12:26:11 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Tue, 17 Sep 2019 12:26:11 +0200] rev 4356
#DOCUMENTATION by exept class: LayoutFrame comment/format in: #bottomFraction: #bottomFraction:offset: #rightFraction: #rightFraction:offset:
Tue, 17 Sep 2019 12:26:04 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Tue, 17 Sep 2019 12:26:04 +0200] rev 4355
#DOCUMENTATION by exept class: AlignmentOrigin comment/format in: #leftAlignmentFraction: #leftAlignmentFraction:topAlignmentFraction: #topAlignmentFraction:
Tue, 17 Sep 2019 12:25:57 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Tue, 17 Sep 2019 12:25:57 +0200] rev 4354
#DOCUMENTATION by exept class: ConstrainedLayoutFrame comment/format in: #maxLeft: #maxRight: #maxTop: #minBottom: #minLeft: #minRight: #minTop:
Tue, 17 Sep 2019 01:28:20 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Tue, 17 Sep 2019 01:28:20 +0200] rev 4353
#REFACTORING by exept class: ActiveHelp changed: #helpTextFor:at:
Tue, 17 Sep 2019 01:28:04 +0200 #QUALITY by exept
Claus Gittinger <cg@exept.de> [Tue, 17 Sep 2019 01:28:04 +0200] rev 4352
#QUALITY by exept class: FlyByHelp changed: #initiateHelpFor:at:now: #stopHelpDisplayProcess
Mon, 16 Sep 2019 18:03:24 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Mon, 16 Sep 2019 18:03:24 +0200] rev 4351
#DOCUMENTATION by exept class: VisualPart comment/format in: #device
Mon, 16 Sep 2019 18:02:46 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Mon, 16 Sep 2019 18:02:46 +0200] rev 4350
#DOCUMENTATION by exept class: MultiImage changed: #device
Tue, 10 Sep 2019 09:39:06 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Tue, 10 Sep 2019 09:39:06 +0200] rev 4349
#FEATURE by exept class: MacOSXIconReader class added: #hasValidImageHeader: changed: #isValidImageFile:
Tue, 10 Sep 2019 09:38:49 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Tue, 10 Sep 2019 09:38:49 +0200] rev 4348
#FEATURE by exept class: GIFReader class added: #hasValidImageHeader: changed: #isValidImageFile:
Tue, 10 Sep 2019 09:38:36 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Tue, 10 Sep 2019 09:38:36 +0200] rev 4347
#FEATURE by exept class: TIFFReader class added: #hasValidImageHeader: changed: #isValidImageFile:
Tue, 10 Sep 2019 09:38:19 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Tue, 10 Sep 2019 09:38:19 +0200] rev 4346
#FEATURE by exept class: PNGReader class added: #hasValidImageHeader: changed: #isValidImageFile:
Sun, 08 Sep 2019 16:56:51 +0200 #TUNING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 16:56:51 +0200] rev 4345
#TUNING by exept class: ToolApplicationModel changed: #updateTime
Sun, 08 Sep 2019 16:45:55 +0200 #TUNING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 16:45:55 +0200] rev 4344
#TUNING by exept class: PNGReader changed: #doPass:
Sun, 08 Sep 2019 16:03:16 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 16:03:16 +0200] rev 4343
#REFACTORING by exept class: DragAndDropManager changed: #startOpaqueDrag:offset:extent:in:at:atEnd: (send #argumentCount instead of #numArgs)
Sun, 08 Sep 2019 15:59:36 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 15:59:36 +0200] rev 4342
#REFACTORING by exept class: MenuItem changed: #receiver:perform:with:ifNone: (send #argumentCount instead of #numArgs)
Sun, 08 Sep 2019 15:32:01 +0200 #TUNING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 15:32:01 +0200] rev 4341
#TUNING by exept class: GIFReader changed: #flushBits (send #== instead of #=) #nextBitsPut:
Sun, 08 Sep 2019 15:19:44 +0200 #TUNING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 15:19:44 +0200] rev 4340
#TUNING by exept class: PrinterContext changed: #printPage:in:lines:headerLines:linesPerPage:
Sun, 08 Sep 2019 14:57:54 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 14:57:54 +0200] rev 4339
#REFACTORING by exept class: PluggableAdaptor changed: #getBlock:putBlock:updateBlock: (send #argumentCount instead of #numArgs) #getter:setter: (send #argumentCount instead of #numArgs)
Sun, 08 Sep 2019 01:38:42 +0200 #BUGFIX by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 01:38:42 +0200] rev 4338
#BUGFIX by exept class: Plug added: #at:ifAbsent: changed: #at: #at:put:
Thu, 05 Sep 2019 13:23:04 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Thu, 05 Sep 2019 13:23:04 +0200] rev 4337
#FEATURE by exept class: MenuItem changed: #fromLiteralArrayEncoding: support short form for separators
Sat, 31 Aug 2019 16:16:28 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sat, 31 Aug 2019 16:16:28 +0200] rev 4336
#DOCUMENTATION by exept class: TIFFReader changed: #readImageDataUsingDecompressor: (send #isPowerOf2 instead of #isPowerOfTwo)
Fri, 30 Aug 2019 10:45:56 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 30 Aug 2019 10:45:56 +0200] rev 4335
#OTHER by exept use allRed and allGray
Fri, 30 Aug 2019 10:45:09 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Fri, 30 Aug 2019 10:45:09 +0200] rev 4334
#OTHER by exept use allRed and allGray
Wed, 28 Aug 2019 10:41:51 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Wed, 28 Aug 2019 10:41:51 +0200] rev 4333
#REFACTORING by exept class: ApplicationModel changed: #interfaceSpecFor:
Mon, 26 Aug 2019 09:46:54 +0200 #QUALITY by exept
Claus Gittinger <cg@exept.de> [Mon, 26 Aug 2019 09:46:54 +0200] rev 4332
#QUALITY by exept class: MultiImage changed: #clearMaskedPixels return the reciever - not the images collection
Sun, 25 Aug 2019 14:53:36 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 25 Aug 2019 14:53:36 +0200] rev 4331
#DOCUMENTATION by exept class: UIBuilder comment/format in: #add: #newComposite
Sat, 17 Aug 2019 22:14:11 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Sat, 17 Aug 2019 22:14:11 +0200] rev 4330
#FEATURE by exept class: Menu changed: #fromLiteralArrayEncoding: #literalArrayEncoding new format
Thu, 15 Aug 2019 13:05:38 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Thu, 15 Aug 2019 13:05:38 +0200] rev 4329
#DOCUMENTATION by exept class: SimpleDialog comment/format in: #bindings class: SimpleDialog class comment/format in: #documentation
Sat, 10 Aug 2019 13:39:30 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sat, 10 Aug 2019 13:39:30 +0200] rev 4328
#DOCUMENTATION by exept class: MenuItem comment/format in: #findGuiResourcesIn:rememberResourcesIn:
Sat, 10 Aug 2019 09:26:45 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Sat, 10 Aug 2019 09:26:45 +0200] rev 4327
#FEATURE by exept class: PluggableAdaptor comment/format in: #selectValue: class: PluggableAdaptor class comment/format in: #examples
Thu, 01 Aug 2019 14:24:40 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 01 Aug 2019 14:24:40 +0200] rev 4326
#UI_ENHANCEMENT by exept class: ApplicationModel changed: #helpTextForKey:
Thu, 01 Aug 2019 14:23:28 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 01 Aug 2019 14:23:28 +0200] rev 4325
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Thu, 01 Aug 2019 14:21:02 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Thu, 01 Aug 2019 14:21:02 +0200] rev 4324
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #keyPress:x:y:view: #openDeveloperMenuFor:at:
Thu, 01 Aug 2019 01:52:38 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Thu, 01 Aug 2019 01:52:38 +0200] rev 4323
#REFACTORING by exept class: PopUpBanner removed: #destroy just sent super
Wed, 31 Jul 2019 17:40:08 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Wed, 31 Jul 2019 17:40:08 +0200] rev 4322
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Sat, 27 Jul 2019 11:50:58 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Sat, 27 Jul 2019 11:50:58 +0200] rev 4321
#FEATURE by exept class: ApplicationModel added: #waitUntilVisible
Sat, 27 Jul 2019 11:50:02 +0200 #UI_ENHANCEMENT by exept
Claus Gittinger <cg@exept.de> [Sat, 27 Jul 2019 11:50:02 +0200] rev 4320
#UI_ENHANCEMENT by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Fri, 26 Jul 2019 12:09:15 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Fri, 26 Jul 2019 12:09:15 +0200] rev 4319
#FEATURE by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Thu, 25 Jul 2019 16:59:05 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Thu, 25 Jul 2019 16:59:05 +0200] rev 4318
#REFACTORING by exept class: FlyByHelp changed: #keyPress:x:y:view: #openDeveloperMenuFor:at:
Tue, 23 Jul 2019 10:23:19 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Tue, 23 Jul 2019 10:23:19 +0200] rev 4317
#FEATURE by cg class: ApplicationModel added: #showMeHowItWorks:inAny: #showMeHowItWorksDefaultMajorKeys comment/format in: #showMeHowItWorks changed: #showMeHowItWorks: (send #showMeHowItWorksDefaultMajorKeys instead of #className, send #showMeHowItWorks:inAny: instead of #showMeHowItWorks:in:) #showMeHowItWorks:in:
Mon, 22 Jul 2019 17:35:55 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Mon, 22 Jul 2019 17:35:55 +0200] rev 4316
#FEATURE by exept class: ApplicationModel changed: #showMeHowItWorks:in: category of: #showMeHowItWorks #showMeHowItWorks: #showMeHowItWorks:in:
Mon, 22 Jul 2019 17:10:02 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Mon, 22 Jul 2019 17:10:02 +0200] rev 4315
#REFACTORING by exept class: ApplicationModel added: #showMeHowItWorks #showMeHowItWorks: #showMeHowItWorks:in:
Sun, 21 Jul 2019 07:09:43 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Sun, 21 Jul 2019 07:09:43 +0200] rev 4314
#BUGFIX by cg class: FlyByHelp changed: #openDeveloperMenuFor:at:
Sat, 20 Jul 2019 09:07:21 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sat, 20 Jul 2019 09:07:21 +0200] rev 4313
#FEATURE by cg class: FlyByHelp more developer options; press CTRL and SHIFT to see... changed: #hideHelp #keyPress:x:y:view: #openDeveloperMenuFor:at: class: FlyByHelp class comment/format in: #documentation
Sat, 20 Jul 2019 08:42:50 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sat, 20 Jul 2019 08:42:50 +0200] rev 4312
#REFACTORING by cg class: ApplicationModel changed: #ctrlDown
Fri, 19 Jul 2019 21:50:09 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Fri, 19 Jul 2019 21:50:09 +0200] rev 4311
#REFACTORING by cg class: Menu comment/format in: #literalArrayEncoding changed: #fromLiteralArrayEncoding:
Fri, 19 Jul 2019 18:27:59 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 19 Jul 2019 18:27:59 +0200] rev 4310
#BUGFIX by cg class: Menu changed: #fromLiteralArrayEncoding: #literalArrayEncoding
Fri, 19 Jul 2019 11:53:36 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Fri, 19 Jul 2019 11:53:36 +0200] rev 4309
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #componentFor: #components:do:
Fri, 19 Jul 2019 11:53:07 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 19 Jul 2019 11:53:07 +0200] rev 4308
#BUGFIX by cg class: FlyByHelp comment/format in: #keyPress:x:y:view: changed: #openDeveloperMenuFor:at:
Thu, 18 Jul 2019 21:57:46 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Thu, 18 Jul 2019 21:57:46 +0200] rev 4307
#FEATURE by cg class: FlyByHelp changed: #keyPress:x:y:view: shift+shift+control
Thu, 18 Jul 2019 08:51:00 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 18 Jul 2019 08:51:00 +0200] rev 4306
#DOCUMENTATION by cg class: MenuItem comment/format in: #submenuChannel #submenuChannel:
Wed, 17 Jul 2019 10:26:36 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:26:36 +0200] rev 4305
#FEATURE by cg class: LayoutFrame added: #rightFraction:bottomFraction:
Wed, 17 Jul 2019 10:18:29 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:29 +0200] rev 4304
#OTHER by cg new layout class
Wed, 17 Jul 2019 10:18:27 +0200 new layout class
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:27 +0200] rev 4303
new layout class
Wed, 17 Jul 2019 10:18:23 +0200 new layout class
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:23 +0200] rev 4302
new layout class
Wed, 17 Jul 2019 10:18:13 +0200 new layout class
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:13 +0200] rev 4301
new layout class
Wed, 17 Jul 2019 10:18:09 +0200 new layout class
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:09 +0200] rev 4300
new layout class
Wed, 17 Jul 2019 10:18:05 +0200 new layout class
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:05 +0200] rev 4299
new layout class
Wed, 17 Jul 2019 10:18:01 +0200 new layout class
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:18:01 +0200] rev 4298
new layout class
Wed, 17 Jul 2019 10:16:57 +0200 initial checkin
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:16:57 +0200] rev 4297
initial checkin
Wed, 17 Jul 2019 10:16:40 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:16:40 +0200] rev 4296
#DOCUMENTATION by cg class: AlignmentOrigin comment/format in: #rectangleRelativeTo:preferred: category of: #rectangleRelativeTo:preferred:
Wed, 17 Jul 2019 10:16:15 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:16:15 +0200] rev 4295
#DOCUMENTATION by cg class: LayoutFrame added: #leftFraction:rightFraction: #leftFraction:rightFraction:topFraction:bottomFraction: #topFraction:bottomFraction: comment/format in: #rectangleRelativeTo:preferred: category of: #rectangleRelativeTo:preferred: class: LayoutFrame class comment/format in: #documentation changed: #leftFraction:rightFraction:topFraction:bottomFraction:
Wed, 17 Jul 2019 10:16:05 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:16:05 +0200] rev 4294
#DOCUMENTATION by cg class: LayoutOrigin comment/format in: #rectangleRelativeTo:preferred: category of: #rectangleRelativeTo:preferred:
Wed, 17 Jul 2019 10:15:54 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 17 Jul 2019 10:15:54 +0200] rev 4293
#DOCUMENTATION by cg class: Layout comment/format in: #rectangleRelativeTo:preferred: category of: #rectangleRelativeTo:preferred: class: Layout class comment/format in: #documentation
Tue, 16 Jul 2019 11:11:56 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 16 Jul 2019 11:11:56 +0200] rev 4292
#BUGFIX by cg class: MenuItem changed: #findGuiResourcesIn:rememberResourcesIn:
Mon, 15 Jul 2019 15:36:53 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Mon, 15 Jul 2019 15:36:53 +0200] rev 4291
#OTHER by cg unneeded subProjects method removed (already inherited)
Thu, 11 Jul 2019 20:49:20 +0200 #FEATURE by exept
Claus Gittinger <cg@exept.de> [Thu, 11 Jul 2019 20:49:20 +0200] rev 4290
#FEATURE by exept class: FlyByHelp changed: #openDeveloperMenuFor:at:
Sun, 07 Jul 2019 15:05:19 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sun, 07 Jul 2019 15:05:19 +0200] rev 4289
#DOCUMENTATION by cg class: ApplicationModel category of: #applicationWindowClass #close #closeDownViews #closeRequest #closeRequestFor: #doAccept #doCancel
Tue, 02 Jul 2019 14:13:57 +0200 #FEATURE by alkurz
alkurz [Tue, 02 Jul 2019 14:13:57 +0200] rev 4288
#FEATURE by alkurz class: SimpleDialog changed: #openFor:interface:withBindings: interfaceSpec can be an uispec (used to by symbol only)
Tue, 02 Jul 2019 14:10:25 +0200 #FEATURE by alkurz
alkurz [Tue, 02 Jul 2019 14:10:25 +0200] rev 4287
#FEATURE by alkurz class: ApplicationModel openDialogInterface:withBindings: accepts an already decoded spec as argument
Fri, 28 Jun 2019 09:04:31 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 28 Jun 2019 09:04:31 +0200] rev 4286
#OTHER by cg self class name -> self className
Fri, 28 Jun 2019 09:04:27 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 28 Jun 2019 09:04:27 +0200] rev 4285
#OTHER by cg self class name -> self className
Fri, 28 Jun 2019 08:50:02 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 28 Jun 2019 08:50:02 +0200] rev 4284
#OTHER by cg self class name -> self className
Fri, 28 Jun 2019 08:49:48 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 28 Jun 2019 08:49:48 +0200] rev 4283
#OTHER by cg self class name -> self className
Fri, 28 Jun 2019 08:48:50 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 28 Jun 2019 08:48:50 +0200] rev 4282
#OTHER by cg self class name -> self className
Fri, 28 Jun 2019 08:48:36 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 28 Jun 2019 08:48:36 +0200] rev 4281
#OTHER by cg self class name -> self className
Fri, 28 Jun 2019 03:27:10 +0000 update tags
convert-repo [Fri, 28 Jun 2019 03:27:10 +0000] rev 4280
update tags
Thu, 27 Jun 2019 16:34:49 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Thu, 27 Jun 2019 16:34:49 +0200] rev 4279
#FEATURE by cg class: MIMETypes class changed: #applicationTextTypeList #mimeTypeOfData:suffix:
Fri, 07 Jun 2019 19:57:30 +0100 Set view's UUID when building a view from spec jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 07 Jun 2019 19:57:30 +0100] rev 4278
Set view's UUID when building a view from spec
Thu, 06 Jun 2019 23:29:01 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Thu, 06 Jun 2019 23:29:01 +0200] rev 4277
#REFACTORING by cg class: ApplicationModel changed: #actionFor: #actionFor:withValue: #actionFor:withValue:withValue: #aspectFor: #clientFor: #componentFor: #labelFor: #listFor: #menuFor:
Thu, 06 Jun 2019 23:21:49 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Thu, 06 Jun 2019 23:21:49 +0200] rev 4276
#REFACTORING by cg class: PNGReader changed: #doPass:
Thu, 06 Jun 2019 15:28:04 +0200 #FEATURE by stefan
Stefan Vogel <sv@exept.de> [Thu, 06 Jun 2019 15:28:04 +0200] rev 4275
#FEATURE by stefan class: ApplicationModel added: #ctrlDown used in several applications
Thu, 30 May 2019 09:43:30 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 30 May 2019 09:43:30 +0200] rev 4274
#DOCUMENTATION by cg class: MenuItem comment/format in: #activeHelpKey #activeHelpKey:
Wed, 29 May 2019 03:28:40 +0000 update tags expecco_19_1_0 expecco_19_1_0_final1
convert-repo [Wed, 29 May 2019 03:28:40 +0000] rev 4273
update tags
Tue, 28 May 2019 15:58:10 +0200 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Tue, 28 May 2019 15:58:10 +0200] rev 4272
#QUALITY by cg class: ApplicationModel changed: #showActivity:
Tue, 28 May 2019 03:27:04 +0000 update tags
convert-repo [Tue, 28 May 2019 03:27:04 +0000] rev 4271
update tags
Mon, 27 May 2019 20:06:28 +0200 #TUNING by cg
Claus Gittinger <cg@exept.de> [Mon, 27 May 2019 20:06:28 +0200] rev 4270
#TUNING by cg class: ApplicationModel changed: #isWebService
Mon, 27 May 2019 15:16:15 +0200 #OTHER by cg
Claus Gittinger <cg@exept.de> [Mon, 27 May 2019 15:16:15 +0200] rev 4269
#OTHER by cg class: URL category of: #postCopy
Mon, 27 May 2019 15:15:22 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Mon, 27 May 2019 15:15:22 +0200] rev 4268
#DOCUMENTATION by cg class: ApplicationModel category of: #postCopy #postDeepCopy
Sun, 19 May 2019 20:18:30 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sun, 19 May 2019 20:18:30 +0200] rev 4267
#REFACTORING by cg class: PNGReader class added: #file:hasSpecialChunk:
Thu, 16 May 2019 19:32:28 +0200 #BUGFIX by stefan
Stefan Vogel <sv@exept.de> [Thu, 16 May 2019 19:32:28 +0200] rev 4266
#BUGFIX by stefan close registry keys class: ApplicationWithFileHistory class changed: #fetchFileHistoryFromPersistentStore
Tue, 14 May 2019 19:22:17 +0200 #FEATURE by stefan
Stefan Vogel <sv@exept.de> [Tue, 14 May 2019 19:22:17 +0200] rev 4265
#FEATURE by stefan class: ApplicationModel added: #windowSensor
Tue, 14 May 2019 11:54:59 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Tue, 14 May 2019 11:54:59 +0200] rev 4264
#DOCUMENTATION by cg class: ApplicationSubView class comment/format in: #documentation
Tue, 14 May 2019 09:46:14 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Tue, 14 May 2019 09:46:14 +0200] rev 4263
#UI_ENHANCEMENT by cg class: ToolApplicationModel class changed: #menuHelp #windowSpecForCommit
Mon, 13 May 2019 16:23:44 +0200 #BUGFIX by Stefan Reise
sr [Mon, 13 May 2019 16:23:44 +0200] rev 4262
#BUGFIX by Stefan Reise class: ActiveHelp changed: #basicHelpTextFor:at: care for nil in #aDevicePointOrNil
Tue, 07 May 2019 16:41:11 +0200 #BUGFIX by stefan
Stefan Vogel <sv@exept.de> [Tue, 07 May 2019 16:41:11 +0200] rev 4261
#BUGFIX by stefan class: DropObject class changed: #dropObjectClassFor: take care of ProtoObjects
Wed, 01 May 2019 22:49:36 +0200 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Wed, 01 May 2019 22:49:36 +0200] rev 4260
#QUALITY by cg class: BlockValue class changed: #forLogicalNot:
Wed, 01 May 2019 11:38:53 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Wed, 01 May 2019 11:38:53 +0200] rev 4259
#REFACTORING by cg class: WindowsIconReader changed: #save:onFile:
Tue, 30 Apr 2019 20:07:57 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 30 Apr 2019 20:07:57 +0200] rev 4258
#BUGFIX by cg class: ExternalTopView changed: #setWindowID:
Tue, 30 Apr 2019 10:45:36 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Tue, 30 Apr 2019 10:45:36 +0200] rev 4257
#DOCUMENTATION by cg class: BlockValue class comment/format in: #documentation #examples
Sat, 20 Apr 2019 09:07:20 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sat, 20 Apr 2019 09:07:20 +0200] rev 4256
#FEATURE by cg class: ApplicationModel added: #activate
Thu, 04 Apr 2019 11:06:47 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 04 Apr 2019 11:06:47 +0200] rev 4255
#DOCUMENTATION by cg class: TransparentBox class added: #documentation
Sat, 30 Mar 2019 12:41:45 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Sat, 30 Mar 2019 12:41:45 +0100] rev 4254
#BUGFIX by cg class: ActiveHelp changed: #initiateHelpFor:at:now: leftover debug halt
Fri, 29 Mar 2019 14:16:00 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Fri, 29 Mar 2019 14:16:00 +0100] rev 4253
#DOCUMENTATION by cg class: ToolApplicationModel comment/format in: #showingHelp
Fri, 29 Mar 2019 14:14:42 +0100 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Fri, 29 Mar 2019 14:14:42 +0100] rev 4252
#QUALITY by cg class: FlyByHelp comment/format in: #buttonMotion:x:y:view: #buttonPress:x:y:view: #keyPress:x:y:view: #keyRelease:x:y:view: #mouseWheelMotion:x:y:amount:deltaTime:view: #pointerLeave:view: #showHelp:for: changed: #initiateHelpFor:at:now:
Fri, 29 Mar 2019 14:14:26 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 29 Mar 2019 14:14:26 +0100] rev 4251
#BUGFIX by cg class: ActiveHelp FIX: if embedded widgets are inside a container (DSVColumnView, again) added: #basicHelpTextFor:at: comment/format in: #buttonMotion:x:y:view: #handleMouseIn:x:y: #initiateHelp #initiateHelpFor: #interestedIn: #keyPress:x:y:view: #keyRelease:x:y:view: #processEvent: changed: #helpTextFor:at: #initiateHelpFor:at: #initiateHelpFor:at:now: #pointerEnter:x:y:view: #pointerLeave:view:
Thu, 28 Mar 2019 09:19:31 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 28 Mar 2019 09:19:31 +0100] rev 4250
#DOCUMENTATION by cg class: ActiveHelp comment/format in: #initiateHelp
Tue, 26 Mar 2019 00:25:23 +0100 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Tue, 26 Mar 2019 00:25:23 +0100] rev 4249
#QUALITY by cg class: Icon class changed: #releaseCachedIconsFromDevice:
Thu, 21 Mar 2019 19:20:35 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 21 Mar 2019 19:20:35 +0100] rev 4248
#DOCUMENTATION by cg class: Icon class category of: #lowSpaceCleanup
Wed, 20 Mar 2019 17:53:35 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 20 Mar 2019 17:53:35 +0100] rev 4247
#FEATURE by cg class: Icon class added: #lowSpaceCleanup changed: #flushCachedIcons
Sun, 17 Mar 2019 11:45:12 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sun, 17 Mar 2019 11:45:12 +0100] rev 4246
#DOCUMENTATION by cg class: MIMETypeIconLibrary class comment/format in: #addOnIconsFor:to:
Tue, 12 Mar 2019 16:09:24 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Tue, 12 Mar 2019 16:09:24 +0100] rev 4245
#FEATURE by cg class: MIMETypes class changed: #mimeTypeOfData:suffix: fix for smalltalk detection
Sat, 09 Mar 2019 20:57:31 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sat, 09 Mar 2019 20:57:31 +0100] rev 4244
#DOCUMENTATION by cg class: WindowBuilder comment/format in: #booleanValueAspectFor:
Thu, 07 Mar 2019 23:02:11 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Thu, 07 Mar 2019 23:02:11 +0100] rev 4243
#UI_ENHANCEMENT by cg class: ApplicationModel changed: #helpTextForKey: ask along master-app chain for a helpText (for dialogs within dialogs)
Tue, 05 Mar 2019 21:40:59 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Tue, 05 Mar 2019 21:40:59 +0100] rev 4242
#DOCUMENTATION by cg class: BlockValue comment/format in: #recomputeValue
Sun, 03 Mar 2019 00:09:55 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sun, 03 Mar 2019 00:09:55 +0100] rev 4241
#DOCUMENTATION by cg class: Plug comment/format in: #isSequenceable
Sat, 02 Mar 2019 13:10:08 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sat, 02 Mar 2019 13:10:08 +0100] rev 4240
#REFACTORING by cg class: ApplicationModel changed: #rememberLastExtent class: ApplicationModel class added: #rememberLastExtentOf: comment/format in: #rememberLastExtentOf:for:
Sat, 02 Mar 2019 13:05:15 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sat, 02 Mar 2019 13:05:15 +0100] rev 4239
#REFACTORING by cg class: ApplicationModel refactored to allow public use of extent-history changed: #rememberLastExtent class: ApplicationModel class added: #rememberLastExtentOf:for: category of: #defaultExtentFor:
Wed, 27 Feb 2019 15:57:25 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Feb 2019 15:57:25 +0100] rev 4238
#DOCUMENTATION by cg class: ActiveHelp comment/format in: #initiateHelp
Wed, 27 Feb 2019 15:56:55 +0100 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Feb 2019 15:56:55 +0100] rev 4237
#QUALITY by cg class: FlyByHelp changed: #initiateHelpFor:at:now:
Wed, 27 Feb 2019 15:56:29 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Feb 2019 15:56:29 +0100] rev 4236
#FEATURE by cg class: ActiveHelp class changed: #initiateHelp
Wed, 27 Feb 2019 15:54:01 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Feb 2019 15:54:01 +0100] rev 4235
#FEATURE by cg class: ActiveHelp added: #initiateHelp #initiateHelpFor: comment/format in: #buttonMotion:x:y:view: changed: #initiateHelpFor:at:now: #interestedIn: class: ActiveHelp class added: #initiateHelp #singleton
Sat, 23 Feb 2019 15:30:50 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sat, 23 Feb 2019 15:30:50 +0100] rev 4234
#DOCUMENTATION by cg class: WindowBuilder comment/format in: #openAt:withExtent:andType:
(0) -3000 -1000 -240 tip