| Commit message (Expand) | Author | Age | Files | Lines |
| * | winunits-base: fix structure name | paul | 2011-04-07 | 1 | -1/+1 |
| * | winunits-base: correct GetThemeFont, GetThemeSystemFont font argument must be... | paul | 2011-04-07 | 1 | -2/+2 |
| * | * Fixed spell errors. | mazen | 2011-03-25 | 1 | -1/+1 |
| * | + added TOleStrList and POleStrList types (same as TBStrList, Delphi compatib... | sergei | 2011-03-24 | 1 | -1/+4 |
| * | * Parse 'variant_expression.ident[parameters]' as a parametrized property acc... | sergei | 2011-02-02 | 1 | -1/+1 |
| * | Fixes to dispatch calls: | sergei | 2011-02-01 | 1 | -0/+7 |
| * | Fix Mantis #11783: | sergei | 2011-01-29 | 2 | -8/+9 |
| * | * Several functions had their results unassigned, fixed. | sergei | 2011-01-25 | 2 | -6/+6 |
| * | * bytelen function added, patch by Cyrax, mantis 18441 | marco | 2011-01-09 | 1 | -0/+1 |
| * | * tconnectevent added to comobj | marco | 2010-12-31 | 1 | -0/+4 |
| * | * stdcall added to ipropertysetstorage, mantis 18315 | marco | 2010-12-26 | 1 | -1/+1 |
| * | + comobj.pp, DispatchInvoke and DoDispCallByID: support Variant parameters pa... | sergei | 2010-11-20 | 1 | -14/+23 |
| * | shlobj: add more SHARD_ constants | paul | 2010-11-18 | 1 | -3/+8 |
| * | * patch from Paul, fixes 17958, newer Vista/W7 interfaces for dialogs. | marco | 2010-11-17 | 1 | -0/+242 |
| * | * moved taskdialog to commctrl | marco | 2010-11-13 | 2 | -196/+196 |
| * | * Copied TaskDialog headers from Lazarus' win32extra at Paul's request. | marco | 2010-11-13 | 1 | -0/+197 |
| * | * Fixed compilation on Windows/WinCE after merging the XPCom branch in r16180 | joost | 2010-10-18 | 2 | -10/+10 |
| * | + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and | jonas | 2010-09-29 | 1 | -4/+30 |
| * | * Set fpmake dependencies | joost | 2010-09-25 | 1 | -0/+3 |
| * | * renamed nb30 header to lowercase and added makefiles. | marco | 2010-09-25 | 4 | -64/+64 |
| * | * first draft of nb30. | marco | 2010-09-25 | 1 | -0/+301 |
| * | * integer->longint, $mode is not set for this unit mantis 17449 | marco | 2010-09-20 | 1 | -5/+5 |
| * | * very minor compatibility fix. Delphi exports name of the dll as | marco | 2010-09-14 | 1 | -105/+108 |
| * | * Patch from Dmitry. imm + a dynloaded variant to be used for w9x. Mantis 17167 | marco | 2010-08-14 | 5 | -64/+940 |
| * | * adding stdcall calling convention modifiers. bug 17159 | marco | 2010-08-12 | 1 | -177/+177 |
| * | * converted winspool.h from MingW and added it as winspool.pp, resolves #17174 | florian | 2010-08-10 | 5 | -66/+1635 |
| * | * fix for mantis 17083, change funcdesc field to ptr to array of hresult | marco | 2010-08-06 | 1 | -1/+3 |
| * | * patch from Dimitri B. that fixes 64-bit aspects of imagehlp.pp, caused by ... | marco | 2010-04-10 | 1 | -15/+15 |
| * | * IPersist method now OUT | marco | 2010-04-09 | 1 | -1/+1 |
| * | * fix for mantis 16218, packrecords 8 in imagehlp (#pragma pack(8) in msvc) | marco | 2010-04-08 | 1 | -73/+74 |
| * | * turn on imagehlp64 for win64 | marco | 2010-04-08 | 1 | -0/+4 |
| * | * few small left over renames and typing (var/out) fixes from Mantis 14802 | marco | 2010-03-06 | 1 | -6/+6 |
| * | * alias hmonitor to windows.hmonitor. This handle moved from | marco | 2010-02-28 | 1 | -1/+1 |
| * | * replaced some unimplemented (RTE 217) methods with basic getters and setters. | marco | 2010-02-26 | 1 | -4/+6 |
| * | * OLE_COLOR and OLE_HANDLE | marco | 2010-01-27 | 1 | -0/+8 |
| * | comobj: fix DoDispCallByID. Now it works fine for DISPATCH_PROPERTYPUT, DISPA... | paul | 2010-01-19 | 1 | -12/+19 |
| * | comobj: for loop to ArgCount - 1 causes a crash when ArgCount = 0 because it ... | paul | 2010-01-19 | 1 | -48/+49 |
| * | * ishellextinit | marco | 2010-01-14 | 1 | -0/+7 |
| * | * Delphi compat overload releasestgmedium | marco | 2010-01-14 | 1 | -0/+2 |
| * | * fixed some minor aliases in header. From nldelphi. | marco | 2010-01-10 | 1 | -0/+3 |
| * | * export CreateRegKey and friends from ComObj, resolves #15299 | florian | 2009-12-23 | 1 | -11/+17 |
| * | * as in #15337 reported, in newer Delphi versions EOleRegistrationError inher... | florian | 2009-12-13 | 1 | -3/+3 |
| * | * IFileDialogs and friends. Needed for Vista like fileopendialogs | marco | 2009-12-13 | 1 | -3/+125 |
| * | * wince comobj compiling again, Mantis 15079 | marco | 2009-12-11 | 1 | -2/+13 |
| * | * Update Makefiles | pierre | 2009-12-10 | 1 | -6/+86 |
| * | * mod_wavetable, mod_swsynth added, mantis 15250 | marco | 2009-12-04 | 1 | -0/+2 |
| * | * packrecords as per mantis 15009 + checking the packed records. | marco | 2009-11-06 | 1 | -7/+13 |
| * | * fixed compilation win32/win64 after (my) last commit. | marco | 2009-10-31 | 3 | -45/+489 |
| * | * TOleStream + TProxystream (Mantis 8376) | marco | 2009-10-30 | 1 | -0/+9 |
| * | * second patch from mantis 14822 | marco | 2009-10-26 | 2 | -2/+2 |