Michael Stefaniuc
|
3c60ce8525
|
user: Win64 printf format warning fixes.
|
2006-10-02 14:28:59 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Aric Stewart
|
314f45dcdb
|
user: Make the edit control IME aware and implement inline editing.
Makes for a significantly better user experience for CJK users.
|
2005-12-19 18:17:51 +01:00 |
Alexandre Julliard
|
5cb97d833a
|
Generate 16-bit spec files as assembly code too.
|
2005-09-21 14:23:54 +00:00 |
Alexandre Julliard
|
15ec968724
|
Load the USER driver on demand instead of at user32 load time.
Provide a fallback implementation for all the functions to avoid
having to check for NULL functions everywhere.
|
2005-07-18 15:14:56 +00:00 |
Alexandre Julliard
|
075f98e2f1
|
Moved dde files to the main directory and got rid of the dlls/user/dde
subdirectory.
|
2005-06-09 10:21:31 +00:00 |
Alexandre Julliard
|
e0996494d0
|
Moved monitor functions to dlls/user/misc.c and finally got rid of the
windows/ directory.
|
2005-06-09 10:07:04 +00:00 |
Alexandre Julliard
|
f5c433fa68
|
Moved windows/driver.c to dlls/user/driver16.c.
|
2005-06-09 09:50:03 +00:00 |
Alexandre Julliard
|
1bf96e09a9
|
Beginnings of support for window stations and desktops.
|
2005-06-08 18:44:50 +00:00 |
Alexandre Julliard
|
0260e2b543
|
Moved functions from windows/user.c to more appropriate places, and
get rid of that file.
|
2005-05-25 18:42:37 +00:00 |
Alexandre Julliard
|
0844afc310
|
Moved the syscolor functions to dlls/user/sysparams.c.
|
2005-05-25 17:56:35 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
86be9f20da
|
Removed the MESSAGEQUEUE structure, and store the corresponding
information directly in the TEB, in the Win32ClientInfo field.
|
2005-04-27 08:18:20 +00:00 |
Alexandre Julliard
|
40b7a50f8e
|
Moved the ScrollWindow and ScrollDC functions to dlls/user/painting.c,
and removed windows/scroll.c.
|
2005-04-25 16:13:17 +00:00 |
Alexandre Julliard
|
172e731c0b
|
Moved most files from the windows directory to dlls/user.
|
2005-04-25 11:33:34 +00:00 |
Alexandre Julliard
|
d54db1911e
|
Moved rectangle functions to uitools.c and removed rect.c.
|
2005-03-29 13:12:56 +00:00 |
Alexandre Julliard
|
2fb7c8754a
|
Moved DCE support to the X11 driver.
|
2005-03-25 16:47:04 +00:00 |
Alexandre Julliard
|
85c81bf419
|
Merge the rest of the messaging code into dlls/user/message.c and get
rid of windows/message.c.
|
2005-03-10 15:47:53 +00:00 |
Dimitrie O. Paun
|
c02dd0a902
|
Add support for .exe's with exported functions.
|
2005-03-08 16:55:26 +00:00 |
Alexandre Julliard
|
4a9b22b2c3
|
Merged system metrics support into sysparams.c, and moved that file to
the dlls/user directory.
|
2004-12-09 13:48:56 +00:00 |
Alexandre Julliard
|
56ef1fec30
|
Moved palette functions to user_main.c and removed
windows/painting.c.
|
2004-12-08 14:12:09 +00:00 |
Alexandre Julliard
|
e0db46c4aa
|
Get rid of the client-side window timer structures.
|
2004-11-29 18:18:02 +00:00 |
Alexandre Julliard
|
80bba3bd61
|
Moved keyboard.c to dlls/user/kbd16.c.
Keyboard, mouse and display drivers are 16-bit only.
|
2004-09-01 22:47:48 +00:00 |
Alexandre Julliard
|
f56c6fb9b2
|
Moved some window painting functions to uitools.c.
|
2004-09-01 18:26:40 +00:00 |
Alexandre Julliard
|
2ceb42dd43
|
Moved all files from the controls/ directory to dlls/user.
|
2004-08-31 01:10:08 +00:00 |
Alexandre Julliard
|
97f4e4ef7d
|
Removed struct32.[ch].
|
2004-08-30 19:32:08 +00:00 |
Alexandre Julliard
|
b459952144
|
Avoid some non-portable makefile constructs, and get rid of the
ALTNAMES variable.
|
2004-08-11 23:59:06 +00:00 |
Alexandre Julliard
|
492ac292b9
|
Added support for building a dll from a .def file for cases where we
don't want to write a full .spec.
Renamed --spec option to --dll for consistency.
|
2004-02-17 20:36:16 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Alexandre Julliard
|
1c73771f30
|
Use the standard DllMain entry point.
|
2003-10-10 04:30:54 +00:00 |
Dimitrie O. Paun
|
16c62e645c
|
Merge all binary resources for user32 in one file.
|
2003-10-04 03:58:57 +00:00 |
Dimitrie O. Paun
|
54e6b0d938
|
Extract binary resources to files, to fit the standard.
|
2003-10-03 05:01:33 +00:00 |
Alexandre Julliard
|
fd47c8a647
|
Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
.drv extension.
|
2003-09-27 02:32:53 +00:00 |
Alexandre Julliard
|
16cd86197a
|
Moved DLLFLAGS to a separate variable instead of including it in
DEFS.
|
2003-09-24 19:01:44 +00:00 |
Steven Edwards
|
ad90402408
|
Move comm16.c to the 16-bit sources.
|
2003-07-24 00:04:35 +00:00 |
Dimitrie O. Paun
|
1a1f9bffb3
|
Make it easy to use something other than wrc to compile resources.
|
2003-05-06 18:34:53 +00:00 |
Alexandre Julliard
|
2e12d33dfd
|
Removed no longer needed uses of LDPATH.
|
2003-04-21 23:54:05 +00:00 |
Alexandre Julliard
|
fc09423d3d
|
Allow overriding CFLAGS when running configure. Other small cleanups.
|
2003-04-14 21:46:41 +00:00 |
Alexandre Julliard
|
5577637034
|
Added support for specifying an stdcall dll entry point.
|
2003-04-01 00:08:32 +00:00 |
Alexandre Julliard
|
a65a8a6a8e
|
Moved 16-bit dialog routines to a separate dialog16.c file.
Fixed window creation to create ASCII windows when called through one
of the ASCII dialog functions.
|
2003-03-28 19:40:37 +00:00 |
Dimitrie O. Paun
|
8794935e12
|
Remove unused options -a and -C.
Collapse the -w into -O, for symmetry with -J.
Update the man page to the latest options.
|
2003-03-27 18:37:59 +00:00 |
Alexandre Julliard
|
e048adab83
|
List 16-bit spec files explicitly to avoid problems with some versions
of make.
|
2003-03-23 20:00:02 +00:00 |
Alexandre Julliard
|
9e4fc4c9b6
|
Converted winebuild option parsing to use getopt_long. Added a number
of long aliases for the existing short options.
|
2003-03-23 01:12:30 +00:00 |
Alexandre Julliard
|
7e92c9af7b
|
Replaced most uses of the auto-generated glue code by explicit calls
to WOWCallback16Ex.
|
2003-02-27 21:09:45 +00:00 |
Dimitrie O. Paun
|
4a883a55f6
|
Collapse the -hHrs options into the -O option.
Generate .res files by default.
|
2003-01-09 00:03:53 +00:00 |
Alexandre Julliard
|
2a93f8505c
|
Pass the -J option to wrc to avoid including installed headers.
|
2002-12-11 01:34:51 +00:00 |
Alexandre Julliard
|
aff7ddaeeb
|
Made user compile with -DSTRICT.
|
2002-11-22 21:22:14 +00:00 |