Dimitrie O. Paun [Mon, 8 Dec 2003 21:44:24 +0000 (21:44 +0000)]
Move include/bitmaps/*.xpm where they belong.
Stefan Leichter [Mon, 8 Dec 2003 21:40:49 +0000 (21:40 +0000)]
Fixed parameter types of function Extract.
Huw Davies [Mon, 8 Dec 2003 21:40:27 +0000 (21:40 +0000)]
Run length and ascii85 encode image data.
Alexandre Julliard [Fri, 5 Dec 2003 04:45:50 +0000 (04:45 +0000)]
Get rid of clipboard.h.
Alexandre Julliard [Fri, 5 Dec 2003 04:43:20 +0000 (04:43 +0000)]
Removed now useless call to glXQueryExtensionsString.
Alexandre Julliard [Fri, 5 Dec 2003 04:42:43 +0000 (04:42 +0000)]
In RDW_ValidateParent, get rid of the parent update region if it is
empty after the validation, to avoid a useless WM_PAINT.
Francois Gouget [Fri, 5 Dec 2003 04:42:06 +0000 (04:42 +0000)]
Print error messages to stderr as is customary.
Alexandre Julliard [Fri, 5 Dec 2003 00:20:27 +0000 (00:20 +0000)]
Moved all the files in graphics/x11drv to dlls/x11drv.
Alexandre Julliard [Fri, 5 Dec 2003 00:17:41 +0000 (00:17 +0000)]
Added a WINEDEBUG environment variable that allows turning on debug
output as early as possible during startup.
Alexandre Julliard [Fri, 5 Dec 2003 00:11:48 +0000 (00:11 +0000)]
Removed X11 display parameter from the config file, this is more
confusing than useful.
Filip Navara [Fri, 5 Dec 2003 00:09:54 +0000 (00:09 +0000)]
Fixed some flags in calls to CreateWindowEx.
Fixed color of the splitter.
Alexandre Julliard [Thu, 4 Dec 2003 21:59:51 +0000 (21:59 +0000)]
Initialize Xlib threading support to see what it breaks...
Mike Hearn [Thu, 4 Dec 2003 21:54:13 +0000 (21:54 +0000)]
Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY.
Rein Klazes [Thu, 4 Dec 2003 21:53:14 +0000 (21:53 +0000)]
Correct the test for the ODS_SELECTED bit in the WM_DRAWITEM message
handler.
Dimitrie O. Paun [Thu, 4 Dec 2003 21:52:52 +0000 (21:52 +0000)]
More tests for {Local,Global}{,Re}Alloc() calls.
Cleanup of the Heap*() tests.
Alexandre Julliard [Thu, 4 Dec 2003 21:14:04 +0000 (21:14 +0000)]
Define ALSA_PCM_OLD_* symbols for compatibility with Alsa 1.0.
Juan Lang [Thu, 4 Dec 2003 21:05:13 +0000 (21:05 +0000)]
Partially implement DeviceIoControl for VDHCP, VNETBIOS, and VNB.
Gets rid of FIXMEs for ipconfig.exe and winipcfg.exe.
Kevin Koltzau [Thu, 4 Dec 2003 20:55:30 +0000 (20:55 +0000)]
Added stubs for all functions.
Huw Davies [Thu, 4 Dec 2003 20:54:05 +0000 (20:54 +0000)]
Let PSDRV_WriteSpool cope with strings longer than 0xffff bytes.
Mike McCormack [Thu, 4 Dec 2003 20:53:46 +0000 (20:53 +0000)]
Stub implementations for some functions.
Dimitrie O. Paun [Thu, 4 Dec 2003 20:52:39 +0000 (20:52 +0000)]
Add missing ListView_GetViewRect() macro.
Jon Griffiths [Thu, 4 Dec 2003 20:52:12 +0000 (20:52 +0000)]
Implement the Rtlp* registry functions.
Alexandre Julliard [Thu, 4 Dec 2003 05:51:01 +0000 (05:51 +0000)]
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
Alexandre Julliard [Thu, 4 Dec 2003 05:48:03 +0000 (05:48 +0000)]
Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
Removed the C fallback code, do that in the callers instead.
Alexandre Julliard [Thu, 4 Dec 2003 05:13:03 +0000 (05:13 +0000)]
We no longer need a special case for codepages on startup,
initialization is done in the correct order now.
Alexandre Julliard [Thu, 4 Dec 2003 05:11:56 +0000 (05:11 +0000)]
Portability fixes.
Jon Griffiths [Thu, 4 Dec 2003 04:46:13 +0000 (04:46 +0000)]
Added Thai translation.
Juan Lang [Thu, 4 Dec 2003 04:45:43 +0000 (04:45 +0000)]
Removed unused structure declaration.
Alexandre Julliard [Thu, 4 Dec 2003 02:01:39 +0000 (02:01 +0000)]
Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu>
New Wine test shell utility.
Rein Klazes [Thu, 4 Dec 2003 01:43:01 +0000 (01:43 +0000)]
Use the lfHeight field to initialize the font dialog's point size. Do
not forget to return some values in the choosefont structure in the 16
bit version of the ChooseFont function.
Dimitrie O. Paun [Thu, 4 Dec 2003 01:42:34 +0000 (01:42 +0000)]
Fix NetApiBufferReallocate and add a few tests for the border cases
(thanks to Juan Lang for clarifications).
Rein Klazes [Thu, 4 Dec 2003 01:42:16 +0000 (01:42 +0000)]
Add Fonts key for NT versions of Windows.
Marcus Meissner [Thu, 4 Dec 2003 01:41:53 +0000 (01:41 +0000)]
On i686, report processor level 6.
Alexandre Julliard [Wed, 3 Dec 2003 22:32:11 +0000 (22:32 +0000)]
Converted locale setup to Unicode so that we don't use code pages
before they are initialized. Improved error reporting a bit.
Alexandre Julliard [Wed, 3 Dec 2003 22:29:05 +0000 (22:29 +0000)]
Use delayed imports instead of explicit GetProcAddress calls.
Rein Klazes [Wed, 3 Dec 2003 22:25:10 +0000 (22:25 +0000)]
Implement combobox to select the font's character set.
Bug fixes: handle WM_MEASUREITEM message; handle the WM_PAINT message
in the 16bit font dialog, so it displays the sample string too.
Alexandre Julliard [Wed, 3 Dec 2003 20:29:24 +0000 (20:29 +0000)]
Added support for loading 16-bit dlls.
Alexandre Julliard [Wed, 3 Dec 2003 20:28:41 +0000 (20:28 +0000)]
Removed no longer used extra space allocated in the modref structure.
Alexandre Julliard [Wed, 3 Dec 2003 20:28:10 +0000 (20:28 +0000)]
Revert change for handling user overrides as numbers and reimplement
it differently.
Jacek Caban [Wed, 3 Dec 2003 20:26:43 +0000 (20:26 +0000)]
Added -lXmu and -lXi for glut library.
Dimitrie O. Paun [Wed, 3 Dec 2003 20:25:24 +0000 (20:25 +0000)]
Added support for editing strings.
Alexandre Julliard [Wed, 3 Dec 2003 04:44:52 +0000 (04:44 +0000)]
Implemented RunDLL_CallEntry16.
Richard Cohen [Wed, 3 Dec 2003 04:44:18 +0000 (04:44 +0000)]
- Properly disable the second hand.
- Remove unneeded #include "winnls", #define MIN.
- Get the digital clock working.
Kirill Smelkov [Wed, 3 Dec 2003 04:01:57 +0000 (04:01 +0000)]
IBindHost interface additions.
Kirill Smelkov [Wed, 3 Dec 2003 04:01:26 +0000 (04:01 +0000)]
Added IObjectWithSite interface.
Richard Cohen [Wed, 3 Dec 2003 03:58:52 +0000 (03:58 +0000)]
Search for libraries in the order - .so - .def - .a
Richard Cohen [Wed, 3 Dec 2003 03:58:29 +0000 (03:58 +0000)]
- Use resource ids IDM_*, IDS_* instead of numbers.
- Move ... from toplevel "Info..." onto sub items (eg "About").
Andrew de Quincey [Wed, 3 Dec 2003 03:56:04 +0000 (03:56 +0000)]
Check brush style before printing FIXME.
Huw Davies [Wed, 3 Dec 2003 03:55:12 +0000 (03:55 +0000)]
Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set.
Tom Wickline [Wed, 3 Dec 2003 03:54:44 +0000 (03:54 +0000)]
Updated.
Alexandre Julliard [Tue, 2 Dec 2003 05:33:26 +0000 (05:33 +0000)]
Use normal dll imports instead of GetProcAddress hacks.
Aric Stewart [Tue, 2 Dec 2003 05:28:26 +0000 (05:28 +0000)]
Invalidate items on set selection.
Alexandre Julliard [Tue, 2 Dec 2003 05:27:54 +0000 (05:27 +0000)]
Authors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Some support for SBS_SIZEGRIP.
Daniel Skorka [Tue, 2 Dec 2003 05:27:00 +0000 (05:27 +0000)]
Fixed a problem using glXGetProcAddresARB with bad OpenGL libs.
Alexandre Julliard [Tue, 2 Dec 2003 04:48:16 +0000 (04:48 +0000)]
Removed no longer needed dll separation hack.
Alexandre Julliard [Tue, 2 Dec 2003 04:19:56 +0000 (04:19 +0000)]
Use wine_server_release_fd() instead of close() everywhere we use
wine_server_handle_to_fd().
A few minor winsock cleanups.
Jacek Caban [Tue, 2 Dec 2003 04:11:09 +0000 (04:11 +0000)]
Added glut32 dll.
Peter Berg Larsen [Tue, 2 Dec 2003 03:52:35 +0000 (03:52 +0000)]
- the last event was not looked at when compressing console events
- better compression for UPDATE_EVENTs as they are not influenced by
CURSOR_POS or CURSOR_GEOM
- added debug traces
Jon Griffiths [Tue, 2 Dec 2003 03:51:10 +0000 (03:51 +0000)]
Add hash tables for all supported languages.
Remove some useless includes.
Mike McCormack [Tue, 2 Dec 2003 03:48:53 +0000 (03:48 +0000)]
Stub implementations for ChangeServiceConfigA/W.
Implement CreateServiceW and call it from CreateServiceA.
Partial implementation of QueryServiceConfigW.
Thomas Brix Larsen [Tue, 2 Dec 2003 03:47:44 +0000 (03:47 +0000)]
Added stub for CryptProtectData, so programs like Skype can start.
Eric Pouech [Tue, 2 Dec 2003 03:36:20 +0000 (03:36 +0000)]
Move usage of 16 bit specific functions (MapSL) in 16 bit code only.
Vitaliy Margolen [Tue, 2 Dec 2003 03:31:44 +0000 (03:31 +0000)]
- Fix drawing of HotTracked tabs & buttons.
- More tab size fixes in different styles.
- Don't use new padding until style changes.
- Fix left alignment of labels &| icons.
- Don't draw over UpDown control.
- Fully erase tabs when scrolling.
- More tests.
Alexandre Julliard [Mon, 1 Dec 2003 23:01:12 +0000 (23:01 +0000)]
Added wine_server_release_fd function to release the fd returned by
wine_server_handle_to_fd. Fixed a couple of potential fd leaks.
Alexandre Julliard [Mon, 1 Dec 2003 22:49:33 +0000 (22:49 +0000)]
Allow RELAY_SetupDLL to be called twice on the same dll.
Jon Griffiths [Mon, 1 Dec 2003 22:47:28 +0000 (22:47 +0000)]
Fail GetCalendarInfoA for Unicode-only locales.
Jon Griffiths [Mon, 1 Dec 2003 22:46:19 +0000 (22:46 +0000)]
Allow user overridden locale data to be retrieved as numbers.
Steven Edwards [Mon, 1 Dec 2003 22:45:30 +0000 (22:45 +0000)]
Split the Win16/32 color dialog by duplicating two internal
functions.
Jon Griffiths [Mon, 1 Dec 2003 22:43:20 +0000 (22:43 +0000)]
Thai translation of notepad. Fix spelling in clock translations.
Huw Davies [Mon, 1 Dec 2003 22:42:56 +0000 (22:42 +0000)]
Implement CopyEnhMetaFileW.
Jon Griffiths [Mon, 1 Dec 2003 22:41:59 +0000 (22:41 +0000)]
Spelling/Grammar fixes.
Rein Klazes [Mon, 1 Dec 2003 22:40:56 +0000 (22:40 +0000)]
Add sample texts for all missing character sets (or explain why some
don't have it). Put the complete text in one place and remove the glue
code. Change the 2D array that holds the texts by a array of pointer
to 1D character arrays to save space.
Mike McCormack [Mon, 1 Dec 2003 22:38:43 +0000 (22:38 +0000)]
Declare some MSI functions.
Eric Pouech [Mon, 1 Dec 2003 22:38:19 +0000 (22:38 +0000)]
Move usage of 16 bit specific functions (MapSL) in 16 bit code only.
Jukka Heinonen [Mon, 1 Dec 2003 22:37:15 +0000 (22:37 +0000)]
Add upper limit for the number of pending timer interrupts.
Check if timer has been stuck and issue an error to user.
Fix handling of timer period zero.
Marcus Meissner [Mon, 1 Dec 2003 22:36:49 +0000 (22:36 +0000)]
Use correct pointer for SysFreeString.
Tom Wickline [Mon, 1 Dec 2003 22:36:17 +0000 (22:36 +0000)]
Use the same version format for all DX dlls.
Kirill Smelkov [Mon, 1 Dec 2003 22:35:10 +0000 (22:35 +0000)]
Added SetDCPenColor prototype.
Kevin Koltzau [Mon, 1 Dec 2003 22:34:39 +0000 (22:34 +0000)]
Export QueryWorkingSet.
Alexandre Julliard [Sun, 30 Nov 2003 06:18:43 +0000 (06:18 +0000)]
Added make_progs tool to generate the programs makefile.
Create symlinks for all the Winelib apps.
Juan Lang [Sun, 30 Nov 2003 06:03:21 +0000 (06:03 +0000)]
- fixes thread safety issues
- fixes problems with non-IP (e.g. IPX) addresses
- updates comments to reflect winsock, netapi32 changes
Dmitry Timoshkov [Sun, 30 Nov 2003 05:59:29 +0000 (05:59 +0000)]
A general cleanup of the version resources in Wine DLLs.
Juan Lang [Sun, 30 Nov 2003 02:54:25 +0000 (02:54 +0000)]
Removed annoying message about missing entry in /etc/services.
Andrew de Quincey [Sun, 30 Nov 2003 02:53:29 +0000 (02:53 +0000)]
Fixed one more HeapReAlloc call.
Richard Cohen [Sun, 30 Nov 2003 02:52:23 +0000 (02:52 +0000)]
Remove some unused code.
Alexandre Julliard [Sun, 30 Nov 2003 01:55:54 +0000 (01:55 +0000)]
Removed some no longer used programs.
Brian Vincent [Sun, 30 Nov 2003 01:43:27 +0000 (01:43 +0000)]
Replace some obsolete resources with newer ones.
Richard Cohen [Sun, 30 Nov 2003 01:43:00 +0000 (01:43 +0000)]
Added missing GDI_ReleaseObj() to GetDCBrushColor & GetDCPenColor.
Stefan Leichter [Sun, 30 Nov 2003 01:42:26 +0000 (01:42 +0000)]
Changed the version resource to be created in the common way.
Alexandre Julliard [Sat, 29 Nov 2003 00:23:23 +0000 (00:23 +0000)]
Fixed bitmap range checking to avoid integer overflows.
Juan Lang [Sat, 29 Nov 2003 00:19:19 +0000 (00:19 +0000)]
Implemented a lot of Netbios().
Rein Klazes [Fri, 28 Nov 2003 23:40:12 +0000 (23:40 +0000)]
Remember (do not reset) font size and style parameters in the initial
dialog and when another font is selected.
Rein Klazes [Fri, 28 Nov 2003 23:38:51 +0000 (23:38 +0000)]
Fix a bug in the test for italic font style property.
Mike Hearn [Fri, 28 Nov 2003 23:36:25 +0000 (23:36 +0000)]
Update debug channel list.
Francois Gouget [Fri, 28 Nov 2003 23:36:06 +0000 (23:36 +0000)]
Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer
may not be initialized (found by Valgrind).
Rein Klazes [Fri, 28 Nov 2003 23:35:34 +0000 (23:35 +0000)]
Tidy up indentation.
Alexandre Julliard [Fri, 28 Nov 2003 23:19:30 +0000 (23:19 +0000)]
Porting fixes.
Alexandre Julliard [Fri, 28 Nov 2003 23:17:56 +0000 (23:17 +0000)]
cbthread and cbowner don't need to be exported.
Alexandre Julliard [Fri, 28 Nov 2003 23:17:28 +0000 (23:17 +0000)]
Better support for div and ldiv in Winelib apps.
Francois Gouget [Fri, 28 Nov 2003 23:15:50 +0000 (23:15 +0000)]
Remove duplicated SerialComm key.