summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch from Hidetoshi Tajima to move a window's transients when moving theHavoc Pennington2002-11-222-4/+21
* delete (meta_window_new): add getting initial workspace to the batchHavoc Pennington2002-11-212-43/+62
* remove unused variableHavoc Pennington2002-11-213-4/+34
* Should really fix #98303Havoc Pennington2002-11-202-7/+25
* do a recalc_window_features after setting new wm_state in order to updateHavoc Pennington2002-11-201-3/+11
* Fix #98303 and assorted cleanupHavoc Pennington2002-11-203-8/+29
* Makes Atlanta work better with inverse themes. Fix for 98745.Bill Haneman2002-11-171-2/+2
* fix a multihead safety thing (use proper system colormap for theHavoc Pennington2002-11-151-0/+4
* include common.h.Jonathan Blandford2002-11-141-0/+1
* don't read from op->data.image when the op is an iconHavoc Pennington2002-11-133-5/+6
* never use a window with input = FALSE take_focus = FALSE as the defaultHavoc Pennington2002-11-121-0/+1
* Major changes to look of theme. I'd also recommendJames M. Cape2002-11-101-58/+58
* include common.h with the installed filesJonathan Blandford2002-11-081-1/+2
* impl for nice debugging. (meta_workspace_get_neighbor): fix broken logicMark McLoughlin2002-11-071-19/+62
* add a pc file for libmetacity-privateJonathan Blandford2002-11-073-4/+39
* push an error trap around the whole window-key-grab loopHavoc Pennington2002-11-063-15/+71
* Crux tweaks: adds a Restore button for maximized windows, and un-hard-codesCalum Benson2002-11-053-14/+62
* apply patch from Nikos Mouat to fix this functionHavoc Pennington2002-11-051-81/+110
* fix bug I introduced in case where scaling was done in both directions.Havoc Pennington2002-11-041-8/+12
* Patch from Brian Cameron to implement the vertical/horizontal stripedHavoc Pennington2002-11-043-24/+232
* changed __FUNCTION__ to G_GNUC_FUNCTION as __FUNCTION__ is not portable.Erwann Chenede -2002-11-041-2/+2
* remove XSync calls from here (meta_display_ungrab): remove XSync fromHavoc Pennington2002-11-045-16/+21
* add _NET_WM_NAME, WM_NAME, _NET_WM_ICON_NAME, WM_ICON_NAME supportHavoc Pennington2002-11-043-132/+229
* use window-props.h stuff for a couple of properties (implement_showing):Havoc Pennington2002-11-039-45/+466
* split into "see if we should be showing" and "actually show/hide"Havoc Pennington2002-11-031-9/+96
* fix from Garrett LeSage for which button backgrounds we draw whenHavoc Pennington2002-11-031-4/+4
* new function, and remove workspace->name field, instead just get the nameHavoc Pennington2002-11-0311-69/+322
* use meta_prop_get_size_hintsHavoc Pennington2002-10-283-13/+177
* store the window menu on the display and blow it away when a windowHavoc Pennington2002-10-283-1/+24
* move meta_window_shutdown_group() much earlier in the destroy process. MayHavoc Pennington2002-10-272-3/+9
* include config.hHavoc Pennington2002-10-2710-9/+31
* make windows randomly transient for each otherHavoc Pennington2002-10-261-3/+24
* new function (meta_prop_get_wm_hints): new functionHavoc Pennington2002-10-267-54/+398
* use multi-value-get on a couple of properties for testingHavoc Pennington2002-10-266-284/+556
* fix buildHavoc Pennington2002-10-262-1/+3
* Add "busy cursor on app startup" support, conditionally - works only ifHavoc Pennington2002-10-258-6/+284
* if only one right-corner button, use right_right_background notHavoc Pennington2002-10-241-5/+5
* make publicHavoc Pennington2002-10-243-5/+8
* put minimized windows at the end of Alt+Tab, #89416Havoc Pennington2002-10-241-3/+26
* initialize the left button background rectangles.Havoc Pennington2002-10-231-0/+2
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-2119-229/+365
* put multihead stuff in HAVE_GTK_MULTIHEAD, reported by John PalmieriHavoc Pennington2002-10-201-6/+13
* check above->mapped before deciding if it overlaps the window beingHavoc Pennington2002-10-201-9/+12
* call meta_image_window_new in multihead-safe wayHavoc Pennington2002-10-183-4/+16
* only create the resize popup if width_inc or height_inc are > 1Havoc Pennington2002-10-183-744/+20
* don't start the cycle process if the binding for switching windows has noHavoc Pennington2002-10-184-106/+296
* add "what happens when you double click the titlebar" setting, patch fromHavoc Pennington2002-10-187-10/+147
* move window-click to Super+click not Alt+click by default. Super should beHavoc Pennington2002-10-181-2/+2
* fix min aspect handling, patch from Martin Garton #94943Havoc Pennington2002-10-181-1/+1
* replace the old apply_constraints with wacky new approach involvingHavoc Pennington2002-10-182-50/+307