| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid crashing if the X Resource extension is not present. (#489087) | Matthias Clasen | 2007-10-22 | 1 | -27/+36 |
* | Better fix for bug #476299. | Vincent Untz | 2007-10-15 | 2 | -10/+15 |
* | validate the strings coming from libsn so we're sure they're UTF-8. Fix | Vincent Untz | 2007-10-15 | 1 | -1/+10 |
* | always connect to the window events, even if the menu is not opened. We | Vincent Untz | 2007-10-10 | 1 | -2/+2 |
* | Add translator comments. Fixes bug #468320. | Andre Klapper | 2007-08-21 | 2 | -3/+67 |
* | remove weak pointers on fields in task structure before freeing task block | Ray Strode | 2007-07-31 | 1 | -0/+4 |
* | Fix typo in message (missing right parenthesis). | Theppitak Karoonboonyanan | 2007-07-10 | 1 | -1/+1 |
* | use Deprecated:2.20: instead of just Deprecated: | Vincent Untz | 2007-07-10 | 6 | -12/+13 |
* | add myself add myself for the copyright of relevant files | Vincent Untz | 2007-07-10 | 22 | -0/+22 |
* | reorganize a bit some part of the API documentation | Vincent Untz | 2007-07-10 | 1 | -7/+19 |
* | mention that it works as expected with viewport. | Vincent Untz | 2007-07-10 | 1 | -0/+9 |
* | Correctly draw workspaces with viewport in the pager. As a special case, | Vincent Untz | 2007-07-10 | 1 | -17/+115 |
* | Make the window action menu work with viewport, for our compiz friends. | Vincent Untz | 2007-07-10 | 1 | -98/+382 |
* | Make the window action menu work when more things change. | Vincent Untz | 2007-07-08 | 1 | -96/+164 |
* | Add wnck_window_is_below()/make_below()/unmake_below() Fix bug #453982. | Vincent Untz | 2007-07-07 | 3 | -4/+90 |
* | Keep a list of tasks that don't belong to any class group. Fix bug | Vincent Untz | 2007-07-06 | 1 | -0/+41 |
* | add assertion to make it clear how this works. Makes it possible to close | Vincent Untz | 2007-06-29 | 1 | -0/+2 |
* | Fix bug #308552. | Vincent Untz | 2007-06-26 | 1 | -43/+53 |
* | updated (wnck_tasklist_set_minimum_width), | Vincent Untz | 2007-06-26 | 2 | -40/+18 |
* | Fix size of buttons in tasklist changing with the text. Fix bug #310809. | Vincent Untz | 2007-06-26 | 1 | -12/+32 |
* | call _wnck_error_trap_push() and _wnck_error_trap_pop() (mainly for the | Vincent Untz | 2007-06-24 | 3 | -30/+112 |
* | make "wnckprop --list" (and others action on the screen without a --screen | Vincent Untz | 2007-06-24 | 1 | -1/+8 |
* | fix the doc API for wnck_application_get_icon() and | Vincent Untz | 2007-06-24 | 1 | -6/+6 |
* | Make it possible to print information about a class group or an | Vincent Untz | 2007-06-24 | 1 | -53/+206 |
* | add wnck_workspace_get_screen() API, for consistency | Vincent Untz | 2007-06-24 | 3 | -164/+400 |
* | updated to use wnck_workspace_get_neighbor() | Vincent Untz | 2007-06-24 | 1 | -27/+17 |
* | Add new API to get layout information about a workspace. Also add a mode | Vincent Untz | 2007-06-24 | 5 | -123/+552 |
* | move private WnckClassGroup functions to private.h | Vincent Untz | 2007-06-24 | 2 | -5/+8 |
* | forgot the "Since:" for documentation | Vincent Untz | 2007-06-24 | 1 | -0/+2 |
* | new API, for consistency. Fix also two API docs. | Vincent Untz | 2007-06-24 | 2 | -2/+21 |
* | Cleanups and deprecate some WnckScreen functions that shouldn't have been | Vincent Untz | 2007-06-24 | 5 | -22/+71 |
* | do not group together windows without a class. Fix bug #165075. | Vincent Untz | 2007-06-23 | 1 | -13/+26 |
* | add a small assertion | Vincent Untz | 2007-06-23 | 1 | -0/+2 |
* | add dragging of windows from a grouped task menu | Vincent Untz | 2007-06-21 | 1 | -4/+33 |
* | Add a --transparent command line for test-tasklist Patch by Ryan Lortie | Vincent Untz | 2007-06-20 | 1 | -0/+58 |
* | Make the glowing effect use cairo. This makes it work with RGBA. Patch by | Vincent Untz | 2007-06-20 | 1 | -53/+47 |
* | killed (wnck_task_expose): don't draw small dots that people don't see, | Vincent Untz | 2007-06-20 | 1 | -15/+7 |
* | only make the button glow if the task needs attention. It doesn't change | Vincent Untz | 2007-06-20 | 1 | -2/+2 |
* | Stop the glowing effect in the tasklist for urgent windows after a while. | Vincent Untz | 2007-06-20 | 3 | -17/+106 |
* | update docs to have indexes of symbols. add TODO | Vincent Untz | 2007-06-20 | 3 | -4/+18 |
* | rework TODO list | Vincent Untz | 2007-06-20 | 1 | -9/+13 |
* | add a new is_state_relevant argument | Vincent Untz | 2007-06-20 | 2 | -10/+19 |
* | Add new features to wnckprop: it can now change properties of windows, but | Vincent Untz | 2007-06-20 | 3 | -111/+945 |
* | always show window needing attention. This worked with multiple workspace, | Vincent Untz | 2007-06-19 | 1 | -2/+4 |
* | Use GSlice. | Vincent Untz | 2007-06-19 | 2 | -6/+6 |
* | Use g_type_class_add_private(), initialize all private fields in _init() | Vincent Untz | 2007-06-19 | 8 | -210/+442 |
* | be a bit safer when calling cairo_rectangle() add a FIXME | Vincent Untz | 2007-06-19 | 3 | -2/+13 |
* | add missing include. Fix bug #449186. | Vincent Untz | 2007-06-19 | 1 | -0/+1 |
* | add tooltip add link for icon name vs name in tasklist | Vincent Untz | 2007-06-19 | 1 | -0/+4 |
* | use icon names, to be consistent (to not have the text changed when tasks | Vincent Untz | 2007-06-19 | 4 | -42/+40 |