Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 4, 2015

  1. Add include of cairo.h when using librsvg

    This should be compatible with both old and new librsvg versions.
    Mikachu committed Mar 4, 2015

Commits on Jan 12, 2015

  1. 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.
    danakj authored and Mikachu committed Jan 12, 2015

Commits on Jan 6, 2015

  1. 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.
    Mikachu committed Jan 6, 2015

Commits on Nov 10, 2014

  1. Update CHANGELOG again.

    Mikachu committed Nov 10, 2014

Commits on Nov 7, 2014

  1. 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.
    danakj committed Nov 7, 2014

Commits on Nov 5, 2014

  1. Clean up translation files

    Correct obvious and remove other fuzzy translations
    Update line numbers
    Fill out Language: header correctly (just the filename without the .po)
    Mikachu committed Nov 5, 2014
  2. Add Galician translation.

    Javier Mancebo authored and Mikachu committed Nov 5, 2014
  3. Update Polish translation.

    kuboslawik authored and Mikachu committed Nov 5, 2014
  4. Make theme.c indentation more locally consistent

    Also removes some comments that is just the code with s/_/ /g
    Mikachu committed Nov 5, 2014
  5. 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.
    Mikachu committed Nov 5, 2014

Commits on Nov 3, 2014

  1. 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.
    Mikachu committed Nov 3, 2014
  2. 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.
    Mikachu committed Nov 3, 2014

Commits on Oct 28, 2014

  1. Update my email address

    Mikachu committed Oct 28, 2014
  2. Some fixes found by coverity for things used before a null check

    In the second case, we actually check the wrong variable.
    Mikachu committed Oct 28, 2014
  3. Fix an if statement getting moved into a loop it shouldn't have

    Found by coverity code analysis.
    Mikachu committed Oct 28, 2014
  4. 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.
    Mikachu committed Oct 28, 2014
  5. Fix compile failure when X_HAVE_UTF8_STRING is not defined

    Peter Åstrand authored and Mikachu committed Oct 28, 2014
  6. 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.
    Mikachu committed Oct 28, 2014
  7. Fix use after free in menu_entry_frame_free

    Edward Sheldrake authored and Mikachu committed Oct 28, 2014
  8. Fix copy paste typo in swap_byte_order

    pterjan authored and Mikachu committed Oct 28, 2014
Older