projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
EDIT_EM_ReplaceSel should simply truncate characters that exceed the
[wine]
/
controls
/
static.c
2004-05-25
Oleg Prokhorov
Removed DT_NOCLIP format flag.
blob
|
commitdiff
|
raw
2004-05-25
Rein Klazes
When repainting a static control, with SS_BITMAP style...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-01
Dimitrie O. Paun
Remove the support for the Win 3.1 Look.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-10
Ge van Geldorp
Set upper-left corner of destination to (0, 0), using
blob
|
commitdiff
|
raw
|
diff to current
2003-12-10
Alexandre Julliard
System classes must not have the CS_GLOBALCLASS style.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-10
Alexandre Julliard
Removed the A/W constants for builtin cursors, icons...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-23
Igor Grahek
Send STN_CLICKED ad STN_DBLCLK messages to parent windo...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-11
Dmitry Timoshkov
WM_PAINT(wParam) might be a valid HDC.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-12
Dmitry Timoshkov
Added definition of SS_USERITEM.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-30
Michael Stefaniuc
Some more fixes for compiling the user dll with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-17
Alexandre Julliard
Fixed wownt32.h to make it usable from inside Wine...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-10
Michael Stefaniuc
- change the internal functions in windows/cursoricon...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-04
Michael Stefaniuc
- Rename WIN_Handle16 to HWDN_16 and make it a macro.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-09
Dmitry Timoshkov
Always erase background.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-26
Eric Pouech
Fixed WM_SETFONT handling (no redraw made in some cases).
blob
|
commitdiff
|
raw
|
diff to current
2002-01-31
Guy Albertelli
Paint control immediately on WM_SETTEXT.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-10
Alexandre Julliard
Removed a number of direct accesses to the WND structur...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-25
Alexandre Julliard
Removed unnecessary inclusion of heap.h.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-24
Jukka Heinonen
WNDPROC handlers now check whether HWND argument is...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-10
Gerard Patel
Call DefWindowProc for WM_CTLCOLORSTATIC message when...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-15
Alexandre Julliard
Moved tweak support to USER dll. Removed tweak.h and...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Dmitry Timoshkov
Added unicode window proc for the static control.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-10
Alexandre Julliard
Moved most builtin controls structures into their respe...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-29
Andreas Mohr
WM_SETTEXT should return TRUE on success.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Dimitrie O. Paun
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Alexandre Julliard
Fixed a few dependencies on 16-bit or internal function...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-16
Gerard Patel
Background of SS_SIMPLE static control is not filled...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-10
Dmitry Timoshkov
Convert WND.text field to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-11
Huw D M Davies
Add support for icons set by STM_SETIMAGE.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-01
Serge Ivanov
MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Ulrich Czekalla
The static control only needs to invalidate its rect...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-07
Luc Tourangeau
Implementation of Static OwnerDraw.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-31
Marcus Meissner
Do not clear the drawing area for etched static controls.
blob
|
commitdiff
|
raw
|
diff to current
1999-09-20
Francis Beaudet
Fixed display bug in the static control.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-25
Huw D M Davies
Use GDI APIs to access bitmap info.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-14
Alexandre Julliard
Converted to the new debug interface, using script...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Francois Boisvert
Made access to the wnd struct thread-safe.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-23
Niclas Karlsson
Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTN...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Michael Veksler
Moves more stuff from windows.h.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-14
Marcus Meissner
Small hack to get rid of annoying err:resource: message for
blob
|
commitdiff
|
raw
|
diff to current
1998-12-07
Huw D M Davies
We don't yet want the static control to call DestroyIcon.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-31
Marcus Meissner
lpszName of NULL is handled (removes some warnings).
blob
|
commitdiff
|
raw
|
diff to current
1998-10-24
Marcus Meissner
Hack to support integer ids in all static controls.
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
blob
|
commitdiff
|
raw
|
diff to current
1998-06-28
Alexandre Julliard
Release 980628
wine-980628
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
blob
|
commitdiff
|
raw
|
diff to current
1997-11-16
Alexandre Julliard
Release 971116
wine-971116
blob
|
commitdiff
|
raw
|
diff to current
1997-11-01
Alexandre Julliard
Release 971101
wine-971101
blob
|
commitdiff
|
raw
|
diff to current
1997-08-24
Alexandre Julliard
Release 970824
wine-970824
blob
|
commitdiff
|
raw
|
diff to current
1997-07-20
Alexandre Julliard
Release 970720
wine-970720
blob
|
commitdiff
|
raw
|
diff to current
1997-03-05
Alexandre Julliard
Release 970305
wine-970305
blob
|
commitdiff
|
raw
|
diff to current
1997-02-15
Alexandre Julliard
Release 970215
wine-970215
blob
|
commitdiff
|
raw
|
diff to current
1997-01-20
Alexandre Julliard
Release 970120
wine-970120
blob
|
commitdiff
|
raw
|
diff to current
1996-11-02
Alexandre Julliard
Release 961102
wine-961102
blob
|
commitdiff
|
raw
|
diff to current
1996-10-23
Alexandre Julliard
Release 961023
wine-961023
blob
|
commitdiff
|
raw
|
diff to current
1996-10-13
Alexandre Julliard
Release 961013
wine-961013
blob
|
commitdiff
|
raw
|
diff to current
1996-09-02
Alexandre Julliard
Release 960902
wine-960902
blob
|
commitdiff
|
raw
|
diff to current
1996-08-18
Alexandre Julliard
Release 960818
wine-960818
blob
|
commitdiff
|
raw
|
diff to current
1996-08-11
Alexandre Julliard
Release 960811
wine-960811
blob
|
commitdiff
|
raw
|
diff to current
1996-07-17
Alexandre Julliard
Release 960717
wine-960717
blob
|
commitdiff
|
raw
|
diff to current
1996-07-12
Alexandre Julliard
Release 960712
wine-960712
blob
|
commitdiff
|
raw
|
diff to current
1996-05-21
Alexandre Julliard
Release 960521
wine-960521
blob
|
commitdiff
|
raw
|
diff to current
1996-05-16
Alexandre Julliard
Release 960516
wine-960516
blob
|
commitdiff
|
raw
|
diff to current
1996-05-06
Alexandre Julliard
Release 960506
wine-960506
blob
|
commitdiff
|
raw
|
diff to current
1996-04-05
Alexandre Julliard
Release 960405
wine-960405
blob
|
commitdiff
|
raw
|
diff to current
1996-03-24
Alexandre Julliard
Release 960324
wine-960324
blob
|
commitdiff
|
raw
|
diff to current
1996-02-25
Alexandre Julliard
Release 960225
wine-960225
blob
|
commitdiff
|
raw
|
diff to current
1996-01-31
Alexandre Julliard
Release 960131
wine-960131
blob
|
commitdiff
|
raw
|
diff to current
1995-11-05
Alexandre Julliard
Release 951105
wine-951105
blob
|
commitdiff
|
raw
|
diff to current
1995-10-03
Alexandre Julliard
Release 951003
wine-951003
blob
|
commitdiff
|
raw
|
diff to current
1995-04-30
Alexandre Julliard
Release 950430
wine-950430
blob
|
commitdiff
|
raw
|
diff to current
1995-03-19
Alexandre Julliard
Release 950319
wine-950319
blob
|
commitdiff
|
raw
|
diff to current
1995-01-24
Alexandre Julliard
Release 950122
wine-950122
blob
|
commitdiff
|
raw
|
diff to current
1995-01-09
Alexandre Julliard
Release 950109
wine-950109
blob
|
commitdiff
|
raw
|
diff to current
1994-12-10
Alexandre Julliard
Release 941210
wine-941210
blob
|
commitdiff
|
raw
|
diff to current
1994-11-22
Alexandre Julliard
Release 941122
wine-941122
blob
|
commitdiff
|
raw
|
diff to current
1994-10-30
Alexandre Julliard
Release 941030
wine-941030
blob
|
commitdiff
|
raw
|
diff to current
1994-10-17
Alexandre Julliard
Release 941017
wine-941017
blob
|
commitdiff
|
raw
|
diff to current
1994-09-16
Alexandre Julliard
Release 940912
wine-940912
blob
|
commitdiff
|
raw
|
diff to current
1994-08-16
Alexandre Julliard
Release 940815
wine-940815
blob
|
commitdiff
|
raw
|
diff to current
1994-08-06
Alexandre Julliard
Release 940804
wine-940804
blob
|
commitdiff
|
raw
|
diff to current
1994-04-05
Alexandre Julliard
Release 940405
wine-940405
blob
|
commitdiff
|
raw
|
diff to current
1994-02-02
Alexandre Julliard
Release 940201
wine-940201
blob
|
commitdiff
|
raw
|
diff to current
1994-01-04
Alexandre Julliard
Release 0.5
wine-0.5
blob
|
commitdiff
|
raw
|
diff to current
1993-11-24
Alexandre Julliard
Release 0.4.10
wine-0.4.10
blob
|
commitdiff
|
raw
|
diff to current
1993-11-03
Alexandre Julliard
Release 0.4.7
wine-0.4.7
blob
|
commitdiff
|
raw
|
diff to current