Age | Commit message (Expand) | Author | Files | Lines |
2002-07-05 | Change default value of input hint (if not specified) to true instead of | Havoc Pennington | 1 | -2/+3 |
2002-07-03 | use new macros to get whether we allow move/resize correct | Havoc Pennington | 4 | -17/+91 |
2002-07-02 | rename from {un}grab_all_keys_and_keyboard and only do an XKeyboardGrab, | Mark McLoughlin | 1 | -54/+13 |
2002-07-01 | Fix broken workspace switching from my previous commit. | Mark McLoughlin | 3 | -14/+41 |
2002-06-27 | Fixes not being able to tab out of a workspace which contains no windows. | Mark McLoughlin | 7 | -120/+216 |
2002-06-25 | s/gdk_get_default_display/gdk_display_get_default/ | Mark McLoughlin | 3 | -4/+4 |
2002-06-25 | added support for border only windows. | Mark McLoughlin | 12 | -0/+77 |
2002-06-25 | Added some stuff to the window buttons, so they use the ACTIVE bg/fg. | James M. Cape | 1 | -11/+103 |
2002-06-25 | src/screen.c: (set_supported_hint), (set_work_area_hint): Its | Mark McLoughlin | 5 | -77/+77 |
2002-06-23 | Update with border-only window stuff from Atlanta. | Gediminas Paulauskas | 1 | -0/+30 |
2002-06-23 | Update for "border" frame stuff, minor button/spacing improvements. | James M. Cape | 1 | -36/+86 |
2002-06-23 | Partially fix Jacob's SM bugs. | Havoc Pennington | 3 | -5/+93 |
2002-06-22 | do nothing if screen is being unmanaged, we don't want to blow away state, | Havoc Pennington | 6 | -135/+149 |
2002-06-22 | new utility function | Havoc Pennington | 8 | -1/+176 |
2002-06-22 | Theme breakage! Themes have to implement "border" frames now, see Atlanta | Havoc Pennington | 9 | -25/+180 |
2002-06-20 | sticky windows aren't visibile on all screens. Check the workspace is on | Mark McLoughlin | 2 | -3/+2 |
2002-06-19 | handle UNKNOWN keyboard resizing state | Havoc Pennington | 3 | -1/+333 |
2002-06-18 | don't use a minimized window as the next focus window, patch from | Havoc Pennington | 2 | -0/+2 |
2002-06-18 | increase the cascade threshold a bit. (find_first_fit): implement a | Havoc Pennington | 1 | -55/+313 |
2002-06-18 | fix from Gaute Lindkvist #82977 for unsticking windows | Havoc Pennington | 1 | -11/+4 |
2002-06-17 | associate close_window keybinding to Alt-F4 | Frédéric Crozat | 1 | -1/+1 |
2002-06-16 | fix spelling error, #85452 | Havoc Pennington | 1 | -1/+1 |
2002-06-16 | don't pass a null string to printf | Havoc Pennington | 2 | -14/+38 |
2002-06-15 | workspace-drawing code factored out of libwnck, needs wiring up to | Havoc Pennington | 3 | -0/+279 |
2002-06-15 | always focus new windows, trying to be smart about it was a flop. | Havoc Pennington | 1 | -43/+68 |
2002-06-14 | Check for NULL string before calling strlen(). Fixes the core dump | Jayaraj Rajappan | 1 | -1/+1 |
2002-06-13 | Set client height as 0 when the window actually is shaded, not the other | Anders Carlsson | 1 | -1/+2 |
2002-06-12 | when a window is shaded, don't include client height in the height | Havoc Pennington | 2 | -4/+18 |
2002-06-12 | Draw the buttons right before the "overlay" piece. | Havoc Pennington | 1 | -35/+36 |
2002-06-12 | accessibility stuff for metacity-properties capplet. bug #84749. | Jayaraj Rajappan | 1 | -0/+10 |
2002-06-11 | allow dialogs to steal focus from panels/desktop | Havoc Pennington | 1 | -1/+3 |
2002-06-10 | #include <config.h>. Fixes #83960. | Jayaraj Rajappan | 1 | -0/+1 |
2002-06-10 | verify the active window has the appropriate close/minimize function | Erwann Chenede - | 1 | -2/+4 |
2002-06-10 | add G_IO_NVAL to watch condition, patch from Gustavo Giraldez, avoids | Havoc Pennington | 1 | -2/+2 |
2002-06-09 | don't run constrain_placement on windows we allow to go anywhere (docks, | Havoc Pennington | 2 | -29/+30 |
2002-06-09 | don't raise/focus the window if minimize/close are clicked, patch from | Havoc Pennington | 2 | -7/+16 |
2002-06-09 | Cleanups to workspace popup patch. Space before all parens in a couple | Havoc Pennington | 5 | -73/+51 |
2002-06-09 | Apply big patch from blackc@speakeasy.net adding a popup window to the | Havoc Pennington | 12 | -129/+547 |
2002-06-09 | set net_supporting_wm_check in addition to win_supporting_wm_check, patch | Havoc Pennington | 3 | -6/+8 |
2002-06-08 | don't die on bad atom name | Havoc Pennington | 8 | -28/+439 |
2002-06-08 | select keypress/keyrelease events on root window, this may fix the bug | Havoc Pennington | 1 | -0/+1 |
2002-06-08 | call meta_session_shutdown when exiting cleanly | Havoc Pennington | 3 | -1/+36 |
2002-06-08 | Yeah I know maximization is broken, I'm too tired to fix it. Probably | Havoc Pennington | 2 | -3/+26 |
2002-06-08 | short-circuit the "only one xinerama" case, and use outer rect of window | Havoc Pennington | 7 | -33/+94 |
2002-06-08 | only invalidate things if the struts actually change, since the panel | Havoc Pennington | 1 | -5/+31 |
2002-06-07 | use XineramaIsActive() not XineramaQueryExtension() | Havoc Pennington | 2 | -6/+17 |
2002-06-07 | don't return null on non-multihead | Havoc Pennington | 1 | -1/+1 |
2002-06-07 | implement | Havoc Pennington | 6 | -76/+140 |
2002-06-06 | Increase the border size of the buttons so they aren't quite so huge on my | James M. Cape | 1 | -11/+10 |
2002-06-06 | oops, didn't mean to commit that | Havoc Pennington | 1 | -2/+2 |