Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-11 | release 1.16.2v1.16.2 | monsta | 2 | -1/+7 | |
2017-04-11 | GTK+3: properly fit expanded panel to smaller screen size | monsta | 1 | -6/+2 | |
port of 471d39d57525d5d25208d776992336ec8c81c62f to mixed GTK+2/3 code | |||||
2017-04-03 | workspace switcher: enable wrap on scroll for GTK+3 too | monsta | 1 | -5/+12 | |
port of 7d55c5a174884d5f2f301c5ea183fb70dea26363 to mixed GTK+2/3 code | |||||
2017-03-20 | Revert "Suppress the shutdown option in the panel if LTSP_CLIENT is set" | Scott Balneaves | 1 | -1/+1 | |
This reverts commit 8c25e1bdd328a8712735c0b00cf4aede7993da1d. LTSP no longer requires this, and it in fact prevents LTSP machines from shutting down. Closes https://github.com/mate-desktop/mate-panel/issues/535 | |||||
2017-02-16 | Don't spam accessible name changes when it is translated | Colomban Wendling | 1 | -5/+5 | |
Fix the logic guarding against updating the name and description so that it properly checks against strings in the same locale. This prevents spamming accessibility 'accessible-name' change events, avoiding some noise when interacting with the panel. | |||||
2017-01-31 | release 1.16.1v1.16.1 | monsta | 2 | -1/+10 | |
2017-01-31 | clock: fix remaining deprecation for GTK+ >= 3.20 | monsta | 1 | -0/+8 | |
2017-01-27 | GTK 3.20/3.22: fix warnings from show-desktop button | lukefromdc | 1 | -3/+13 | |
Force zero padding, margin, border to stop underallocation warnings. *Note: few themes deliberately use a border here, some (notably Adwaita) inherit it from generic buttons | |||||
2017-01-27 | GTK 3.20/22: fix warnings from tasklist buttons | lukefromdc | 1 | -0/+19 | |
Force padding and margins to zero. Borders don't seem to throw warnings here | |||||
2017-01-27 | GTK 3.20/22 Clock button: force zero padding and margin | lukefromdc | 1 | -2/+22 | |
Stops negative allocation warnings unless theme sets a border | |||||
2017-01-27 | [GTK+3] clock: fix runtime warning about invalid signal | monsta | 1 | -0/+5 | |
port of 02b7511302cef8b527cbc45c1ac674ab28f2dc01 to mixed GTK+2/3 code | |||||
2017-01-27 | [GTK+3] fix runtime warning about allocation | monsta | 1 | -1/+1 | |
port of 0802dc27cae8b42766704e8e848f7fc035c66019 to mixed GTK+2/3 code | |||||
2017-01-27 | [GTK+3] fix showing icon at mouse cursor on launcher d-n-d | ZenWalker | 1 | -0/+11 | |
Fixes #457 | |||||
2016-10-21 | clock: update tooltip only when new text is different | Błażej Szczygieł | 1 | -9/+16 | |
This can prevent problems with OpenGL on some drivers (see #397) | |||||
2016-10-20 | GTK+-3 Calendar Window: force minimum size | lukefromdc | 1 | -0/+3 | |
Force minimum width for calendar window to stop jumping (on locations open/close) in themes that don't enlarge calendar from the rather small default. Set the minimum height smaller than any theme would set it as it otherwise just puts blank space under the last row rather than spacing out the numbers. Apparently GTK2 behaves differently here. Note that the GTK3 only selectors will have to come back out for the dev-gtk3-migration branch | |||||
2016-09-29 | Merge pull request #483 from Safari77/markcurrentday | lukefromdc | 1 | -6/+37 | |
clock-applet: mark current day | |||||
2016-09-29 | clock-applet: mark current day | Sami Farin | 1 | -6/+37 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -42/+12 | |
2016-09-18 | sync with Transifex | monsta | 3 | -35/+36 | |
2016-09-07 | GTK+-3.20 panel-widget: use GtkSeat instead of deprecated device pointer | raveit65 | 1 | -6/+6 | |
2016-09-07 | GTK+-3.20 top-level: use GtkSeat instead of deprecated device pointer | raveit65 | 1 | -8/+20 | |
2016-09-01 | GTK+-3.20 force quit: use GtkSeat instead of deprecated device pointer | raveit65 | 1 | -4/+5 | |
2016-09-01 | GTK+-3.20 panel-frame: use GtkSeat instead of deprecated device pointer | raveit65 | 1 | -3/+2 | |
2016-09-01 | GTK+-3.20 panel-applet: use GtkSeat instead of deprecated device pointer | raveit65 | 1 | -1/+25 | |
2016-09-01 | release 1.15.1v1.15.1 | raveit65 | 1 | -0/+31 | |
2016-09-01 | sync with transiflex | raveit65 | 111 | -18360/+21363 | |
2016-08-31 | Gtk+-2 properties-dialog: use Mate-ColorButton for gtk2 build | raveit65 | 2 | -6/+10 | |
2016-08-31 | GTK+-3 properties-dialog: port to GtkColorChooser | raveit65 | 2 | -6/+10 | |
2016-08-31 | properties-dialog: drop usage of MateColorButton | raveit65 | 2 | -12/+10 | |
Use GtkColorButton instead | |||||
2016-08-07 | Fix FTBFS with Gtk 3.18 | Matt Spaulding | 1 | -2/+2 | |
2016-08-03 | Gtk+3 UI: add panel-properties-dialog-gtk3.ui | raveit65 | 5 | -0/+847 | |
which is cleaned from deprecated widgets for >= gtk+-3.14 | |||||
2016-08-03 | GTK+-3.0 panel-properties: port to GtkGrid | raveit65 | 1 | -0/+15 | |
2016-08-03 | GTK+-3 panel: don't set panel's initial size to G_MAXINT | raveit65 | 1 | -3/+11 | |
Replacing GtkTable with GtkGrid introduced new bug. Warning is - 'Native children wider or taller than 65535 pixels are not supported'. This is caused by setting panels initial size to G_MAXINT. Changing initial size to 0 fixes this new bug. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=02ce072 | |||||
2016-08-03 | GTK+-3 panel-toplevel: port to GtkGrid | raveit65 | 1 | -0/+38 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=281f4d5 | |||||
2016-08-03 | GTK+-3 panel-ditem-editor: replace gtktable with gtkgrid | raveit65 | 1 | -0/+66 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d254806 | |||||
2016-07-31 | clock: remove useless duplication | kajzer | 1 | -2/+0 | |
2016-07-28 | panel-context-menu: use GtkAbout and update copyright | raveit65 | 1 | -7/+2 | |
2016-07-28 | clock: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | window-list: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | show-desktop: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | workspace-switcher: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | window-menu applet: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | na: : use GtkAbout and update copyright | raveit65 | 1 | -4/+3 | |
2016-07-28 | fish: use GtkAbout and update copyright | raveit65 | 1 | -3/+3 | |
2016-07-28 | pre-bump version | raveit65 | 2 | -1/+3 | |
2016-07-26 | multiscreen: drop unused function | monsta | 3 | -47/+0 | |
from https://git.gnome.org/browse/gnome-panel/commit/?id=f89661d8489a75d1c356925c6e53e8ccc9d7fbb9 | |||||
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -1/+4 | |
2016-07-11 | Merge pull request #456 from chrstphrchvz/patch-1 | Martin Wimpress | 1 | -1/+1 | |
fix typo | |||||
2016-07-10 | fix typo | Christopher Chavez | 1 | -1/+1 | |