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