summaryrefslogtreecommitdiff
path: root/libwnck/tasklist.c
Commit message (Expand)AuthorAgeFilesLines
* tasklist: Clarify difference between reset & stop glow in codeVincent Untz2011-01-191-3/+10
* all: Remove deprecated API and change API that had deprecated argumentsVincent Untz2011-01-191-81/+1
* all: Code spacing fixesVincent Untz2011-01-191-188/+188
* Fix build after size-request removalChristian Persch2010-12-031-3/+33
* tasklist: Reorganize how the glow button worksBenjamin Otte2010-10-061-155/+61
* Port to GTK3Benjamin Otte2010-10-061-176/+73
* [all] More GSeal workVincent Untz2010-06-011-0/+5
* Revert part of last commitAndre Klapper2010-04-161-1/+1
* Fix a few issues when building with GSEAL_ENABLED. See bug 612490.Andre Klapper2010-04-161-1/+1
* [tasklist] Fix a GSeal issueVincent Untz2010-03-111-4/+12
* [all] Start fixing the build with GSEAL_ENABLEDVincent Untz2010-03-101-68/+133
* [tasklist] Do not lose the pinned status when dragging a windowVincent Untz2010-03-091-1/+2
* [all] Build with latest GSeal'ed gtk+Vincent Untz2010-03-041-3/+3
* [tasklist] Always show icons in group menuMarcus Carlson2009-09-081-1/+5
* undef WNCK_DISABLE_DEPRECATED, since that's internal code.Vincent Untz2009-01-061-0/+2
* single include for gtk+. Patch by Pedro Fragoso <ember@ubuntu.com>, fixVincent Untz2008-12-101-0/+1
* List windows that demands attention in the tasklist when they're in theVincent Untz2008-03-191-1/+3
* Activate the window when the user drags and drops it quickly on itself.Vincent Untz2007-11-111-0/+45
* remove useless include use wnck_action_menu_new() instead of deprecatedVincent Untz2007-11-111-2/+2
* Better fix for bug #476299.Vincent Untz2007-10-151-10/+1
* validate the strings coming from libsn so we're sure they're UTF-8. FixVincent Untz2007-10-151-1/+10
* remove weak pointers on fields in task structure before freeing task blockRay Strode2007-07-311-0/+4
* use Deprecated:2.20: instead of just Deprecated:Vincent Untz2007-07-101-5/+5
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* mention that it works as expected with viewport.Vincent Untz2007-07-101-0/+9
* Keep a list of tasks that don't belong to any class group. Fix bugVincent Untz2007-07-061-0/+41
* Fix bug #308552.Vincent Untz2007-06-261-43/+53
* updated (wnck_tasklist_set_minimum_width),Vincent Untz2007-06-261-40/+16
* Fix size of buttons in tasklist changing with the text. Fix bug #310809.Vincent Untz2007-06-261-12/+32
* Cleanups and deprecate some WnckScreen functions that shouldn't have beenVincent Untz2007-06-241-12/+56
* do not group together windows without a class. Fix bug #165075.Vincent Untz2007-06-231-13/+26
* add a small assertionVincent Untz2007-06-231-0/+2
* add dragging of windows from a grouped task menuVincent Untz2007-06-211-4/+33
* Make the glowing effect use cairo. This makes it work with RGBA. Patch byVincent Untz2007-06-201-53/+47
* killed (wnck_task_expose): don't draw small dots that people don't see,Vincent Untz2007-06-201-15/+7
* only make the button glow if the task needs attention. It doesn't changeVincent Untz2007-06-201-2/+2
* Stop the glowing effect in the tasklist for urgent windows after a while.Vincent Untz2007-06-201-9/+43
* always show window needing attention. This worked with multiple workspace,Vincent Untz2007-06-191-2/+4
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-191-62/+139
* be a bit safer when calling cairo_rectangle() add a FIXMEVincent Untz2007-06-191-0/+8
* add tooltip add link for icon name vs name in tasklistVincent Untz2007-06-191-0/+4
* use icon names, to be consistent (to not have the text changed when tasksVincent Untz2007-06-191-10/+9
* use name, not the icon name of the window updated new, since this isVincent Untz2007-06-191-26/+27
* use the last allocation as a basis for the fake allocation used to computeVincent Untz2007-06-191-23/+4
* Be a bit more friendly to people who want to use our widgets throughVincent Untz2007-06-181-10/+28
* Fix a crash when dragging a window to somewhere like anotherVincent Untz2007-06-181-1/+2
* kill updated to use wnck_screen_get_number()Vincent Untz2007-06-181-1/+1
* add lots of Since: tags.Vincent Untz2007-06-181-0/+4
* use gtk_widget_set_tooltip_text()Vincent Untz2007-06-181-10/+2
* disconnect signal handlers for all windowsVincent Untz2007-06-181-1/+25