summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2004-05-19Support small icons for winOverrideDefaultIcon too.Alexander Gottwald4-5/+14
2004-05-19fix usage of CYGEBUG conditionalAlexander Gottwald1-2/+2
2004-05-19move common icon handling code to winmultiwindowicons.c set small icon forAlexander Gottwald11-114/+169
2004-05-17Check if g_fSoftwareCursor is set before calling ShowCursor.Alexander Gottwald4-13/+20
2004-05-09Adjust the Changelog entry to follow the GNU standards.Alexander Gottwald1-5/+2
2004-05-09Fix clipboard crashes and silent quits while copying or pasting after usingAlexander Gottwald4-45/+132
2004-05-03fix japnese jp106 layout. reported by takuma and Munehiro (haro) MatsudaAlexander Gottwald1-1/+1
2004-04-30silence warning about winDebug. winmsg.h and win.h can not be includedAlexander Gottwald1-0/+1
2004-04-30- print message information WindowProc functions if CYGDEBUG is enabledAlexander Gottwald3-0/+1097
2004-04-30Replace ErrorF with winDebug in all CYGDEBUG sectionsAlexander Gottwald14-78/+78
2004-04-29Remove warning about weired biHeight signedness. This has never been aAlexander Gottwald1-8/+3
2004-04-29fix wrong color depths for wineAlexander Gottwald1-6/+6
2004-04-29make shadow GDI work with wineAlexander Gottwald1-19/+52
2004-04-29simplify use of winW32Error functionAlexander Gottwald3-6/+13
2004-04-28disable extensive cursor debug-logging. if a problem arises it can beAlexander Gottwald1-1/+1
2004-04-28Always free the bitmaps from GetIconInfoEarle F. Philhower III1-15/+15
2004-04-27fix severe GDI leak. GetIconInfo allocated new bitmaps which were neverAlexander Gottwald1-31/+28
2004-04-27new function winW32Error which prints the error string with FormatMessageAlexander Gottwald2-0/+25
2004-04-27let the number-of-client display show at least 0 clientsAlexander Gottwald1-0/+4
2004-04-27if CreateIconIndirect creates an icon instead of a cursor, try it againAlexander Gottwald1-5/+16
2004-04-27Fix color cursor on non-XP systems (use compatible bitmap, not DIB, forEarle F. Philhower III1-179/+109
2004-04-26some code cleanup and documentationAlexander Gottwald1-61/+75
2004-04-26CreateIconIndirect sometimes creates an Icon instead of an Cursor. ThisAlexander Gottwald1-0/+10
2004-04-26Backout last change. It was broken.Alexander Gottwald1-3/+1
2004-04-26set s_fCBCInitialized to TRUE after clipboard chain has been updated. ThisAlexander Gottwald1-3/+3
2004-04-26Set the logfile verbosity too. this silences a lot of debug messages in theAlexander Gottwald1-0/+1
2004-04-26Silence repeated messages from the clipboard subsystem.Harold L Hunt II1-14/+13
2004-04-26winReallySetCursor was empty and not needed.Harold L Hunt II1-10/+0
2004-04-26Include winmsg.h to silence warnings about undeclared functions.Harold L Hunt II1-4/+2
2004-04-26Added 32bpp (alpha+RGB) cursor support in true color modes.Earle F. Philhower III1-25/+72
2004-04-25use winDebug and winErrorFVerb instead of ErrorF to respect -loglevelAlexander Gottwald6-101/+105
2004-04-25Add color cursor support for hicolor and truecolor modes.Earle F. Philhower III1-5/+157
2004-04-25Fix typo in function names (Mutli->Multi)Earle F. Philhower III1-8/+8
2004-04-24Don't set the HW cursor unless the mouse is in client areaEarle F. Philhower III2-6/+53
2004-04-24Fix typo in error messageEarle F. Philhower III1-1/+1
2004-04-23Fix - Occasional Paste Problem. (Dan Wilks @ Intuit)Harold L Hunt II5-0/+43
2004-04-23Fix typo reported by Rodrigo Medina. Fix spacing after sentences (useHarold L Hunt II2-36/+39
2004-04-23allow screen combinations with XWin -query host -screen 0 -screen 1Alexander Gottwald1-1/+7
2004-04-23MWExtWM uses common hardware(windows) cursor code too, andKensuke Matsuzaki6-39/+23
2004-04-22Document the -swcursor switchAlexander Gottwald2-7/+14
2004-04-22use winDebug and winErrorFVerb instead of ErrorF to set explicit loglevelsAlexander Gottwald2-7/+7
2004-04-22add commandline option to enable software cursor use winDebug andAlexander Gottwald3-10/+25
2004-04-22Enable hardware (==windows) cursor for all display modesAlexander Gottwald2-1/+333
2004-04-22Set default loglevel to 2Alexander Gottwald1-1/+1
2004-04-18Explicitly reset the system menu to WS_POPUP when creatingEarle F. Philhower III1-0/+2
2004-04-17--help and --version availableAlexander Gottwald3-15/+48
2004-04-15Added TRAYICON, SILENTEXIT, icon file reading info, and a small example.Earle F. Philhower III1-10/+51
2004-04-15Apply Kensuke's GDI leak fix [DeleteObject(icon)->DestroyIcon(icon)]Earle F. Philhower III1-1/+1
2004-04-15Fix debug message. Fix GDI leak because of off-by-one class namingm problemKensuke Matsuzaki2-7/+7
2004-04-14LoadImage() g_hiconX because it is DestroyIcon()d cannot use LoadIcon().Earle F. Philhower III4-29/+64