2001-10-23 |
Huw D M Davies | Implement GetFontData. |
tree | commitdiff |
2001-09-20 |
Andreas Mohr | Added stub for GdiInit2(). |
tree | commitdiff |
2001-09-14 |
Dmitry Timoshkov | Do not hold the GDI lock while 16-bit ExtDeviceMode... |
tree | commitdiff |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
tree | commitdiff |
2001-08-18 |
Marcus Meissner | Do not hold the GDI lock when the ABORTDOC procedure... |
tree | commitdiff |
2001-08-15 |
Alexandre Julliard | Fixed win16drv initialisation. |
tree | commitdiff |
2001-07-31 |
Jukka Heinonen | Include device name in call to CreateIC. |
tree | commitdiff |
2001-07-29 |
Alexandre Julliard | Rewrote Escape to avoid calling down to Escape16. |
tree | commitdiff |
2001-07-28 |
Alexandre Julliard | Added GetDeviceCaps to the DC driver interface. Removed... |
tree | commitdiff |
2001-07-27 |
Alexandre Julliard | Build the DC function table by using GetProcAddress... |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-07-22 |
Alexandre Julliard | Moved the 16-bit pointer to the DIB bits out of the... |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-13 |
Dmitry Timoshkov | Replace PROFILE_GetWineIniString by RegQueryValueExA. |
tree | commitdiff |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-05-31 |
Dmitry Timoshkov | List 16-bit resources separately as RC_SRCS16. |
tree | commitdiff |
2001-05-09 |
Marcus Meissner | Implemented /etc/printcap based printing support. |
tree | commitdiff |
2001-05-07 |
Marcus Meissner | Changed some ptr into str. |
tree | commitdiff |
2001-04-27 |
Marcus Meissner | Added CUPS printing support. |
tree | commitdiff |
2001-03-21 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
tree | commitdiff |
2001-03-05 |
Ian Pilcher | Don't load the WINEPS driver until it's needed. |
tree | commitdiff |
2001-02-23 |
Dmitry Timoshkov | Add version information (16 and 32 bit) to core built... |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
tree | commitdiff |
2001-01-06 |
Marcus Meissner | Don't call QueryAbort16() in WriteSpool16(), since... |
tree | commitdiff |
2000-12-26 |
Francois Gouget | Added GetDCBrushColor and GetDCPenColor. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Finished separation of advapi32. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Export a few 16-bit functions needed by higher-level... |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | WinG was written for 8bpp DIBs, so some apps assume... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
tree | commitdiff |
2000-10-31 |
Alexandre Julliard | Removed obsolete TOOLSUBDIRS dependency. |
tree | commitdiff |
2000-10-13 |
Marcus Meissner | Stubbed GetDeviceGammaRamp. |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Added a few missing imports. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-12 |
Andreas Mohr | - fixes debugger output |
tree | commitdiff |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Added a few missing imports. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Make USER and GDI separate dlls. |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
tree | commitdiff |
2000-07-25 |
Alexandre Julliard | Merged wing.dll into gdi32.dll. |
tree | commitdiff |
2000-06-24 |
Alexandre Julliard | Split bidi16.c and network.c out of misc/ into their... |
tree | commitdiff |
2000-06-23 |
Andreas Mohr | Added more ordinals to KERNEL, GDI, USER and system... |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-05-30 |
Dimitrie O. Paun | Add include for LoadLibrary. |
tree | commitdiff |
2000-05-30 |
Dimitrie O. Paun | Separate wineps out of Wine's core. |
tree | commitdiff |
2000-05-30 |
Dimitrie O. Paun | Moved DISPDIB out of the kernel into GDI. |
tree | commitdiff |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even... |
tree | commitdiff |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation. |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved gdi/user thunking functions into their respective... |
tree | commitdiff |
2000-03-24 |
Huw D M Davies | Fix spec file entries for EnumFontFamiliesEx*. |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
|