2000-11-08 |
Francois Gouget | We must include ctype.h so that applications get isalnum...
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | Added CC_SOLIDCOLOR and CC_ANYCOLOR.
|
commit | commitdiff | tree |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine.
|
commit | commitdiff | tree |
2000-11-08 |
Aric Stewart | Implemented VK_PRIOR and VK_NEXT processing (merged...
|
commit | commitdiff | tree |
2000-11-08 |
Aric Stewart | ToUnicode: ignore CTRL+number keystrokes.
|
commit | commitdiff | tree |
2000-11-08 |
Alexandre Julliard | Added new library.h header for libwine definitions.
|
commit | commitdiff | tree |
2000-11-07 |
Alexandre Julliard | pthread_atfork: don't call critical section functions...
|
commit | commitdiff | tree |
2000-11-07 |
Alexandre Julliard | Fixed 0/-1 mixup for indicating no mapping handle.
|
commit | commitdiff | tree |
2000-11-07 |
Francois Gouget | Fixed typos in comments.
|
commit | commitdiff | tree |
2000-11-07 |
Eric Kohl | Implemented toolbar customization dialog.
|
commit | commitdiff | tree |
2000-11-07 |
Eric Kohl | Implemented new messages.
|
commit | commitdiff | tree |
2000-11-07 |
Ulrich Weigand | - Take OMAP records into account to correct symbol...
|
commit | commitdiff | tree |
2000-11-07 |
Ulrich Weigand | Added missing IMAGE_DEBUG_MISC definition.
|
commit | commitdiff | tree |
2000-11-07 |
Huw D M Davies | Send the local ip address with the PORT command and...
|
commit | commitdiff | tree |
2000-11-07 |
Aric Stewart | Implemented the RedrawItems message for a listview.
|
commit | commitdiff | tree |
2000-11-07 |
Dmitry Timoshkov | New path for AFM documentation on the net.
|
commit | commitdiff | tree |
2000-11-07 |
Francois Gouget | Fix the include path handling in get_real_include_name
|
commit | commitdiff | tree |
2000-11-07 |
Francois Gouget | Use DrawFocusRect to draw the focus rectangle.
|
commit | commitdiff | tree |
2000-11-07 |
Andreas Mohr | - fortify ASPI /proc file parsing (SCSI_getprocentry...
|
commit | commitdiff | tree |
2000-11-07 |
Aric Stewart | Added 16x16 wine logo.
|
commit | commitdiff | tree |
2000-11-06 |
Alexandre Julliard | Removed SUBDIRS in winmm Makefile.
|
commit | commitdiff | tree |
2000-11-06 |
James Hatheway | Added stubs and setupapi.h.
|
commit | commitdiff | tree |
2000-11-06 |
Marcus Meissner | CBEM_SETITEMW done by example from SETITEMA, converted...
|
commit | commitdiff | tree |
2000-11-06 |
Francois Gouget | Winemaker's man page initial release.
|
commit | commitdiff | tree |
2000-11-06 |
Alexandre Julliard | Better error message when an include file is not found...
|
commit | commitdiff | tree |
2000-11-06 |
Alexandre Julliard | Added missing dependency for 16-bit resource files.
|
commit | commitdiff | tree |
2000-11-06 |
Alexandre Julliard | Use .mc.rc extension for rc files generated by the...
|
commit | commitdiff | tree |
2000-11-06 |
Andreas Mohr | Get ELF_LoadLibraryExA back into a working state.
|
commit | commitdiff | tree |
2000-11-06 |
Stefan Leichter | Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
|
commit | commitdiff | tree |
2000-11-06 |
Francois Gouget | Take into account the sunken border for Win98 look.
|
commit | commitdiff | tree |
2000-11-05 |
Lionel Ulmer | - reorganized DInput DLL
|
commit | commitdiff | tree |
2000-11-05 |
Huw D M Davies | Added DnD cursors as ole32 resources.
|
commit | commitdiff | tree |
2000-11-05 |
Dmitry Timoshkov | Added the ability to see names of the virtual key codes.
|
commit | commitdiff | tree |
2000-11-05 |
Jeremy White | Added a winelauncher shell script which makes the process...
|
commit | commitdiff | tree |
2000-11-05 |
Francois Gouget | New script for porting Windows source code to WineLib.
|
commit | commitdiff | tree |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;...
|
commit | commitdiff | tree |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized...
|
commit | commitdiff | tree |
2000-11-05 |
Alexandre Julliard | Added debug_channels support.
|
commit | commitdiff | tree |
2000-11-05 |
Patrik Stridvall | Optimized {,p}MoveTo{,Ex}{,16}.
|
commit | commitdiff | tree |
2000-11-05 |
Francois Gouget | Added comment explaining why we have an ERR rather...
|
commit | commitdiff | tree |
2000-11-05 |
Gerald Pfeifer | Added missing #include <sys/types.h>.
|
commit | commitdiff | tree |
2000-11-05 |
Marcus Meissner | Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass...
|
commit | commitdiff | tree |
2000-11-05 |
James Abbatiello | Cleanup SystemParametersInfo<16|A|W>.
|
commit | commitdiff | tree |
2000-11-05 |
James Abbatiello | Don't reset MF_POPUP flag in SetMenu().
|
commit | commitdiff | tree |
2000-11-05 |
James Abbatiello | Fix test for pending message in QUEUE_ReceiveMessage().
|
commit | commitdiff | tree |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed...
|
commit | commitdiff | tree |
2000-11-04 |
Alexandre Julliard | Removed leftover debug output.
|
commit | commitdiff | tree |
2000-11-04 |
Andreas Mohr | - fix inf file open/close
|
commit | commitdiff | tree |
2000-11-04 |
Lawson Whitney | Protect the backslashes we mean to have show from groff.
|
commit | commitdiff | tree |
2000-11-04 |
Marcus Meissner | Fixed off by one error in DPA handling, added some...
|
commit | commitdiff | tree |
2000-11-04 |
Dimitrie O. Paun | Use debugging API instead of outputing to stderr directly.
|
commit | commitdiff | tree |
2000-11-04 |
Andreas Mohr | Avoid division by zero.
|
commit | commitdiff | tree |
2000-11-04 |
Marcus Meissner | Pass up WM_DRAWITEM messages to parent.
|
commit | commitdiff | tree |
2000-11-02 |
Alexandre Julliard | Create Gnome/KDE desktop and menu entries from IShellLink
|
commit | commitdiff | tree |
2000-11-02 |
Aric Stewart | Treeview item sorting could mess up the visibleOrder...
|
commit | commitdiff | tree |
2000-11-02 |
Alexandre Julliard | Authors: Gerard Patel <g.patel@wanadoo.fr>, Marcus...
|
commit | commitdiff | tree |
2000-11-02 |
Dmitry Timoshkov | Do not invert "magic" bitmap menu items.
|
commit | commitdiff | tree |
2000-11-02 |
Francois Gouget | Make sure to carefully quote file names.
|
commit | commitdiff | tree |
2000-11-02 |
Marcus Meissner | Swap CalcToolbar and paint rectangle computation to...
|
commit | commitdiff | tree |
2000-11-02 |
Dave Pickles | Pause command interpreter while executing a console...
|
commit | commitdiff | tree |
2000-11-01 |
Alexandre Julliard | Fixed SearchPath to handle a ';'-separated path as...
|
commit | commitdiff | tree |
2000-11-01 |
Andreas Mohr | Changed NtQueryInformationToken() to fill out a valid...
|
commit | commitdiff | tree |
2000-11-01 |
Marcus Meissner | DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
|
commit | commitdiff | tree |
2000-11-01 |
Juergen Schmied | Export SHGetSettings by name. New stub for shell.68.
|
commit | commitdiff | tree |
2000-11-01 |
Marcus Meissner | Have Internet Explorer 3 show its toolbars by passing...
|
commit | commitdiff | tree |
2000-11-01 |
Andreas Mohr | Use GDISelectPalette16 instead of SelectPalette and
|
commit | commitdiff | tree |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
|
commit | commitdiff | tree |
2000-11-01 |
Mark Dufour | Make the functions Pie, Chord, RoundRect, AngleArc...
|
commit | commitdiff | tree |
2000-11-01 |
Dmitry Timoshkov | Make bitmap menu items look like in windows when selected,
|
commit | commitdiff | tree |
2000-11-01 |
Francois Gouget | Check for SB_CTL before displaying a caret.
|
commit | commitdiff | tree |
2000-11-01 |
Alexandre Julliard | Do not truncate high word of message id.
|
commit | commitdiff | tree |
2000-11-01 |
Juergen Schmied | Better handling of custom templates and hooks.
|
commit | commitdiff | tree |
2000-11-01 |
Marcus Meissner | Removed unnecessary calls of TOOLBAR_CalcToolbar()...
|
commit | commitdiff | tree |
2000-11-01 |
Patrik Stridvall | Fixed issue found by winapi_check.
|
commit | commitdiff | tree |
2000-11-01 |
Patrik Stridvall | Minor API files update.
|
commit | commitdiff | tree |
2000-11-01 |
Gabriel Garcia | Added Latin American layout.
|
commit | commitdiff | tree |
2000-11-01 |
Lawson Whitney | Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Use PS_ALTERNATE rather than PS_DOT.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Allow pens with styles greater than PS_INSIDEFRAME...
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Use sizeof for maintainability.
|
commit | commitdiff | tree |
2000-10-31 |
Guy L. Albertelli | Ignore RBBS_BREAK style on first band.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Fixed a few device caps values.
|
commit | commitdiff | tree |
2000-10-31 |
David Elliott | _nt_parse_nk() should not close keys that it does not...
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Set the thickness of stock pens to 0 so that they are...
|
commit | commitdiff | tree |
2000-10-31 |
Aric Stewart | Fixed cancels editing of a listview label if the listview is
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Fixed the value of some system colors.
|
commit | commitdiff | tree |
2000-10-31 |
Hidenori Takeshima | Fix for avoiding subtraction from unsigned zero.
|
commit | commitdiff | tree |
2000-10-31 |
Peter Ivanyi | Added/upgraded Slovak messages, and Slovak and Czech...
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Hide the caret only on the first WM_KEYDOWN.
|
commit | commitdiff | tree |
2000-10-31 |
Andreas Mohr | Changed mouse UnAcquire to NOT unacquire it on multiple...
|
commit | commitdiff | tree |
2000-10-31 |
Susan Farley | Under some conditions its necessary to explicitly show the
|
commit | commitdiff | tree |
2000-10-31 |
Dmitry Timoshkov | Display an ERR on errors while initializing USER.
|
commit | commitdiff | tree |
2000-10-31 |
Rein Klazes | Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
|
commit | commitdiff | tree |
2000-10-31 |
Guy L. Albertelli | Handle special case where itemID = -1 (special focus...
|
commit | commitdiff | tree |
2000-10-31 |
Andreas Mohr | Fix insufficient rect width value in resource file.
|
commit | commitdiff | tree |
2000-10-31 |
Guy L. Albertelli | Need to get any outstanding input prior to returning...
|
commit | commitdiff | tree |
2000-10-31 |
Ove Kaaven | Some bugfixes, another function for packaging, and...
|
commit | commitdiff | tree |
2000-10-31 |
Alexandre Julliard | Removed obsolete TOOLSUBDIRS dependency.
|
commit | commitdiff | tree |
2000-10-31 |
Alexandre Julliard | Added import of ntdll.
|
commit | commitdiff | tree |
2000-10-31 |
Alexandre Julliard | Build ntdll as a real dll, including everything that...
|
commit | commitdiff | tree |