projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Unconditionally set O_NONBLOCK when opening.
[wine]
/
windows
/
painting.c
2001-08-18
Alexandre Julliard
Removed a number of direct accesses to the window struc...
blob
|
commitdiff
|
raw
2001-08-08
Alexandre Julliard
Fixed DrawState16 callback support.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-03
Marco Bizzarri
GetControlBrush16: avoid potentially releasing the...
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-19
Alexandre Julliard
Moved server.h to include/wine.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-20
Alexandre Julliard
Moved queue paint count to the server. Removed a few...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-04
Alexandre Julliard
Create an X window for every window, including children.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-24
Alexandre Julliard
Moved most of the implementation of SetWindowPos and...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-26
James Juran
Add <string.h> to files that needed it.
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
2000-12-24
Francois Gouget
Updated the look of dots and dashes to match the Win32...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Patrik Stridvall
Various documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Alexandre Julliard
Use GetStockObject() instead of the magic STOCK_* handles.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-23
Ulrich Weigand
Fixed painting problems in non-MM_TEXT modes.
blob
|
commitdiff
|
raw
|
diff to current
2000-09-16
Alexandre Julliard
Moved Select/RealizePalette implementation to USER...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-13
Serge Ivanov
(Merged by Marcus Meissner <marcus@jet.franken.de>)
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Replaced all lstr* calls from inside Wine code by their...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-06
Alexandre Julliard
Replaced lstrlen/lstrcmp by libc equivalents everywhere...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-04
Alexandre Julliard
Removed a few dependencies on GDI internals from USER...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-28
Stephane Lussier
- UpdateWindow should refresh all children that have...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-23
Rein Klazes
Make RDW_ValidateParent() modify the update region...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-24
Patrik Stridvall
Fixed some issues reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-25
Serge Ivanov
We don't need to call LPtoDP in here as far as PatBlt...
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-01-05
Patrik Stridvall
- Made FillRect behave like it does on Windows
blob
|
commitdiff
|
raw
|
diff to current
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-05
Huw D M Davies
Fixes several bugs in gdi path handling.
blob
|
commitdiff
|
raw
|
diff to current
1999-09-27
Francis Beaudet
rcPaint has to be returned in logical coordinates but...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-21
Stephane Lussier
The paint rectangle return in the PAINTSTRUCT in BeginP...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-31
Patrik Stridvall
Various ANSI C compability fixes.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-18
Eric Pouech
In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-18
Francis Beaudet
Delay WM_NCPAINT message until the "painter's algorithm...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-27
Gerard Patel
Remove the validated child area from the update region...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Patrik Stridvall
ANSI C fixes.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-12
Noomen Hamza
Avoid painting destroyed windows.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-12
Patrik Stridvall
Removed direct references to CLASS internals.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-14
Ulrich Weigand
Fixed invalid window refcount handling in RDW_Paint().
blob
|
commitdiff
|
raw
|
diff to current
1999-05-08
Alex Korobka
Rearranged PAINT_RedrawWindow() so that it first recurs...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-02
Alexandre Julliard
Converted to the new debugging interface (done with...
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-28
Alex Korobka
Moved hrgnUpdate from client to window coordinates...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-24
Ulrich Weigand
Add IsWindow() checks after SendMessage() returns.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-18
Marcus Meissner
Lots of warning fixed, one missing WINAPI in ddraw...
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-02-17
Dave Pickles
GetUpdateRect should return client coordinates unless...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-14
Eric Pouech
Changed some functions prototypes (were returning void).
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Michael Veksler
Moves more stuff from windows.h.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-01
Jesper Skov
egcs 'ambiguous else' warnings fixes.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-11
Ulrich Weigand
Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip...
blob
|
commitdiff
|
raw
|
diff to current
1998-06-14
Alexandre Julliard
Release 980614
wine-980614
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-04-13
Alexandre Julliard
Release 980413
wine-980413
blob
|
commitdiff
|
raw
|
diff to current
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
blob
|
commitdiff
|
raw
|
diff to current
1998-03-01
Alexandre Julliard
Release 980301
wine-980301
blob
|
commitdiff
|
raw
|
diff to current
1998-02-01
Alexandre Julliard
Release 980201
wine-980201
blob
|
commitdiff
|
raw
|
diff to current
1998-01-18
Alexandre Julliard
Release 980118
wine-980118
blob
|
commitdiff
|
raw
|
diff to current
1997-12-21
Alexandre Julliard
Release 971221
wine-971221
blob
|
commitdiff
|
raw
|
diff to current
1997-11-30
Alexandre Julliard
Release 971130
wine-971130
blob
|
commitdiff
|
raw
|
diff to current
1997-11-16
Alexandre Julliard
Release 971116
wine-971116
blob
|
commitdiff
|
raw
|
diff to current
1997-08-24
Alexandre Julliard
Release 970824
wine-970824
blob
|
commitdiff
|
raw
|
diff to current
1997-06-16
Alexandre Julliard
Release 970616
wine-970616
blob
|
commitdiff
|
raw
|
diff to current
1997-03-29
Alexandre Julliard
Release 970329
wine-970329
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
1997-01-01
Alexandre Julliard
Release 970101
wine-970101
blob
|
commitdiff
|
raw
|
diff to current
1996-12-15
Alexandre Julliard
Release 961215
wine-961215
blob
|
commitdiff
|
raw
|
diff to current
1996-12-01
Alexandre Julliard
Release 961201
wine-961201
blob
|
commitdiff
|
raw
|
diff to current
1996-11-17
Alexandre Julliard
Release 961117
wine-961117
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-28
Alexandre Julliard
Release 960928
wine-960928
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-07-12
Alexandre Julliard
Release 960712
wine-960712
blob
|
commitdiff
|
raw
|
diff to current
1996-06-06
Alexandre Julliard
Release 960606
wine-960606
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-28
Alexandre Julliard
Release 960428
wine-960428
blob
|
commitdiff
|
raw
|
diff to current
1996-04-21
Alexandre Julliard
Release 960421
wine-960421
blob
|
commitdiff
|
raw
|
diff to current
1996-03-31
Alexandre Julliard
Release 960331
wine-960331
blob
|
commitdiff
|
raw
|
diff to current
1996-03-24
Alexandre Julliard
Release 960324
wine-960324
blob
|
commitdiff
|
raw
|
diff to current
1996-03-14
Alexandre Julliard
Release 960314
wine-960314
blob
|
commitdiff
|
raw
|
diff to current
1996-03-09
Alexandre Julliard
Release 960309
wine-960309
blob
|
commitdiff
|
raw
|
diff to current
1996-02-25
Alexandre Julliard
Release 960225
wine-960225
blob
|
commitdiff
|
raw
|
diff to current
1996-02-18
Alexandre Julliard
Release 960218
wine-960218
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-07-29
Alexandre Julliard
Release 950727
wine-950727
blob
|
commitdiff
|
raw
|
diff to current
1995-07-06
Alexandre Julliard
Release 950706
wine-950706
blob
|
commitdiff
|
raw
|
diff to current
1995-05-22
Alexandre Julliard
Release 950522
wine-950522
blob
|
commitdiff
|
raw
|
diff to current
1995-03-02
Alexandre Julliard
Release 950202
wine-950202
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-27
Alexandre Julliard
Release 941227
wine-941227
blob
|
commitdiff
|
raw
|
diff to current
next