summaryrefslogtreecommitdiff
path: root/vcl/aqua/source
AgeCommit message (Expand)AuthorFilesLines
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.26.1) -> HEADJens-Heiner Rechtien1-6/+6
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.55-1.55.4.1) -> HEADJens-Heiner Rechtien1-2/+20
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.13-1.13.22.1) -> HEADJens-Heiner Rechtien1-3/+3
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.22.1) -> HEADJens-Heiner Rechtien1-13/+61
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.22.1) -> HEADJens-Heiner Rechtien1-6/+6
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.30-1.30.20.1) -> HEADJens-Heiner Rechtien1-2/+21
2002-08-27#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.9-1.9.26.1) -> HEADJens-Heiner Rechtien1-6/+6
2002-06-19#100127# Added bezier render support for PolyLine, Polygon and PolyPolygon on...Thorsten Behrens1-2/+24
2001-07-09#81268# dummy implementation for SalGraphics:GetFontCodeRanges()Herbert Duerr1-2/+10
2001-03-26Source code changes and clean up for utility methods and APIsBabak Mahbod1-569/+7
2001-03-19Added more comprehensive posting of user eventsPatrick Luby1-3/+13
2001-03-13Replaced header names so that code will compile on Mac OS X Release Candidate...Patrick Luby1-11/+3
2001-03-13Corrected bugs in environment variable settingPatrick Luby1-19/+29
2001-03-12ATSUI utility APIs for retriving, and sorting fonts by platform, language, sc...Babak Mahbod9-150/+2245
2001-03-07Implemented manual pulling of events from the system event queue as [NSApp ru...Patrick Luby1-2/+6
2001-03-05Corrections to InitSalMainPatrick Luby1-4/+13
2001-02-28Implemented InitSalMain() and DeInitSalMain() functionsPatrick Luby1-2/+67
2001-02-26Updated APIs.Babak Mahbod2-57/+75
2001-02-23Rolled back last changes until we figure out how to properly initialize the A...Patrick Luby1-65/+2
2001-02-22Updated PixMap utility APIs.Babak Mahbod1-14/+7
2001-02-22vcl possibly without mainmm1-2/+65
2001-02-21New data members added for port's pen attributes.Babak Mahbod4-67/+133
2001-02-21Added working stub code to SalGraphics::GetCharWidthPatrick Luby1-7/+15
2001-02-20Implemented workaround for QuickDraw bug. The bug was that GWorld's created b...Patrick Luby1-5/+23
2001-02-20Added missing line in UnlockGraphics functionPatrick Luby1-2/+3
2001-02-14Better colour handling.Babak Mahbod8-1896/+2533
2001-02-07Salbmp now displays 8-bit palette.Babak Mahbod3-259/+300
2001-02-06use SUPD for version checkingHans-Joachim Lankenau1-4/+4
2001-02-02Debug code for converting bitmap palette color to RGB color.Babak Mahbod1-42/+134
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-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-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-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