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:
(0) -3000 -1000 -120 tip