master
Name already in use
Commits on Mar 4, 2015
-
Add include of cairo.h when using librsvg
This should be compatible with both old and new librsvg versions.
Commits on Mar 3, 2015
Commits on Jan 12, 2015
-
Update the gnome-session support for version 3.9.90 in Ubuntu Trusty
This change is not backward compatible unfortunately. The format of the gnome-session .session files has changed, such that every part of the session is now listed on the RequiredComponents line.
Commits on Jan 6, 2015
-
Special case for unusual monitor setup
When no monitor is at (0,0), the screen rect containing all monitors is not at the origin, but screen_apply_gravity_point assumes the passed x/y are relative to the passed area, so adjust them.
Commits on Nov 10, 2014
Commits on Nov 7, 2014
-
Revert "Include rsvg-cairo.h for cairo-specific things"
This reverts commit effa866. This header is not public and we are not meant to include it.
Commits on Nov 6, 2014
Commits on Nov 5, 2014
-
Correct obvious and remove other fuzzy translations Update line numbers Fill out Language: header correctly (just the filename without the .po)
-
-
-
-
-
Make theme.c indentation more locally consistent
Also removes some comments that is just the code with s/_/ /g
-
Remove wrong code from button mask loading code, bug 6065
The READ_MASK_COPY macro already uses these exact fallbacks, so these lines just overwrote the custom bitmaps with the default fallback bitmaps.
-
Commits on Nov 3, 2014
-
Move final frame adjust in flashing to timeout func
This possibly avoids badness when the timeout destroy notify is removed from the frame release func.
-
Make sure to reset all the GSource timer ids
Avoids warnings like 'Source ID 8382 was not found when attempting to remove it'. In particular some removals were missing in menuframe.c resulting in a warning being printed every time a submenu was opened.
Commits on Oct 28, 2014
-
-
-
Some fixes found by coverity for things used before a null check
In the second case, we actually check the wrong variable.
-
-
Fix an if statement getting moved into a loop it shouldn't have
Found by coverity code analysis.
-
Use PANGO_UNDERLINE_SINGLE for rendering shortcuts
The pango docs say to use _LOW for accelerators, but that causes the line to be drawn beneath the ink extents which for us may be outside the area that gets displayed and we end up with no line at all. We also don't want to extend every menu entry with enough space to fit this possible line.
-
-
Use GString for appending strings
It can take a very long time to print a _NET_WM_ICON property for firefox with the previous code, several minutes. Fixes bug #6042 and also implements the change for append_string.
-
-
-
-