summaryrefslogtreecommitdiff
path: root/src/tabwin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some more compiler warnings.Nick Schermer2012-02-201-1/+1
* Rework patch for clarity, fix build on git masterOlivier Fourdan2012-02-131-23/+58
* Navigate with arrows in task switcher (bug #4752)Kees van Veen2012-02-131-39/+80
* Add patch for themeable tab-window (bug #8238) by Peter de Ridder <peter@xfce...Olivier Fourdan2011-12-121-24/+80
* Drop unused variables.Nick Schermer2011-04-221-2/+1
* Remove unused icon, add mention of gen-color-table.pl coming from gtk/gdk-pixbufOlivier Fourdan2011-02-141-1/+0
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Fix bug #6902Olivier Fourdan2010-12-151-2/+5
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-47/+63
* Add new keyboard shortcut to switch between windows of the same application, ...Olivier Fourdan2009-09-091-44/+19
* Add traces, clean up recently added code.Olivier Fourdan2009-09-041-3/+36
* Display an app switcher window per physical monitor (bug #5229)Olivier Fourdan2009-09-041-123/+250
* * frame.c, tabwin.c: Fix mixed RTL/LTR text not rendering properly Olivier Fourdan2009-05-221-2/+9
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/client.c, src/events.c, src/moveresize.c, src/netwm.c,Olivier Fourdan2009-01-181-3/+1
* * src/misc.h, src/misc.c, src/screen.h, src/screen.c, src/events.c,Olivier Fourdan2009-01-161-1/+1
* indentationOlivier Fourdan2008-11-081-1/+1
* * src/tabwin.c: Draw focus in tabwin to make sure the selection isOlivier Fourdan2008-11-081-3/+7
* Capitalize class name, use brackets to show hidden windows, decrease saturati...Olivier Fourdan2008-06-011-5/+14
* Use actual font metrics to compute font height as it gives better results tha...Olivier Fourdan2008-05-311-1/+13
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-1/+1
* Fix compilation with --enable-debug=fullOlivier Fourdan2006-10-091-2/+0
* Remove dependency on micro version, rework error handling in pixbuf loading, ...Olivier Fourdan2006-10-021-1/+16
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-16/+16
* Make sure the icon selected in the tabwin matches the selected window in all ...Olivier Fourdan2006-07-111-15/+15
* Code cleanup.Olivier Fourdan2006-05-151-10/+11
* Some cleanup in headers vs. functions used.Olivier Fourdan2006-05-061-2/+3
* Cannot get ellipisize and centered label to play well together across pango v...Olivier Fourdan2006-03-201-10/+8
* In recent gtk/pango versions, it seems that setting the ellipsize property on...Olivier Fourdan2006-03-151-4/+9
* Do not force ellipsize if not defined, it breaks the label alignment as it se...Olivier Fourdan2006-03-141-3/+0
* The Alt+Tab shortcut for windows cycling is no more configurable, which helps...Olivier Fourdan2006-03-101-9/+5
* Name the tabwin widget to allow customization.Olivier Fourdan2006-03-081-0/+1
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Display workspace number only when cycling through workspaces is enabledOlivier Fourdan2005-12-221-3/+11
* Add new option, cycle_workspaces, that allow cycling through all workspacesOlivier Fourdan2005-11-201-4/+7
* Better use of gtk theme colorsOlivier Fourdan2005-09-071-3/+31
* Add a small color frame in increase visibilityOlivier Fourdan2005-09-071-1/+12
* Do not circlify the list, too hacky...Olivier Fourdan2005-09-051-37/+38
* (Old svn revision: 17340)Olivier Fourdan2005-09-041-3/+3
* Fix crash in tabwin with some gtk enginesOlivier Fourdan2005-09-031-2/+1
* Change tabwin layoutOlivier Fourdan2005-09-031-16/+6
* Fix critical bugs in tabwinOlivier Fourdan2005-09-021-13/+52
* Fix pixbuf being leaked in new tabwin code.Olivier Fourdan2005-09-021-2/+2
* code styleOlivier Fourdan2005-09-021-25/+12
* Bug fixes in cyclingOlivier Fourdan2005-09-021-87/+123
* Fix mismatch between displayed icon/window and actual hilighted frameOlivier Fourdan2005-09-011-1/+1
* Add class name, rearrange layout of tabwin, fix warnings when app window vani...Olivier Fourdan2005-09-011-19/+56