- 23 Apr, 2002 2 commits
-
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
- fix grip painting - make use of DrawStatusText to paint control
-
- 17 Apr, 2002 2 commits
-
-
Mehmet Yasar authored
-
Dimitrie O. Paun authored
-
- 14 Apr, 2002 1 commit
-
-
Guy L. Albertelli authored
-
- 11 Apr, 2002 2 commits
-
-
Dimitrie O. Paun authored
- fix many memory-management bugs - many Unicode fixes - fix indentation in a few places - bits of code cleanup
-
Uwe Bonnes authored
LISTVIEW_Create: send HDM_SETUNICODEFORMAT message.
-
- 08 Apr, 2002 2 commits
-
-
Dimitrie O. Paun authored
- store hwnd in info struct, do not pass it around - use unicode functions wherever possible - consistent indentation - bugs in Unicode handling fixed - fix handling of error conditions - fix initialization bugs, etc. - complete tooltip support - typesafety - update the FIXME list to the latest specs
-
Dimitrie O. Paun authored
- handle all out-of-memory cases - better drawing code - fix CBES_EX_NOEDITIMAGE handling - implement CBES_EX_NOEDITIMAGEINDENT - implement I_{INDENT,IMAGE}CALLBACK - fix notification code for ANSI/Unicode - make use of iOverlay image
-
- 05 Apr, 2002 5 commits
-
-
Dimitrie O. Paun authored
- reorganize drawing for proper handling of edit box - typesafety when processing messages - subclass edit to handle up/down arrows - more robust handling of failure cases - numerous bugs fixed - complete unicodification - more specific debug messages - remove cvs log info from file - consistent indentation
-
Guy L. Albertelli authored
support for the TB_SETCOLORSCHEME. - Do some optimizations. - Correct computation of nHeight and PGN_CALCSIZE. - Implement the undocumented 045E message.
-
Guy L. Albertelli authored
- Provide routine to support the WM_SYSCOLORCHANGE message.
-
Guy L. Albertelli authored
-
Guy L. Albertelli authored
- Correct processing in NCCalcSize message processing.
-
- 03 Apr, 2002 1 commit
-
-
Huw D M Davies authored
-
- 02 Apr, 2002 2 commits
-
-
Dimitrie O. Paun authored
- behaviour closer to native - better drawing - multiple bugs fixed - faster & cleaner code - consistent indentation
-
Dimitrie O. Paun authored
-
- 01 Apr, 2002 1 commit
-
-
Dimitrie O. Paun authored
- implement NM_RELEASEDCAPTURE - implement UDM_[GS]ETUNICODEFORMAT - get rid of WM_NCCREATE processing - use InvalidateRect instead of a synch refresh - implement auto auto arrow press on key presses - more code cleanups - better drawing, closer to native
-
- 28 Mar, 2002 1 commit
-
-
Dimitrie O. Paun authored
- better/cleaner buddy handling - few bugs fixed - more testing - consistent indentation
-
- 22 Mar, 2002 2 commits
-
-
Guy L. Albertelli authored
- Implement WM_NOTIFYFORMAT and correct passing WM_NOTIFY with correct message call. - Ignore PGM_FORWARDMOUSE like native.
-
Guy L. Albertelli authored
window may have changed.
-
- 20 Mar, 2002 5 commits
-
-
Bill Medland authored
-
Alexandre Julliard authored
Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
-
Guy L. Albertelli authored
- Implement A and W versions of WM_NOTIFY based on response to WM_NOTIFYFORMAT. Note that the EDITLABEL notifies are not done. - Implement WM_NOTIFYFORMAT.
-
Duane Clark authored
Sort column on HDN_ITEMCLICKA too. Do not edit labels if icon was clicked. Fix the incorrect icon width in my earlier patch.
-
Guy L. Albertelli authored
- Do UpdateWindow only if doing redraws when doing layout.
-
- 19 Mar, 2002 1 commit
-
-
Duane Clark authored
called.
-
- 11 Mar, 2002 5 commits
-
-
Duane Clark authored
-
Hidenori Takeshima authored
-
Guy L. Albertelli authored
-
Guy L. Albertelli authored
- Replace wrong test for CCS_VERT with correct test for undocumented TBSTYLE_EX_ style 0x04. - Add support for undocumented TB_SETBUTTONSIZE where the size is zero, sets to default value. - Issue FIXMEs for unsupported extended styles. - Implement first try at undocumented toolbar message 0x0463.
-
Duane Clark authored
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 28 Feb, 2002 2 commits
-
-
Duane Clark authored
-
Duane Clark authored
LVSCW_AUTOSIZE_USEHEADER. Use the correct strings when column autosizing on columns other than column 0. LVSCW_AUTOSIZE_USEHEADER uses both item and header strings.
-
- 27 Feb, 2002 3 commits
-
-
Andreas Mohr authored
-
Bill Medland authored
Draw complete background for the selected item. Calculate the size of a large icon more correctly (including multiline labels).
-
Guy L. Albertelli authored
- TB_INSERTBUTTONW was not as functional as the 'A' version. They now match.
-
- 26 Feb, 2002 2 commits
-
-
Guy L. Albertelli authored
-
Guy L. Albertelli authored
-