summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - change the default for switch_to_workspace_* to be <Control><Alt>arrow as j...Bastien Nocera2002-05-021-2/+2
* Xlib doesn't like NULL for out arguments; fix for #80472 from lbedfordHavoc Pennington2002-05-012-2/+9
* finish mopping up mode_switch_mask fieldHavoc Pennington2002-05-012-7/+2
* don't try to decorate toolbars.Havoc Pennington2002-05-017-34/+204
* oops, fix maximization. Pointed out by Gustavo GiráldezHavoc Pennington2002-04-301-10/+11
* give Maximize/Unmaximize and Shade/Unshade the same mnemonic forJonathan Blandford2002-04-301-2/+2
* require 36 pixels onscreen so you typically get a sliver of titlebar,Havoc Pennington2002-04-291-35/+13
* always raise windows on focus click, regardless of focus mode.Havoc Pennington2002-04-291-8/+1
* don't leak the PangoContextHavoc Pennington2002-04-291-0/+1
* Add support for setting the _NET_WM_WORKAREA hint. No code does it yetAnders Carlsson2002-04-284-3/+45
* remove caveats about keybindingsHavoc Pennington2002-04-2816-439/+2444
* g_file_get_contents() takes a gsize not int (fixes bus error on 64-bitjacob berkman2002-04-251-1/+1
* call setlocale ourselves because due to a GLib bug that sticks us in ASCIIHavoc Pennington2002-04-223-7/+31
* add error trap, fixes a possible BadWindow if a window closed itself inHavoc Pennington2002-04-221-1/+3
* never revert to user_rect.width, user_rect.height. Maybe fixes assortedHavoc Pennington2002-04-221-5/+9
* Add padding if icon width and height differ.Anders Carlsson2002-04-211-0/+21
* query Xinerama screen information if HAVE_XINERAMAHavoc Pennington2002-04-214-1/+91
* fix issue with GNU libc mangling %.10s formatMETACITY_2_3_89Havoc Pennington2002-04-161-1/+4
* reply immediately for windows that don't support _NET_WM_PINGHavoc Pennington2002-04-153-3/+16
* same fix as libwnck, avoid using cmap with the wrong depthHavoc Pennington2002-04-131-0/+9
* new file containing all the wacky mess I just added to a simple "click theHavoc Pennington2002-04-136-115/+600
* make one of the toolbar buttons lock up the demoHavoc Pennington2002-04-124-4/+168
* fix alpha multiplication routine to perhaps work correctly, reported byHavoc Pennington2002-04-101-8/+20
* remove the unused tab stuffHavoc Pennington2002-04-059-223/+110
* Make sure all menu items are translated.Johan Dahlin2002-03-311-2/+2
* remove unmanaged windows from save set, and unselect input so we don't getHavoc Pennington2002-03-281-1/+12
* Added "Bright" theme from Gaute Lindkvist, with some small clipping tweaksHavoc Pennington2002-03-222-0/+364
* disable the little shaped windows with the window size, they caused aHavoc Pennington2002-03-191-0/+4
* turn off the tick marks, that got annoying after about 5 minutes. One bigHavoc Pennington2002-03-171-0/+3
* Add some total crackrock resize-grid indication for windows that haveHavoc Pennington2002-03-178-33/+1193
* use proper property name for SmDiscardCommand (instead of setting theHavoc Pennington2002-03-171-3/+5
* put back --sm-client-id argument, needed for including us in a defaultHavoc Pennington2002-03-143-26/+61
* don't save a file here, only in response to SaveYourself. Change the codeHavoc Pennington2002-03-143-79/+138
* improve the theme viewer so people can see the broken aspects of theirHavoc Pennington2002-03-122-39/+512
* use new functionsHavoc Pennington2002-03-127-59/+224
* support _NET_NUMBER_OF_DESKTOPS message so you can change number ofHavoc Pennington2002-03-103-2/+70
* we didn't claim to support _NET_ACTIVE_WINDOW so gtk_window_present()Havoc Pennington2002-03-105-7/+57
* remove broken assertionsHavoc Pennington2002-03-071-2/+0
* add some assertionsHavoc Pennington2002-03-073-2/+6
* use hash_table_replace instead of g_hash_table_insertHavoc Pennington2002-03-065-8/+15
* Work on opaque animations more, still suck too much to turn on. Not sureHavoc Pennington2002-03-055-62/+119
* try ignoring SIGXFSZ, though I'm not sure what that does exactly. I'mHavoc Pennington2002-03-052-12/+40
* improve debug spew about initial workspaceHavoc Pennington2002-03-041-0/+23
* disable resize etc. if we're fullscreen (constrain_size): fix sizeHavoc Pennington2002-03-032-4/+15
* Add hacking to fix the problem that we made our XGrabPointer() duringHavoc Pennington2002-03-026-45/+159
* Screw around with Anders's ping patch so he'll get plenty of CVSHavoc Pennington2002-02-274-6/+237
* switch on the op passed in, not the active op. Gives us the right cursorHavoc Pennington2002-02-245-42/+126
* fix the be-sure-we-create-coverage-cache hackHavoc Pennington2002-02-231-7/+20
* put in hack to keep Pango from mangling our server grab and locking up onHavoc Pennington2002-02-236-19/+107
* Shh some moreKjartan Maraas2002-02-161-0/+1