summaryrefslogtreecommitdiff
path: root/src/tabpopup.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-8/+8
* since the title is going to be treated as markup, escape it. FixesElijah Newren2005-12-271-2/+2
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-12/+13
* Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'.Aidan Delaney2005-11-121-2/+2
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Patch from Björn Lindqvist fix the workspace switcher tabpopup to displayElijah Newren2005-10-031-21/+36
* Truncate ridiculously long titles to avoid crashing or letting the pagerElijah Newren2005-10-031-15/+1
* Get the tabbing window outline to work with gtk+ 2.8.4 again. FixesElijah Newren2005-10-031-1/+4
* Removed useless function call. #166730Aidan Delaney2005-02-091-3/+0
* ignore sticky windows for non-active workspaces. Fixes #165259.Elijah Newren2005-01-261-1/+6
* use pixbuf, not dimmed_pixbuf (which isn't defined yet). Fixes crash fromElijah Newren2005-01-211-1/+1
* Show labels in bold for windows that demand attention. Fixes #164590.Vincent Noel2005-01-201-6/+17
* In the tab task switcher popup, dim the window icon and put its nameVincent Noel2005-01-181-13/+76
* Correct highlighting of windows in workspace switcher popup. Fixesspiffiffity-branchpointSPIFFIFITY_BRANCHPOINTElijah Newren2005-01-111-1/+2
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-161-1/+1
* initialize grab_wireframe_active to FALSE. Fix for #128090.Rob Adams2003-12-171-1/+4
* put a random cap on number of characters in the title of each window, bugHavoc Pennington2003-09-291-5/+28
* Add -DMETACITY_LIBDIR to support loading of modules Add functionsPadraig O'Briain2003-09-261-0/+4
* purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in.Havoc Pennington2003-04-211-4/+2
* redo using new calc_workspace_layout to fix #98302Havoc Pennington2003-01-051-2/+9
* add code to create big stacks of dialogs transient for each other, forHavoc Pennington2002-10-171-0/+1
* new functionHavoc Pennington2002-09-041-0/+4
* increase the size of the mini workspacesHavoc Pennington2002-07-061-2/+3
* Apply blackc@speakeasy.net patch, bug #83940, to do mini-workspacesHavoc Pennington2002-07-061-13/+233
* put _NET_DESKTOP_NAMES in the array of atom names, so desktop names mightHavoc Pennington2002-07-061-3/+6
* s/gdk_get_default_display/gdk_display_get_default/Mark McLoughlin2002-06-251-2/+2
* Apply big patch from blackc@speakeasy.net adding a popup window to theHavoc Pennington2002-06-091-53/+60
* Add screen argument to meta_display_get_tab_next, since we only wantAnders Carlsson2002-05-111-2/+17
* Add hacking to fix the problem that we made our XGrabPointer() duringHavoc Pennington2002-03-021-1/+6
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-1/+1
* fix args to gtk_alignment_new()METACITY_2_3_3Havoc Pennington2001-08-311-1/+1
* avoid focusing a window on tab popup popdownHavoc Pennington2001-08-301-66/+71
* Switch back to outline.Havoc Pennington2001-08-291-3/+3
* experiment with window-cover-with-icon instead of just the outline; can'tHavoc Pennington2001-08-291-9/+52
* add crackrock window-outlining featureHavoc Pennington2001-08-291-1/+57
* Unbreak tab popup a bit.Havoc Pennington2001-08-291-1/+17
* attempt to use the mask as well as the pixmap. Probably doesn't work soHavoc Pennington2001-08-241-8/+2
* make this look a little nicerHavoc Pennington2001-08-231-19/+166
* we support _NET_WM_ICONHavoc Pennington2001-08-201-2/+0
* remove XSync, error traps already do thatHavoc Pennington2001-08-191-10/+48
* add prototype thingy to display windows we're cycling through with tab.Havoc Pennington2001-08-191-0/+254