Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-30 | clock: minor corrections in new option | monsta | 1 | -1/+1 | |
2015-10-28 | release 1.11.1 releasemate-panel-1.11.1 | Wolfgang Ulbrich | 2 | -1/+7 | |
2015-10-27 | minor correction in NEWS | monsta | 1 | -1/+0 | |
2015-10-26 | bring back good old deprecated function which works perfectly | Monsta | 1 | -3/+1 | |
thanks to some genius from gnome team, we're now supposed to re-implement gtk_widget_reparent from scratch in every place we need to move a widget between containers. thanks but no thanks. don't fix what's not broken. fixes #360 | |||||
2015-10-25 | run dialog: make app description label unfocusable | Monsta | 2 | -1/+2 | |
2015-10-16 | Merge pull request #355 from clefebvre/locked-position | Clement Lefebvre | 1 | -4/+11 | |
Don't change position/right-stick of locked applets | |||||
2015-10-15 | Don't change position/right-stick of locked applets | Clement Lefebvre | 1 | -4/+11 | |
Until position calculations are refactored to fix the issue of the panel applets getting reordered on resolution changes don't save position/right-stick on locked applets. | |||||
2015-10-10 | Enable or disable calendar week numbers from prefs | lukefromdc | 1 | -2/+17 | |
Add checkbox to enable or disable week numbers in clock preferences window | |||||
2015-10-10 | clock.c: add gesettings key for toggle weeknumbers | lukefromdc | 1 | -0/+6 | |
2015-10-10 | panel-menu-items.c: places menu alpha OK | lukefromdc | 1 | -1/+7 | |
The places menu follows .mate-panel-menu-bar just fine, but buggy wm/gtk3.16 combos require robust RGBA support explicitly set in the application. Add support to panel-menu-items.c as only adding it to menu.c, applet.c, and mate-panel-applet.c will miss this menu. | |||||
2015-10-10 | panel-context-menu.c: custom menu theme support | lukefromdc | 1 | -0/+14 | |
Make the panel context menu follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the panel context menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus. Include robust support for transparent themes even with gtk does not detect a compositing window manager so long as compositing is enabled. | |||||
2015-10-10 | menu.c: robust transparent theme support | lukefromdc | 1 | -3/+17 | |
Ensure any transparent menu theme works even when gtk3.16 or later fails to detect a compositing window manager. This work also present on applet.c and mate-panel-applet.c theme support commits. Main menus already follow .mate-panel-menu-bar .menu so no changes to that | |||||
2015-10-10 | Add custom menu theming support to applet.c | lukefromdc | 1 | -0/+13 | |
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus | |||||
2015-10-10 | clock-make transparent calendars possible | lukefromdc | 1 | -0/+11 | |
Add support for transparent calendar windows, the window background color can be set to any color and alpha value or made transparent with the #MatePanelPopupWindow named widget selector in the gtk theme. Defaults to theme background color if not set, same as before. This is used only for the calendar window right now | |||||
2015-10-10 | custom menu theming support: mate-panel-applet.c | lukefromdc | 1 | -0/+14 | |
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus | |||||
2015-10-09 | Add NEWS for 1.11.0mate-panel-1.11.0 | monsta | 1 | -0/+6 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+3 | |
2015-09-26 | Merge pull request #351 from dnk/warnings | Wolfgang Ulbrich | 2 | -1/+11 | |
eliminate criticals | |||||
2015-09-25 | eliminate criticals | Denis Gorodnichev | 2 | -1/+11 | |
gdk_window_set_geometry_hints accept 0 as flags when geometry is null return 1px width/height while image is not loadded | |||||
2015-09-06 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-06 | Rework gsettings schema building | infirit | 22 | -536/+536 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -3/+3 | |
2015-09-04 | panel-run-dialog: Use g_spawn_async in both Gtk versions. | infirit | 1 | -19/+17 | |
2015-08-31 | check for wnck 3.0.0, not some pre-release version :) | Monsta | 2 | -2/+2 | |
2015-08-29 | Removed obsolete compatibility code | Gymnasiast | 3 | -10/+1 | |
2015-08-26 | Gtk3: Don't use deperated gtk_icon_info_free | yetist | 1 | -0/+4 | |
2015-08-26 | Gtk3: fixed build warning | yetist | 2 | -3/+7 | |
2015-08-26 | Gtk3: Don't use deprecated gtk_style_context_get_font | yetist | 2 | -2/+2 | |
2015-08-26 | Gtk3: Drop GtkArrow in panel_toplevel_add_hide_button | yetist | 1 | -0/+36 | |
2015-08-26 | use G_BEGIN_DECLS & G_END_DECLS | yetist | 2 | -12/+4 | |
2015-08-26 | Gtk3: gdk_display_get_n_screens() always return 1 from 3.10 | yetist | 1 | -0/+4 | |
2015-08-26 | Gtk3: Don't use deprecated gdk_app_launch_context_new | yetist | 1 | -0/+5 | |
2015-08-26 | Always use gtk_container_remove/gtk_container_add | infirit | 1 | -4/+1 | |
Should work fine under both Gtk+ versions. | |||||
2015-08-26 | Gtk3: Don't use deprecated gtk_widget_reparent | yetist | 1 | -0/+5 | |
2015-08-26 | Gtk3: Don't use deprecated gdk_cursor_new | yetist | 2 | -5/+4 | |
2015-08-26 | Gtk3: Don't use deprecated gtk_widget_render_icon_pixbuf | yetist | 1 | -9/+5 | |
2015-08-26 | Gtk3: Don't use deprecated gdk_window_get_pointer | yetist | 2 | -0/+16 | |
2015-08-26 | Gtk3: Don't use deprecated gtk_widget_get_pointer | yetist | 1 | -0/+24 | |
2015-08-24 | removed one more suspicious reference to win32 | Monsta | 1 | -1/+0 | |
2015-08-24 | removed some suspicious references to win32 | Monsta | 1 | -12/+0 | |
2015-08-23 | drop xrandr 1.2 compatibility (it's ancient) | Monsta | 2 | -65/+32 | |
2015-08-19 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-08-06 | Gtk3: Set push_in to FALSE | infirit | 1 | -0/+4 | |
We already do this for the same function in libmate-panel-applet. Thanks to luke on the forums. fixes #330 | |||||
2015-08-03 | Merge pull request #333 from NiceandGently/master | Martin Wimpress | 1 | -0/+1 | |
UI GTK3: use a size request for scrolled window in panel-run dialog | |||||
2015-08-02 | UI GTK3: use a size request for scrolled window in panel-run dialog | raveit65 | 1 | -0/+1 | |
- this fixes program list in GTK3 | |||||
2015-07-14 | na: fix background transparency | Denis Gorodnichev | 1 | -4/+37 | |
2015-07-14 | na: gtk2: fix build | Denis Gorodnichev | 2 | -0/+25 | |
2015-07-14 | na: restore help & about | Denis Gorodnichev | 2 | -16/+115 | |
build fix restore "Help" and "About" menu items | |||||
2015-07-14 | notification applet: support fixed-sized icons | Ryan Lortie | 4 | -24/+214 | |
Add a new _NET_SYSTEM_TRAY_ICON_SIZE property that is set to the value of the "icon-size" style property. The result is that all icons in the tray will be hinted to draw themselves with exactly this pixel size (16x16, for example). Bug #645232 Conflicts: applets/notification_area/na-tray-manager.c applets/notification_area/na-tray-manager.h applets/notification_area/na-tray.h | |||||
2015-07-14 | na: Fix thin lines appearing when an icon is removed | Vincent Untz | 1 | -0/+34 | |
We were simply never removing the NaTrayChild/GtkSocket object from the box when the icon/GtkPlug gets removed. Conflicts: applets/notification_area/na-tray.c |