summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)AuthorFilesLines
2001-02-01#ifdef'd out new SalInstance methods for builds prior to SRC619Patrick Luby1-2/+6
2001-02-01dummy implementation of new SalInstance methodsPhilipp Lohmann1-2/+23
2001-01-31Memory allocation for PixMap handle and management.Babak Mahbod1-8/+278
2001-01-31Properly copies and handles PixMaps.Babak Mahbod3-72/+78
2001-01-31Lock and unlock APIs modified. Begin and end graphics APIs modified.Babak Mahbod1-102/+53
2001-01-31Creating new 1, 4,8,16, & 32 bits PixMap, and auxiliary methods.Babak Mahbod1-68/+86
2001-01-30API for creating 8 through 32 bit color PixMap and utility methods.Babak Mahbod1-27/+232
2001-01-27Copy GDevice color table and auxiliary methods.Babak Mahbod1-60/+109
2001-01-26APIs for new PixMap memory allocation.Babak Mahbod1-17/+254
2001-01-25Properly allocated memory for virtual device. Properly release memory for vir...Babak Mahbod1-50/+166
2001-01-25Destructor modified.Babak Mahbod1-40/+33
2001-01-25Modified APIs to properly release graph port.Babak Mahbod1-10/+11
2001-01-25New type definitions added.Babak Mahbod1-7/+11
2001-01-24Updated to using proper PixMap locking and unlocking APIs. More error checkin...Babak Mahbod1-144/+255
2001-01-24Updated to use the new constant definitions.Babak Mahbod1-3/+3
2001-01-24New constant definitions.Babak Mahbod1-5/+9
2001-01-23New type definition for SalGraphics data handle.Babak Mahbod1-2/+3
2001-01-23Updated APIs for locking and unlocking of GWorld pixel maps. Methods updated ...Babak Mahbod1-111/+97
2001-01-17New APIs for locking and unlocking of GWorld pixel maps. Methods updated to u...Babak Mahbod1-370/+455
2001-01-17New data members for GWorld manipulation.Babak Mahbod1-24/+30
2001-01-10Invert methods implemented. CopyDeepMask methods implemented. DrawBitMap Meth...Babak Mahbod1-139/+494
2001-01-07BeginGraphics and EndGraphics now store and restore the current port pen stat...Babak Mahbod1-78/+31
2001-01-06Made mnBitCount data member reflect true pixel depth of GWorld instead of cha...Patrick Luby1-7/+19
2001-01-06Implemented copying of pixels in SalBitmap::Create(SalBitmap, USHORT)Patrick Luby1-11/+32
2001-01-05First stab at implementing support for pixel depths less than 32 bytes.Patrick Luby1-20/+83
2001-01-05Initial implementation of SalBitmap class. At this time, only 32 bit pixel de...Patrick Luby1-26/+129
2001-01-05Rolled back changes in version 1.21 as SalBitmap needs to handle GWorld's wit...Patrick Luby1-7/+4
2001-01-05Stylistic changes only including UNIX conversion.Babak Mahbod1-3/+7
2001-01-05Invert method implemented (dragging window boundary instead of the entire win...Babak Mahbod1-374/+409
2001-01-04Made CreateVirtualDevice always create a 32 bit GWorldPatrick Luby1-4/+7
2001-01-03Text fore color set in QD.Babak Mahbod1-5/+8
2001-01-03Removed unused data members from structsPatrick Luby5-54/+26
2001-01-03API name changes.Babak Mahbod2-242/+226
2000-12-31Added more stub code to eliminate numerous "missing palette" messagesPatrick Luby1-3/+8
2000-12-31Added LockPortBits and UnlockPortBits for source GWorldPtr in SalGraphics::Co...Patrick Luby1-2/+4
2000-12-24Reset default width and height to 0 as 100 had no affectPatrick Luby1-4/+4
2000-12-24Set default size of lightweight windows to 100 by 100 as 0 by 0 causes displa...Patrick Luby1-4/+4
2000-12-24Implemented SalVirtualGraphics device to support offscreen buffering of paint...Patrick Luby4-16/+68
2000-12-24Added minor changes to handle when maGraphicsData.mpCGrafPort is an offscreen...Patrick Luby1-15/+39
2000-12-24Replaced all Mac newlines with Unix new lines and added initialization and di...Patrick Luby2-60/+280
2000-12-24Removed extraneous data members from SalFrameData and SalVirDevData structuresPatrick Luby5-79/+43
2000-12-22Removed duplicate includesPatrick Luby1-6/+2
2000-12-22Implemented mouse move and mouse drag eventsPatrick Luby1-4/+4
2000-12-21ROP Color implementation.Babak Mahbod1-15/+79
2000-12-21CopyArea API implemented.Babak Mahbod2-110/+339
2000-12-20First implementation of mouse entered, exited, and moved events. Note that Sa...Patrick Luby1-5/+2
2000-12-20Replace Mac newlines with Unix newlinesPatrick Luby1-5/+7
2000-12-18Updated CopyBits.Babak Mahbod2-85/+127
2000-12-18Initial implementation of device resolution API.Babak Mahbod2-26/+46
2000-12-16More corrections to paintingPatrick Luby1-4/+4