summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-08-03Fix the bug that we can't copy & paste multi-byte string to Unicode-baseKensuke Matsuzaki34-26/+18677
2004-07-20Bugzilla #889: Bind -from address to port number 0 instead of 177Alexander Gottwald1-2/+2
2004-07-19revert last changeAlexander Gottwald1-7/+1
2004-07-19Bind to the -from address with port number 0. Allows multiple instances ofAlexander Gottwald2-2/+606
2004-07-09rename g_fUseMsg to g_fSilentFatalError added commandline optionAlexander Gottwald5-5/+24
2004-07-09Add entry for irish layout (ie)Alexander Gottwald1-0/+1
2004-07-09Formatting changesAlexander Gottwald426-3/+96080
2004-06-27Add entry for us layout. This changes not much but removes a strange errorAlexander Gottwald2-0/+6
2004-06-25Fix path to locally installed changelog for the About dialog box.Alexander Gottwald1-0/+5
2004-06-25Fxi typo: commit was in June, not MarchAlexander Gottwald1-1/+1
2004-06-25Check for textmode mounted /tmp and print a warningAlexander Gottwald2-0/+44
2004-06-24check for text mounted /tmp and print a warningAlexander Gottwald9-0/+1864
2004-06-15Fix path to locally installed changelog for the About dialog box.Harold L Hunt II1-1/+1
2004-05-27moved context creation to attach. Pixelformat is now set for every windowAlexander Gottwald3-113/+85
2004-05-27Create a HWND if none created before returning window handle to GL layerAlexander Gottwald3-2/+16
2004-05-27Make debug conditionals definable in MakefilesAlexander Gottwald4-0/+23
2004-05-25Replace ErrorF with winDebug in all CYGDEBUG sections. Fix compile error.Kensuke Matsuzaki2-128/+127
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-27rename winErrorMessage to glWinErrorMessage print GetLastError() ifAlexander Gottwald1-18/+18
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