Earlier this year
-
-
-
issue 14
(Is it possible to set the value of a MacDatePicker?) commented on by dmarriner
-
-
-
r216
(MacDatePicker: add support for setting date value (issue 14)...) committed by char...@declareSub.com
- MacDatePicker: add support for setting date value ( issue 14 ).
MacDatePicker: add support for setting date value ( issue 14 ).
-
r215
(Update ATSFont.File to use ATSFontGetFileReference if availa...) committed by char...@declareSub.com
- Update ATSFont.File to use ATSFontGetFileReference if available.
Update ATSFont.File to use ATSFontGetFileReference if available.
-
issue 14
(Is it possible to set the value of a MacDatePicker?) commented on by dmarriner
-
-
issue 14
(Is it possible to set the value of a MacDatePicker?) Labels changed by char...@declareSub.com
-
Labels:
Type-Enhancement
−Type-Defect
Labels:
Type-Enhancement
−Type-Defect
-
issue 14
(Is it possible to set the value of a MacDatePicker?) reported by dmarriner
-
-
macoslib_r214.zip (MacOSLib revision 214) file uploaded by tempelmann
-
Labels:
Featured
Type-Source
OpSys-All
Labels:
Featured
Type-Source
OpSys-All
-
-
r214
(Fixed Issue 13, i.e. that launch on Windows/Linux would not ...) committed by tempelmann
- Fixed Issue 13 , i.e. that launch on Windows/Linux would not work
Fixed Issue 13 , i.e. that launch on Windows/Linux would not work
-
-
-
r213
(Added "#if DebugBuild" conditionals to leave the DebugWin ou...) committed by tempelmann
- Added "#if DebugBuild" conditionals to leave the DebugWin out of release builds
Added "#if DebugBuild" conditionals to leave the DebugWin out of release builds
-
r212
(Moved a Delegate from a class to a module to make it compile...) committed by tempelmann
- Moved a Delegate from a class to a module to make it compile with RB 2008r2 and earlier versions
Moved a Delegate from a class to a module to make it compile with RB 2008r2 and earlier versions
-
r211
(Added some selftest functions) committed by tempelmann
- Added some selftest functions
Added some selftest functions
-
r210
(Added DebugWin, used by DatePicker) committed by tempelmann
- Added DebugWin, used by DatePicker
Added DebugWin, used by DatePicker
-
r209
(Improved DatePicker to observe Focus better. Not fully corre...) committed by tempelmann
- Improved DatePicker to observe Focus better. Not fully correct yet, though, but better than before,
IMO
Improved DatePicker to observe Focus better. Not fully correct yet, though, but better than before,
IMO
-
r208
(Improved speed of some FSRef functions by using the (optiona...) committed by tempelmann
- Improved speed of some FSRef functions by using the (optional!) "lib hack", added NativePath(),
moved POSIXPath() to FileManager
Improved speed of some FSRef functions by using the (optional!) "lib hack", added NativePath(),
moved POSIXPath() to FileManager
-
r207
(Added ThemeBrush constants (as enum) and a ThemeColor() func...) committed by tempelmann
- Added ThemeBrush constants (as enum) and a ThemeColor() function
Added ThemeBrush constants (as enum) and a ThemeColor() function
-
r206
(Added CurrentAbsoluteTime to retrieve the current date & tim...) committed by tempelmann
- Added CurrentAbsoluteTime to retrieve the current date & time, being more precise than the time from
the Date class.
Added CurrentAbsoluteTime to retrieve the current date & time, being more precise than the time from
the Date class.
-
r205
(minor changes (cleanup, docs)) committed by tempelmann
- minor changes (cleanup, docs)
minor changes (cleanup, docs)
-
r204
(Added new default constructor to use current time, with sub-...) committed by tempelmann
- Added new default constructor to use current time, with sub-second precision (RB's Date supports
only full seconds)
Added new default constructor to use current time, with sub-second precision (RB's Date supports
only full seconds)
-
r203
(Added a Start() method and safety checks so that it can be u...) committed by tempelmann
- Added a Start() method and safety checks so that it can be used as a Control
Added a Start() method and safety checks so that it can be used as a Control
-
r202
(minor, syntactical, updates) committed by tempelmann
- minor, syntactical, updates
minor, syntactical, updates
-
r201
(Added some constants) committed by tempelmann
- Added some constants
-
r200
(Added Cocoa module and basic NS... classes) committed by tempelmann
- Added Cocoa module and basic NS... classes
Added Cocoa module and basic NS... classes
-
r199
(One less unnecessary "soft" declare) committed by tempelmann
- One less unnecessary "soft" declare
One less unnecessary "soft" declare
-
r198
(Fixed the transform not showing right by moving the drawing ...) committed by tempelmann
- Fixed the transform not showing right by moving the drawing code from the Window's Paint event to a
Canvas' Paint event (the actual bug is in RB: It keeps calling Window.Paint if there is a Default
button in the window, and then the drawing context is not correctly set, somehow)
Fixed the transform not showing right by moving the drawing code from the Window's Paint event to a
Canvas' Paint event (the actual bug is in RB: It keeps calling Window.Paint if there is a Default
button in the window, and then the drawing context is not correctly set, somehow)
-
r197
(Fixed .Load to work on OS 10.0-10.4 as well (worked only on ...) committed by tempelmann
- Fixed .Load to work on OS 10.0-10.4 as well (worked only on 10.5 and later until now)
Fixed .Load to work on OS 10.0-10.4 as well (worked only on 10.5 and later until now)
-
r196
(CFNull is actually not compatible with CFPropertyList, due t...) committed by tempelmann
- CFNull is actually not compatible with CFPropertyList, due to Apple's docs. My apologies for adding
this interface earlier
CFNull is actually not compatible with CFPropertyList, due to Apple's docs. My apologies for adding
this interface earlier
-
r195
(Add code to ImageTransformExample to handle composited case ...) committed by char...@declareSub.com
- Add code to ImageTransformExample to handle composited case correctly.
Add code to ImageTransformExample to handle composited case correctly.
-
r194
(Add workaround to ImageTransformExample for perplexing behav...) committed by char...@declareSub.com
- Add workaround to ImageTransformExample for perplexing behavior when window is composited.
Add workaround to ImageTransformExample for perplexing behavior when window is composited.
-
r193
(Change CGContextGraphicsPort to take a Graphics parameter in...) committed by char...@declareSub.com
- Change CGContextGraphicsPort to take a Graphics parameter instead of a Window; update other code
using CGContextGraphicsPort; tinker with ImageTransformExample
Change CGContextGraphicsPort to take a Graphics parameter instead of a Window; update other code
using CGContextGraphicsPort; tinker with ImageTransformExample
-
r192
(Improved the img transform example a little, also added some...) committed by tempelmann
- Improved the img transform example a little, also added some notes
Improved the img transform example a little, also added some notes
-
r191
(removed the duplicate menu item that i had accidentally adde...) committed by tempelmann
- removed the duplicate menu item that i had accidentally added yesterday
removed the duplicate menu item that i had accidentally added yesterday
-
-
r189
(Add support for selected/disabled transform of CGImages; fi...) committed by char...@declareSub.com
- Add support for selected/disabled transform of CGImages; fix declare in CGImage.IsMask; change
CGContextGraphicsPort.Constructor to private; implement CGImageSource.ClassID event handler; add
example window demonstrating CGImage transforms
Add support for selected/disabled transform of CGImages; fix declare in CGImage.IsMask; change
CGContextGraphicsPort.Constructor to private; implement CGImageSource.ClassID event handler; add
example window demonstrating CGImage transforms
-
r188
(Improved the MacDatePicker test window with checks for focus...) committed by tempelmann
- Improved the MacDatePicker test window with checks for focus behavior
Improved the MacDatePicker test window with checks for focus behavior
-
r187
(Add MacDatePickerExampleWindow to UI.) committed by char...@declareSub.com
- Add MacDatePickerExampleWindow to UI.
Add MacDatePickerExampleWindow to UI.
-
r186
(Undo inadvertent commit of App.) committed by char...@declareSub.com
- Undo inadvertent commit of App.
Undo inadvertent commit of App.
-
r185
(MacDatePicker now moves when its containing canvas is moved.) committed by char...@declareSub.com
- MacDatePicker now moves when its containing canvas is moved.
MacDatePicker now moves when its containing canvas is moved.
-
r184
(MacDatePicker now moves when its containing canvas is moved.) committed by char...@declareSub.com
- MacDatePicker now moves when its containing canvas is moved.
MacDatePicker now moves when its containing canvas is moved.
-
r183
(Added named viewProperties for "Type") committed by tempelmann
- Added named viewProperties for "Type"
Added named viewProperties for "Type"
-
r182
(Add support for focus-shifting using tab key to MacDatePicke...) committed by char...@declareSub.com
- Add support for focus-shifting using tab key to MacDatePicker; add some constants, EventTypeSpec
struct, and a little function for converting Rb EventTypeSpec arrays to C arrays to CarbonEvents.
Add support for focus-shifting using tab key to MacDatePicker; add some constants, EventTypeSpec
struct, and a little function for converting Rb EventTypeSpec arrays to C arrays to CarbonEvents.
-
r181
(MDQuery: Add Query property and scope constants) committed by char...@declareSub.com
- MDQuery: Add Query property and scope constants
MDQuery: Add Query property and scope constants
-
r180
(Implement MDItem, MDQuery.ClassID event handlers.) committed by char...@declareSub.com
- Implement MDItem, MDQuery.ClassID event handlers.
Implement MDItem, MDQuery.ClassID event handlers.
-
-
r178
(added some ignorable files) committed by tempelmann
- added some ignorable files
added some ignorable files
|