summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-12Fix introspection in makefilesmate-panel-1.6.1Stefano Karapetsas2-3/+3
2013-07-12Bump version to 1.6.1Stefano Karapetsas1-1/+1
2013-06-30Fixes for make distStefano Karapetsas8-18/+28
2013-06-29Fix g_type_init deprecationStefano Karapetsas1-0/+2
2013-06-29Fix indentationStefano Karapetsas1-3/+3
2013-06-24Merge pull request #113 from fedor-elizarov/patch-1Stefano Karapetsas1-1/+1
fix format
2013-06-11fix formatFedor Elizarov1-1/+1
2013-06-02Merge pull request #112 from NiceandGently/masterStefano Karapetsas2-7/+0
remove mate-panelrc
2013-06-02remove mate-panelrcraveit2-7/+0
2013-05-31Another fix for #111Scott Balneaves1-0/+2
2013-05-31fix for #111Scott Balneaves1-0/+1
2013-05-18libmate-panel-applet: Translate spanish commentStefano Karapetsas1-5/+4
2013-05-18Remove old mateconf scriptStefano Karapetsas2-338/+2
2013-05-03Save panel coordinates also if panel is expandedStefano Karapetsas1-31/+29
This will save panel position if the user disable expand Closes #32 (https://github.com/mate-desktop/mate-panel/issues/32)
2013-05-02Allow to set panel orientation only for expanded panelsStefano Karapetsas2-6/+23
Also fix initial position of non-expanded panels
2013-04-27Merge pull request #98 from micolous/masterStefano Karapetsas1-1/+1
Fix for issue #73: when the difference between timezones in the clock applet is less than 1 hour, an offset is not shown
2013-04-21Add manpages for all binariesStefano Karapetsas4-3/+43
Closes #99 (https://github.com/mate-desktop/mate-panel/issues/99)
2013-04-10Merge pull request #96 from muesli4/masterStefano Karapetsas1-2/+1
[Bugfix] wrap-workspaces option in workspace-switcher now persistent over sessions
2013-04-10Removed unused variable.muesli41-1/+0
2013-04-10Merge remote-tracking branch 'upstream/master'muesli43-3/+15
2013-04-10Modified the function workspace_switcher_applet_fill, which now correctly ↵muesli41-1/+1
loads the wrap-workspaces GSchema entry.
2013-04-08clock: Allow users to set custom format in dconf-editorStefano Karapetsas1-0/+11
2013-04-08Fix panels issue when user has two separate X screensStefano Karapetsas1-1/+4
Closes https://github.com/mate-desktop/mate-panel/issues/87 Closes https://github.com/mate-desktop/mate-panel/issues/89
2013-04-07Fix MateConf convert fileStefano Karapetsas1-2/+0
2013-04-04Merge pull request #90 from cygwinports/masterStefano Karapetsas2-2/+2
Build fixes for 1.6
2013-04-04Fix vpath build of GIRYaakov Selkowitz1-1/+1
2013-04-04Fix gtk-doc buildYaakov Selkowitz1-1/+1
2013-04-03Merge pull request #86 from muesli4/masterStefano Karapetsas1-0/+5
Minor bugfix for the workspace switcher applet
2013-04-03Fixed a bug when the toggle button belonging to wrap_workspaces is not ↵muesli41-0/+5
toggled even though the value is TRUE on preferences dialog creation.
2013-03-31Bump version to 1.6.0mate-panel-1.6.0Stefano Karapetsas1-1/+1
2013-03-31Sync translations with transifexStefano Karapetsas2-425/+426
2013-03-31Add empty ChangeLog to allow build from gitStefano Karapetsas1-0/+2
2013-03-24"Removed ChangeLog"Steve Zesch1-2086/+0
2013-03-17Bump version to 1.5.6mate-panel-1.5.6Stefano Karapetsas1-1/+1
2013-03-17Sync translations with transifexStefano Karapetsas101-210939/+162380
2013-03-17Add transifex configuration fileStefano Karapetsas1-0/+7
2013-03-17Merge pull request #81 from NiceandGently/masterStefano Karapetsas1-9/+26
add transparency background function for workspace-switcher
2013-03-03Fix dconf minimum versionsStefano Karapetsas1-2/+2
2013-03-03add transparency background function for workspace-switcherraveit1-9/+26
2013-02-10Make GSettings schemas translatableStefano Karapetsas15-173/+185
2013-02-10Update POTFILES.inStefano Karapetsas1-14/+11
2013-02-10Added a wrap around option for workspace switcherMoritz Bruder3-1/+78
Includes: - a toggle button in the preferences (wrap_workspaces_toggle), a gboolean keeping track (wrap_workspaces) - another entry in the schema (gsettings) - and some minor code changes (which only affect the code when scrolling while on the last or first index)
2013-02-08Bump version to 1.5.5mate-panel-1.5.5Stefano Karapetsas1-1/+1
2013-02-07Fix dependencies versions in configureStefano Karapetsas1-3/+3
2013-02-07wncklet: Set orientation in window listStefano Karapetsas1-0/+3
Closes https://github.com/mate-desktop/mate-panel/issues/58
2013-02-05Merge pull request #72 from MDykstra/masterStefano Karapetsas1-1/+1
AC_CONFIG_HEADERS to please automake 1.13
2013-02-05Fix indentationStefano Karapetsas1-8/+8
2013-02-05Merge pull request #74 from NiceandGently/masterStefano Karapetsas2-10/+48
fix start applications via pkexec through both the menu launcher and ALT+F2
2013-02-05Avoid-double-forking-when-launching-apps-it-breaksraveit2-10/+48
2013-02-02Update applets/clock/clock-location-tile.cMichael Farrell1-1/+1
Fix for issue #73.  Instead of checking for the minutes and hours not equalling zero, check only the minutes aren't 0.