Age | Commit message (Expand) | Author | Files | Lines |
2004-03-29 | Introduce SilentExit feature that is enbaled by .XWinrc file. Show theCYGWIN-RELEASE-1-MERGE | Takuma Murakami | 6 | -8/+49 |
2004-03-28 | Fix problem with tray menu in non-multi-window modes, add framework for | Harold L Hunt II | 4 | -30/+49 |
2004-03-27 | Clean up tray icon better, close clipboard down better, try to prevent | Harold L Hunt II | 5 | -27/+118 |
2004-03-27 | Convert "About..." hyperlink buttons to show as hyperlinks | Earle F. Philhower III | 2 | -4/+139 |
2004-03-26 | Correct copyright on any file where I was listed as the single author. | Harold L Hunt II | 15 | -75/+60 |
2004-03-26 | Correct copyright on winclip.c, which contains a single dummy function that | Harold L Hunt II | 1 | -5/+4 |
2004-03-26 | Correct copyright on the Shadow GDI file. I was listed as the sole author | Harold L Hunt II | 5 | -19/+10 |
2004-03-26 | Correct copyright on the clipboard files. I was listed as the sole author | Harold L Hunt II | 7 | -36/+31 |
2004-03-26 | Use BitsPerPixel() to calculate pixel stride, handle non-packed modes | Earle F. Philhower III | 1 | -1/+1 |
2004-03-26 | Add an About dialog box to the tray icon menu, complete with links to our | Harold L Hunt II | 12 | -23/+300 |
2004-03-26 | Use Michael Bax's boxed X icon. | Harold L Hunt II | 1 | -0/+0 |
2004-03-25 | Remove fAlwaysOnTop and PreserveWin32Stack() instead of reinstating | Takuma Murakami | 6 | -48/+124 |
2004-03-24 | Use PixmapBytePad to calculate length of icon line that miGetImage will | Harold L Hunt II | 1 | -5/+3 |
2004-03-20 | Use case-insensitive flex instead of manually escaping tokens, be sure to | Earle F. Philhower III | 1 | -26/+27 |
2004-03-19 | fix build error from "Show Root window" | Alexander Gottwald | 1 | -1/+1 |
2004-03-19 | Always-on-top mods: fix popup menus over AOT windows, AOTs not | Earle F. Philhower III | 4 | -2/+94 |
2004-03-19 | Exit dialog gets top of Z order, otherwise can be hidden by X apps | Earle F. Philhower III | 1 | -2/+2 |
2004-03-19 | Change Show/Hide Root Window menu items to a single item with a check box. | Harold L Hunt II | 4 | -24/+20 |
2004-03-19 | Remove debug dump of trayicon name | Earle F. Philhower III | 1 | -1/+1 |
2004-03-18 | Add Jehan Bing's test_icon9 | Harold L Hunt II | 1 | -0/+0 |
2004-03-18 | Fix window cascading to not affect popups or menus | Earle F. Philhower III | 3 | -4/+45 |
2004-03-18 | Fix for the Root Window 100% CPU bug use lParam in | Alexander Gottwald | 1 | -1/+4 |
2004-03-18 | merge with XORG-RELEASE-1 | Alexander Gottwald | 6 | -10/+102 |
2004-03-17 | reset variable s after each step. fixes bug where the argument to | Alexander Gottwald | 1 | -1/+6 |
2004-03-17 | merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE) | Alexander Gottwald | 662 | -1601/+5654 |
2004-03-17 | Enable processing of some keyboard options even when XF86Config support is | Harold L Hunt II | 1 | -51/+27 |
2004-03-17 | Another belgian layout. this is from the dutch language setting. | Alexander Gottwald | 1 | -0/+1 |
2004-03-15 | Add keymap and keynames headers to remove dependence on hw/xfree86 | Harold L Hunt II | 3 | -3/+632 |
2004-03-14 | removed the id tags again | Alexander Gottwald | 2 | -2/+0 |
2004-03-14 | author information added some documentation also return the HRGN in | Alexander Gottwald | 2 | -35/+54 |
2004-03-14 | Cascade Win32 windows when -geometry is not specified, using CW_USEDEFAULT, | Earle F. Philhower III | 1 | -2/+17 |
2004-03-14 | Make winRestackWindowMultiWindow empty (except calling the wrapped | Takuma Murakami | 1 | -1/+3 |
2004-03-14 | support multiwindow mode (harold pointed me to the correct structures) | Alexander Gottwald | 1 | -6/+38 |
2004-03-14 | Added "TRAYICON" parsing to .xwinrc Added "<file>.dll,nnn" icon extraction | Earle F. Philhower III | 7 | -42/+151 |
2004-03-13 | - more debugging output | Alexander Gottwald | 1 | -2/+10 |
2004-03-13 | Remove fRestacking and fWindowOrderChanged cache variables and | Takuma Murakami | 8 | -133/+19 |
2004-03-12 | added function to query windowposition and handles from GL/windows | Alexander Gottwald | 2 | -0/+80 |
2004-03-12 | Update the boxed icon with Benjamin Riefenstahl's latest (2003/09/15). | Harold L Hunt II | 1 | -0/+0 |
2004-03-12 | When explorer is restarted, readd tasktray icon. | Kensuke Matsuzaki | 1 | -0/+9 |
2004-03-12 | Add new default icon, move boxed icon to 2nd icon in file. | Harold L Hunt II | 4 | -5/+7 |
2004-03-11 | Fix some error message end of lines. | Harold L Hunt II | 2 | -3/+3 |
2004-03-10 | removed #ifdef DDXBEFORERESET for xnest and xvfb | Alexander Gottwald | 2 | -4/+0 |
2004-03-10 | another ddxBeforeReset fix | Alexander Gottwald | 1 | -1/+3 |
2004-03-10 | BeforeReset is now known as ddxBeforeReset | Alexander Gottwald | 1 | -1/+3 |
2004-03-09 | Display warning message if user uses -xf86config or -keyboard parameters | Harold L Hunt II | 3 | -3/+23 |
2004-03-09 | Replace all calls to EnumWindows by EnumThreadWindows since we need to | Takuma Murakami | 3 | -22/+29 |
2004-03-09 | Fix crash on startup, build warning, and close an opened registry key. | Harold L Hunt II | 1 | -3/+7 |
2004-03-08 | fix typos found by takuma | Alexander Gottwald | 1 | -3/+3 |
2004-03-08 | print the keyboardlayout name supplied from windows if it was not found. | Alexander Gottwald | 1 | -0/+23 |
2004-03-08 | Print a logmessage that XF86Config is unsupported with pointer to | Alexander Gottwald | 1 | -0/+2 |