summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashing if the X Resource extension is not present. (#489087)Matthias Clasen2007-10-221-27/+36
* Better fix for bug #476299.Vincent Untz2007-10-152-10/+15
* validate the strings coming from libsn so we're sure they're UTF-8. FixVincent Untz2007-10-151-1/+10
* always connect to the window events, even if the menu is not opened. WeVincent Untz2007-10-101-2/+2
* Add translator comments. Fixes bug #468320.Andre Klapper2007-08-212-3/+67
* remove weak pointers on fields in task structure before freeing task blockRay Strode2007-07-311-0/+4
* Fix typo in message (missing right parenthesis).Theppitak Karoonboonyanan2007-07-101-1/+1
* use Deprecated:2.20: instead of just Deprecated:Vincent Untz2007-07-106-12/+13
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-1022-0/+22
* reorganize a bit some part of the API documentationVincent Untz2007-07-101-7/+19
* mention that it works as expected with viewport.Vincent Untz2007-07-101-0/+9
* Correctly draw workspaces with viewport in the pager. As a special case,Vincent Untz2007-07-101-17/+115
* Make the window action menu work with viewport, for our compiz friends.Vincent Untz2007-07-101-98/+382
* Make the window action menu work when more things change.Vincent Untz2007-07-081-96/+164
* Add wnck_window_is_below()/make_below()/unmake_below() Fix bug #453982.Vincent Untz2007-07-073-4/+90
* Keep a list of tasks that don't belong to any class group. Fix bugVincent Untz2007-07-061-0/+41
* add assertion to make it clear how this works. Makes it possible to closeVincent Untz2007-06-291-0/+2
* Fix bug #308552.Vincent Untz2007-06-261-43/+53
* updated (wnck_tasklist_set_minimum_width),Vincent Untz2007-06-262-40/+18
* Fix size of buttons in tasklist changing with the text. Fix bug #310809.Vincent Untz2007-06-261-12/+32
* call _wnck_error_trap_push() and _wnck_error_trap_pop() (mainly for theVincent Untz2007-06-243-30/+112
* make "wnckprop --list" (and others action on the screen without a --screenVincent Untz2007-06-241-1/+8
* fix the doc API for wnck_application_get_icon() andVincent Untz2007-06-241-6/+6
* Make it possible to print information about a class group or anVincent Untz2007-06-241-53/+206
* add wnck_workspace_get_screen() API, for consistencyVincent Untz2007-06-243-164/+400
* updated to use wnck_workspace_get_neighbor()Vincent Untz2007-06-241-27/+17
* Add new API to get layout information about a workspace. Also add a modeVincent Untz2007-06-245-123/+552
* move private WnckClassGroup functions to private.hVincent Untz2007-06-242-5/+8
* forgot the "Since:" for documentationVincent Untz2007-06-241-0/+2
* new API, for consistency. Fix also two API docs.Vincent Untz2007-06-242-2/+21
* Cleanups and deprecate some WnckScreen functions that shouldn't have beenVincent Untz2007-06-245-22/+71
* 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
* Add a --transparent command line for test-tasklist Patch by Ryan LortieVincent Untz2007-06-201-0/+58
* 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-203-17/+106
* update docs to have indexes of symbols. add TODOVincent Untz2007-06-203-4/+18
* rework TODO listVincent Untz2007-06-201-9/+13
* add a new is_state_relevant argumentVincent Untz2007-06-202-10/+19
* Add new features to wnckprop: it can now change properties of windows, butVincent Untz2007-06-203-111/+945
* always show window needing attention. This worked with multiple workspace,Vincent Untz2007-06-191-2/+4
* Use GSlice.Vincent Untz2007-06-192-6/+6
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-198-210/+442
* be a bit safer when calling cairo_rectangle() add a FIXMEVincent Untz2007-06-193-2/+13
* add missing include. Fix bug #449186.Vincent Untz2007-06-191-0/+1
* 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-194-42/+40