Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-26 | Source code changes and clean up for utility methods and APIs | Babak Mahbod | |
2001-03-19 | Added more comprehensive posting of user events | Patrick Luby | |
2001-03-13 | Replaced header names so that code will compile on Mac OS X Release ↵ | Patrick Luby | |
Candidate version, replaced all carriage returns and Unix newlines, and removed all non-gcc pragmas | |||
2001-03-13 | Corrected bugs in environment variable setting | Patrick Luby | |
2001-03-12 | ATSUI utility APIs for retriving, and sorting fonts by platform, language, ↵ | Babak Mahbod | |
script, family, and style. Incorportated the ATSUI APIs into SAL font utiliy methods. Isolated the necessay headers and then updated all SAL headers. Updated SAL math utility APIs | |||
2001-03-07 | Implemented manual pulling of events from the system event queue as [NSApp ↵ | Patrick Luby | |
run] was not getting stopped in some modal dialog boxes | |||
2001-03-05 | Corrections to InitSalMain | Patrick Luby | |
2001-02-28 | Implemented InitSalMain() and DeInitSalMain() functions | Patrick Luby | |
2001-02-26 | Updated APIs. | Babak Mahbod | |
Removed dependency on some Carbon APIs that yielded inconsistent results. | |||
2001-02-23 | Rolled back last changes until we figure out how to properly initialize the ↵ | Patrick Luby | |
AutoReleasePool at the proper time. | |||
2001-02-22 | Updated PixMap utility APIs. | Babak Mahbod | |
2001-02-22 | vcl possibly without main | mm | |
2001-02-21 | New data members added for port's pen attributes. | Babak Mahbod | |
New data members added for PixMap states. All appropriate APIs updated. | |||
2001-02-21 | Added working stub code to SalGraphics::GetCharWidth | Patrick Luby | |
2001-02-20 | Implemented workaround for QuickDraw bug. The bug was that GWorld's created ↵ | Patrick Luby | |
before the first window was displayed would cause QuickDraw to core dump when drawn to. | |||
2001-02-20 | Added missing line in UnlockGraphics function | Patrick Luby | |
2001-02-14 | Better colour handling. | Babak Mahbod | |
New constants. New API utility files. Make files updated. --------------------------------------------------------------------- | |||
2001-02-07 | Salbmp now displays 8-bit palette. | Babak Mahbod | |
Salvd disposes of GWorlds. Salgdi disposes of GWorlds. Salgdi rebuilts the ITable if necessary. Header file now contains more constants. | |||
2001-02-06 | use SUPD for version checking | Hans-Joachim Lankenau | |
2001-02-02 | Debug code for converting bitmap palette color to RGB color. | Babak Mahbod | |
2001-02-01 | #ifdef'd out new SalInstance methods for builds prior to SRC619 | Patrick Luby | |
2001-02-01 | dummy implementation of new SalInstance methods | Philipp Lohmann | |
2001-01-31 | Memory allocation for PixMap handle and management. | Babak Mahbod | |
2001-01-31 | Properly copies and handles PixMaps. | Babak Mahbod | |
Destructors modified. | |||
2001-01-31 | Lock and unlock APIs modified. Begin and end graphics APIs modified. | Babak Mahbod | |
2001-01-31 | Creating new 1, 4,8,16, & 32 bits PixMap, and auxiliary methods. | Babak Mahbod | |
2001-01-30 | API for creating 8 through 32 bit color PixMap and utility methods. | Babak Mahbod | |
2001-01-27 | Copy GDevice color table and auxiliary methods. | Babak Mahbod | |
2001-01-26 | APIs for new PixMap memory allocation. | Babak Mahbod | |
2001-01-25 | Properly allocated memory for virtual device. Properly release memory for ↵ | Babak Mahbod | |
virtual device. More error checking incorporated. | |||
2001-01-25 | Destructor modified. | Babak Mahbod | |
2001-01-25 | Modified APIs to properly release graph port. | Babak Mahbod | |
2001-01-24 | Updated to using proper PixMap locking and unlocking APIs. More error ↵ | Babak Mahbod | |
checking included. | |||
2001-01-24 | Updated to use the new constant definitions. | Babak Mahbod | |
2001-01-23 | Updated APIs for locking and unlocking of GWorld pixel maps. Methods updated ↵ | Babak Mahbod | |
to use the new locking and unlocking pixel map APIs. | |||
2001-01-17 | New APIs for locking and unlocking of GWorld pixel maps. Methods updated to ↵ | Babak Mahbod | |
use locking ana unlocking pixel map APIs. | |||
2001-01-10 | Invert methods implemented. CopyDeepMask methods implemented. DrawBitMap ↵ | Babak Mahbod | |
Methods implemented. | |||
2001-01-07 | BeginGraphics and EndGraphics now store and restore the current port pen ↵ | Babak Mahbod | |
state. All methods modified to take advantage of the new implementations of BeginGraphics and EndGraphics. | |||
2001-01-06 | Made mnBitCount data member reflect true pixel depth of GWorld instead of ↵ | Patrick Luby | |
changing it to 24 for 16 and 32 bit pixel depths. | |||
2001-01-06 | Implemented copying of pixels in SalBitmap::Create(SalBitmap, USHORT) | Patrick Luby | |
2001-01-05 | First stab at implementing support for pixel depths less than 32 bytes. | Patrick Luby | |
2001-01-05 | Initial implementation of SalBitmap class. At this time, only 32 bit pixel ↵ | Patrick Luby | |
depth is supported. | |||
2001-01-05 | Rolled back changes in version 1.21 as SalBitmap needs to handle GWorld's ↵ | Patrick Luby | |
with varying bit counts | |||
2001-01-05 | Stylistic changes only including UNIX conversion. | Babak Mahbod | |
2001-01-05 | Invert method implemented (dragging window boundary instead of the entire ↵ | Babak Mahbod | |
window content). BeginClip and EndClip APIs incorportated into BeginGraphics and EndGraphics APIs. Debug statements added into methods that are yet to be implemented. | |||
2001-01-04 | Made CreateVirtualDevice always create a 32 bit GWorld | Patrick Luby | |
2001-01-03 | Text fore color set in QD. | Babak Mahbod | |
2001-01-03 | Removed unused data members from structs | Patrick Luby | |
2001-01-03 | API name changes. | Babak Mahbod | |
Clip region APIs changed. New data member added to SalGraphicsData. GDevice no longer disposed in the destructor. SalGraphicsData data members changed for consistency. | |||
2000-12-31 | Added more stub code to eliminate numerous "missing palette" messages | Patrick Luby | |