summaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Collapse)AuthorFilesLines
2014-11-22clock: Use lists instead of arraysMonsta1-19/+7
Closes https://github.com/mate-desktop/mate-panel/pull/258
2014-10-03Update Marco WM name as per Marco commitNathan Torchia1-1/+1
Closes https://github.com/mate-desktop/mate-panel/pull/240 cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
2014-06-25Restore way to close windows with middle clickStefano Karapetsas1-1/+2
It was forgot during transition to libwnck Closes https://github.com/mate-desktop/mate-panel/issues/191
2014-06-25Merge pull request #212 from rilian-la-te/fix_expandStefano Karapetsas1-0/+4
Fix expand
2014-06-20Fix RGBA issues for GTK3Konstantin Pugin1-0/+2
2014-06-20Fix expanded panels and size allocationKonstantin Pugin1-0/+4
2014-05-18clock: Dont use deprecated rsvg_pixbuf_from_file_at_sizeStefano Karapetsas3-9/+209
This required to copy some code from GTK3 source to make it working with GTK2 too Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
2014-05-17Remove/comment unused variablesinfirit1-2/+2
2014-05-17Use gtk_combo_box_text_new for gtk+2infirit1-6/+0
It was introduced in gtk+-2.24
2014-05-16Drop support for glib < 2.36infirit1-4/+0
2014-05-16Remove all calls gtk_dialog_set_has_separatorinfirit1-4/+0
2014-05-16Use gtk_list_store_insert_with_values also for gtk2infirit1-12/+0
It was introduced in gtk+-2.6.
2014-05-16Use gdk_window_get_width also for gtk2infirit1-4/+0
It was introduced in gtk+-2.24
2014-05-16Use GDK_WINDOW_XID for gtk+2 and gtk+3infirit2-12/+3
It was introduced in gdk2 already so clean up the code.
2014-04-28Remove autogenerated filesStefano Karapetsas2-203/+0
2014-04-26Use about dialog from libmate-desktopStefano Karapetsas7-7/+18
2014-02-21transient_parent_xid is not usedDenis Gorodnichev4-25/+1
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
2014-02-12notification_area: Some GTK improvementsStefano Karapetsas2-3/+1
2014-02-09help: Avoid file collision with gnome-panelinfirit9-14/+14
Also correct help uri for applets.
2014-01-23clock: Do not try to get width/height of non-existing GdkPixbufStefano Karapetsas1-4/+4
https://git.gnome.org/browse/gnome-panel/commit/applets/clock?id=4729df0cda021c27b76be072023dbee082e49e47
2014-01-23Use gtk_widget_get_preferred_size with GTK3Stefano Karapetsas2-0/+8
2014-01-18notification_area: Fix visibility with GTK3Stefano Karapetsas1-0/+3
2013-12-01Remove has_separator property from ui filesStefano Karapetsas4-6/+0
2013-11-29Merge pull request #145 from infirit/masterStefano Karapetsas2-4/+16
Check if WNCK_CHECK_VERSION is defined
2013-11-28Check if WNCK_CHECK_VERSION is definedinfirit2-0/+12
2013-11-28Revert "Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version"infirit2-8/+1
This reverts commit 428e32cd0f3f2df0cbd4e859304f0935a11612bc.
2013-11-28Revert "Correct wnck/gtk3 check."infirit2-5/+12
This reverts commit a2b1af54a24b93766f5e2ed4a216637dc510ec47.
2013-11-16GTK3: Fix compile warning by using gdk_error_trap_pop_ignored()raveit651-0/+12
2013-11-15wncklet: Fit window list size with GTK3Stefano Karapetsas1-0/+12
2013-11-14Add return to gboolean functionStefano Karapetsas1-0/+3
Closes #134 https://github.com/mate-desktop/mate-panel/issues/134
2013-11-12Correct wnck/gtk3 check.infirit2-12/+5
2013-11-12Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is versionAlex Brinister2-1/+8
3.0
2013-10-26wncklet: Add GTK3 supportStefano Karapetsas6-26/+113
2013-10-26notification_area: Add GTK3 supportStefano Karapetsas8-17/+256
2013-10-26clock: Add GTK3 supportStefano Karapetsas5-12/+176
2013-10-26fish: Add GTK3 supportStefano Karapetsas1-12/+132
2013-10-07Merge pull request #123 from infirit/1.6Stefano Karapetsas1-2/+2
clock-applet: set sane unit values
2013-10-07clock-applet: set sane unit valuesinfirit1-2/+2
2013-07-26wncklet: Come back to libwnckStefano Karapetsas9-92/+96
2013-07-12Use yelp-tools instead of mate-doc-utilsStefano Karapetsas4-7/+7
2013-06-30Fixes for make distStefano Karapetsas3-6/+8
2013-06-29Fix g_type_init deprecationStefano Karapetsas1-0/+2
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-10Removed unused variable.muesli41-1/+0
2013-04-10Merge remote-tracking branch 'upstream/master'muesli41-0/+11
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-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-03add transparency background function for workspace-switcherraveit1-9/+26
2013-02-10Make GSettings schemas translatableStefano Karapetsas11-170/+179