My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Aug 11, 2009
    issue 15 (QuickLook & CGImage) Labels changed by char...@declareSub.com   -   Sure, it would be worth your adding the code. Adding conversion of CGImage to Picture should be very easy. Your suggestion is the first I've heard of anyone wanting it. I wonder, though, if the better solution would be to make it even easier to create CGContext objects for REALbasic objects.
    Labels: Type-Enhancement Type-Defect
    Sure, it would be worth your adding the code. Adding conversion of CGImage to Picture should be very easy. Your suggestion is the first I've heard of anyone wanting it. I wonder, though, if the better solution would be to make it even easier to create CGContext objects for REALbasic objects.
    Labels: Type-Enhancement Type-Defect
  • Aug 11, 2009
    issue 15 (QuickLook & CGImage) reported by thomas.hicks1   -   I have recently written some code to obtain QuickLook images of files contents as CGImages. Is it worth me adding this code somewhere? Also, is it possible to write a CGImage to RB Picture conversion? This would help a lot of people who don't want to have to fiddle with CGContexts, etc. to draw a simple CGImage to a window/canvas. Tom Hicks
    I have recently written some code to obtain QuickLook images of files contents as CGImages. Is it worth me adding this code somewhere? Also, is it possible to write a CGImage to RB Picture conversion? This would help a lot of people who don't want to have to fiddle with CGContexts, etc. to draw a simple CGImage to a window/canvas. Tom Hicks
  • Jul 31, 2009
    issue 14 (Is it possible to set the value of a MacDatePicker?) commented on by dmarriner   -   Thanks!
    Thanks!
  • Jul 31, 2009
    issue 14 (Is it possible to set the value of a MacDatePicker?) Status changed by char...@declareSub.com   -   I've implemented MacDatePicker.Value.Set. I tested it in Leopard.
    Status: Fixed
    I've implemented MacDatePicker.Value.Set. I tested it in Leopard.
    Status: Fixed
  • Jul 31, 2009
    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 ).
  • Jul 31, 2009
    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.
  • Jul 28, 2009
    issue 14 (Is it possible to set the value of a MacDatePicker?) commented on by dmarriner   -   Are there any plans to implement it soon?
    Are there any plans to implement it soon?
  • Jul 28, 2009
    issue 14 (Is it possible to set the value of a MacDatePicker?) Labels changed by char...@declareSub.com   -   It would certainly be possible to implement it.
    Labels: Type-Enhancement Type-Defect
    It would certainly be possible to implement it.
    Labels: Type-Enhancement Type-Defect
  • Jul 28, 2009
    issue 14 (Is it possible to set the value of a MacDatePicker?) reported by dmarriner   -   MacDatePicker.Value.Set has not been implemented. Is there any way to implement it? It's beyond my level of knowledge to accomplish it myself (if it's possible). If anyone else has the right code, that would be extremely helpful. Thanks!
    MacDatePicker.Value.Set has not been implemented. Is there any way to implement it? It's beyond my level of knowledge to accomplish it myself (if it's possible). If anyone else has the right code, that would be extremely helpful. Thanks!
  • Jun 04, 2009
    macoslib_r214.zip (MacOSLib revision 214) file uploaded by tempelmann   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Jun 04, 2009
    issue 13 (Win32 app launch failed) Status changed by tempelmann   -   Fixed in r214
    Status: Fixed
    Fixed in r214
    Status: Fixed
  • Jun 04, 2009
    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
  • Jun 03, 2009
    issue 13 (Win32 app launch failed) reported by oren.iphone   -   1. After successful compilation for Windows (Mac IDE or Win ID), compiled application can't be lauched. 2. Launch error for debug mode in Windows IDE. -- Resolving: Insert #if TargetMacOS in: CFType.NewObject() shared method and CFMutableString.Append() method
    1. After successful compilation for Windows (Mac IDE or Win ID), compiled application can't be lauched. 2. Launch error for debug mode in Windows IDE. -- Resolving: Insert #if TargetMacOS in: CFType.NewObject() shared method and CFMutableString.Append() method
  • May 22, 2009
    macoslib_r213.zip (MacOSLib revision 213) file uploaded by tempelmann   -  
    Labels: Featured
    Labels: Featured
  • May 22, 2009
    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
  • May 22, 2009
    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
  • May 22, 2009
    r211 (Added some selftest functions) committed by tempelmann   -   Added some selftest functions
    Added some selftest functions
  • May 22, 2009
    r210 (Added DebugWin, used by DatePicker) committed by tempelmann   -   Added DebugWin, used by DatePicker
    Added DebugWin, used by DatePicker
  • May 22, 2009
    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
  • May 22, 2009
    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
  • May 09, 2009
    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
  • Mar 20, 2009
    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.
  • Mar 20, 2009
    r205 (minor changes (cleanup, docs)) committed by tempelmann   -   minor changes (cleanup, docs)
    minor changes (cleanup, docs)
  • Mar 03, 2009
    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)
  • Mar 03, 2009
    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
  • Mar 03, 2009
    r202 (minor, syntactical, updates) committed by tempelmann   -   minor, syntactical, updates
    minor, syntactical, updates
  • Mar 03, 2009
    r201 (Added some constants) committed by tempelmann   -   Added some constants
    Added some constants
  • Feb 06, 2009
    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
  • Feb 06, 2009
    r199 (One less unnecessary "soft" declare) committed by tempelmann   -   One less unnecessary "soft" declare
    One less unnecessary "soft" declare
  • Feb 06, 2009
    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)
  • Feb 06, 2009
    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)
  • Feb 06, 2009
    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
  • Feb 04, 2009
    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.
  • Feb 04, 2009
    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.
  • Feb 04, 2009
    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
  • Feb 04, 2009
    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
  • Feb 04, 2009
    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
  • Feb 04, 2009
    r190 (commit Spotlight changes) committed by char...@declareSub.com   -   commit Spotlight changes
    commit Spotlight changes
  • Feb 04, 2009
    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
  • Feb 03, 2009
    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
  • Feb 03, 2009
    r187 (Add MacDatePickerExampleWindow to UI.) committed by char...@declareSub.com   -   Add MacDatePickerExampleWindow to UI.
    Add MacDatePickerExampleWindow to UI.
  • Feb 03, 2009
    r186 (Undo inadvertent commit of App.) committed by char...@declareSub.com   -   Undo inadvertent commit of App.
    Undo inadvertent commit of App.
  • Feb 03, 2009
    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.
  • Feb 03, 2009
    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.
  • Feb 03, 2009
    r183 (Added named viewProperties for "Type") committed by tempelmann   -   Added named viewProperties for "Type"
    Added named viewProperties for "Type"
  • Feb 03, 2009
    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.
  • Jan 31, 2009
    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
  • Jan 29, 2009
    r180 (Implement MDItem, MDQuery.ClassID event handlers.) committed by char...@declareSub.com   -   Implement MDItem, MDQuery.ClassID event handlers.
    Implement MDItem, MDQuery.ClassID event handlers.
  • Jan 29, 2009
    About (What MacOSLib is about) Wiki page edited by tempelmann
  • Jan 29, 2009
    r178 (added some ignorable files) committed by tempelmann   -   added some ignorable files
    added some ignorable files
 
Hosted by Google Code