index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
Age
Commit message (
Expand
)
Author
Files
Lines
2004-05-19
Support small icons for winOverrideDefaultIcon too.
Alexander Gottwald
4
-5
/
+14
2004-05-19
fix usage of CYGEBUG conditional
Alexander Gottwald
1
-2
/
+2
2004-05-19
move common icon handling code to winmultiwindowicons.c set small icon for
Alexander Gottwald
11
-114
/
+169
2004-05-17
Check if g_fSoftwareCursor is set before calling ShowCursor.
Alexander Gottwald
4
-13
/
+20
2004-05-09
Adjust the Changelog entry to follow the GNU standards.
Alexander Gottwald
1
-5
/
+2
2004-05-09
Fix clipboard crashes and silent quits while copying or pasting after using
Alexander Gottwald
4
-45
/
+132
2004-05-03
fix japnese jp106 layout. reported by takuma and Munehiro (haro) Matsuda
Alexander Gottwald
1
-1
/
+1
2004-04-30
silence warning about winDebug. winmsg.h and win.h can not be included
Alexander Gottwald
1
-0
/
+1
2004-04-30
- print message information WindowProc functions if CYGDEBUG is enabled
Alexander Gottwald
3
-0
/
+1097
2004-04-30
Replace ErrorF with winDebug in all CYGDEBUG sections
Alexander Gottwald
14
-78
/
+78
2004-04-29
Remove warning about weired biHeight signedness. This has never been a
Alexander Gottwald
1
-8
/
+3
2004-04-29
fix wrong color depths for wine
Alexander Gottwald
1
-6
/
+6
2004-04-29
make shadow GDI work with wine
Alexander Gottwald
1
-19
/
+52
2004-04-29
simplify use of winW32Error function
Alexander Gottwald
3
-6
/
+13
2004-04-28
disable extensive cursor debug-logging. if a problem arises it can be
Alexander Gottwald
1
-1
/
+1
2004-04-28
Always free the bitmaps from GetIconInfo
Earle F. Philhower III
1
-15
/
+15
2004-04-27
fix severe GDI leak. GetIconInfo allocated new bitmaps which were never
Alexander Gottwald
1
-31
/
+28
2004-04-27
new function winW32Error which prints the error string with FormatMessage
Alexander Gottwald
2
-0
/
+25
2004-04-27
let the number-of-client display show at least 0 clients
Alexander Gottwald
1
-0
/
+4
2004-04-27
if CreateIconIndirect creates an icon instead of a cursor, try it again
Alexander Gottwald
1
-5
/
+16
2004-04-27
Fix color cursor on non-XP systems (use compatible bitmap, not DIB, for
Earle F. Philhower III
1
-179
/
+109
2004-04-26
some code cleanup and documentation
Alexander Gottwald
1
-61
/
+75
2004-04-26
CreateIconIndirect sometimes creates an Icon instead of an Cursor. This
Alexander Gottwald
1
-0
/
+10
2004-04-26
Backout last change. It was broken.
Alexander Gottwald
1
-3
/
+1
2004-04-26
set s_fCBCInitialized to TRUE after clipboard chain has been updated. This
Alexander Gottwald
1
-3
/
+3
2004-04-26
Set the logfile verbosity too. this silences a lot of debug messages in the
Alexander Gottwald
1
-0
/
+1
2004-04-26
Silence repeated messages from the clipboard subsystem.
Harold L Hunt II
1
-14
/
+13
2004-04-26
winReallySetCursor was empty and not needed.
Harold L Hunt II
1
-10
/
+0
2004-04-26
Include winmsg.h to silence warnings about undeclared functions.
Harold L Hunt II
1
-4
/
+2
2004-04-26
Added 32bpp (alpha+RGB) cursor support in true color modes.
Earle F. Philhower III
1
-25
/
+72
2004-04-25
use winDebug and winErrorFVerb instead of ErrorF to respect -loglevel
Alexander Gottwald
6
-101
/
+105
2004-04-25
Add color cursor support for hicolor and truecolor modes.
Earle F. Philhower III
1
-5
/
+157
2004-04-25
Fix typo in function names (Mutli->Multi)
Earle F. Philhower III
1
-8
/
+8
2004-04-24
Don't set the HW cursor unless the mouse is in client area
Earle F. Philhower III
2
-6
/
+53
2004-04-24
Fix typo in error message
Earle F. Philhower III
1
-1
/
+1
2004-04-23
Fix - Occasional Paste Problem. (Dan Wilks @ Intuit)
Harold L Hunt II
5
-0
/
+43
2004-04-23
Fix typo reported by Rodrigo Medina. Fix spacing after sentences (use
Harold L Hunt II
2
-36
/
+39
2004-04-23
allow screen combinations with XWin -query host -screen 0 -screen 1
Alexander Gottwald
1
-1
/
+7
2004-04-23
MWExtWM uses common hardware(windows) cursor code too, and
Kensuke Matsuzaki
6
-39
/
+23
2004-04-22
Document the -swcursor switch
Alexander Gottwald
2
-7
/
+14
2004-04-22
use winDebug and winErrorFVerb instead of ErrorF to set explicit loglevels
Alexander Gottwald
2
-7
/
+7
2004-04-22
add commandline option to enable software cursor use winDebug and
Alexander Gottwald
3
-10
/
+25
2004-04-22
Enable hardware (==windows) cursor for all display modes
Alexander Gottwald
2
-1
/
+333
2004-04-22
Set default loglevel to 2
Alexander Gottwald
1
-1
/
+1
2004-04-18
Explicitly reset the system menu to WS_POPUP when creating
Earle F. Philhower III
1
-0
/
+2
2004-04-17
--help and --version available
Alexander Gottwald
3
-15
/
+48
2004-04-15
Added TRAYICON, SILENTEXIT, icon file reading info, and a small example.
Earle F. Philhower III
1
-10
/
+51
2004-04-15
Apply Kensuke's GDI leak fix [DeleteObject(icon)->DestroyIcon(icon)]
Earle F. Philhower III
1
-1
/
+1
2004-04-15
Fix debug message. Fix GDI leak because of off-by-one class namingm problem
Kensuke Matsuzaki
2
-7
/
+7
2004-04-14
LoadImage() g_hiconX because it is DestroyIcon()d cannot use LoadIcon().
Earle F. Philhower III
4
-29
/
+64
[next]