summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress1-13/+45
2017-01-13support desktop actionsDenis Gorodnichev13-212/+255
2017-01-13pre-bump versionraveit652-1/+3
2017-01-10window-list.c: Fix indentlukefromdc1-14/+14
2017-01-09GTK 3.20/3.22: fix warnings from show-desktop buttonlukefromdc1-4/+14
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-09GTK 3.20/22: fix warnings from tasklist buttonslukefromdc1-0/+15
Force padding and margins to zero. Borders don't seem to throw warnings here
2017-01-09Remove unused variablelukefromdc1-1/+0
2017-01-09GTK 3.20/22 Clock button: force zero padding and marginlukefromdc1-2/+23
Stops negative allocation warnings unless theme sets a border
2017-01-09Clock: remove non-working signal, fix warninglukefromdc1-1/+6
Comment out size-request signal for label, this no longer works if it ever did. Then comment out function this leaves unused.
2017-01-08Gtk-WARNING: Allocating size to GtkAlignment..Denis Gorodnichev1-2/+0
2017-01-05build: don't require canberra, it's not usedmonsta1-1/+1
2017-01-05remove ancient code leftoversmonsta13-1669/+0
once it was some easter egg, now it's just a non-working garbage
2017-01-05xstuff: remove unused codemonsta2-336/+0
2016-12-24build: require libmateweather >= 1.17.0 (GTK+3 only)monsta1-1/+1
2016-11-29Fix: the panel does not display the icon on the mouse with dndZenWalker1-0/+9
Fixes #457
2016-11-22release 1.17.0v1.17.0raveit651-0/+14
2016-11-22sync with transiflexraveit6511-425/+430
2016-11-21rename .ui file of panel properties dialog to the original namemonsta4-4/+4
no need to mention GTK+3 anymore
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta86-5227/+114
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-11-21build: require libmateweather 1.16.0monsta1-5/+2
2016-11-21build: require dconf >= 0.13.4monsta1-11/+2
not sure if we need it though - we use dconf functions from libmate-desktop, not from libdconf directly
2016-11-21libmate-panel-applet: remove redundant GLib version check in panel-plugmonsta2-2/+6
2016-11-21panel-widget: panel_widget_unrealize is used only with GTK+ < 3.18monsta1-1/+2
2016-11-21libmate-panel-applet: add missing bracketsmonsta1-1/+2
2016-11-21build: require libmate-menu 1.10monsta1-1/+1
2016-11-21check for stable release of GTK+3, not for development onemonsta12-27/+27
2016-11-21libegg: remove win32 & quartz leftoversmonsta2-13/+1
2016-11-21fix indent a bitmonsta6-12/+12
2016-11-09clock: fix indent somewhatmonsta5-1699/+1699
2016-11-08clock: remove unused #includemonsta1-1/+0
2016-10-21clock: update tooltip only when new text is differentBłażej Szczygieł1-9/+16
This can prevent problems with OpenGL on some drivers (see #397)
2016-10-20GTK+-3 Calendar Window: force minimum sizelukefromdc1-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-29Merge pull request #483 from Safari77/markcurrentdaylukefromdc1-6/+37
clock-applet: mark current day
2016-09-29clock-applet: mark current daySami Farin1-6/+37
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-09-18update NEWS for 1.16monsta1-42/+12
2016-09-18sync with Transifexmonsta3-35/+36
2016-09-07GTK+-3.20 panel-widget: use GtkSeat instead of deprecated device pointerraveit651-6/+6
2016-09-07GTK+-3.20 top-level: use GtkSeat instead of deprecated device pointerraveit651-8/+20
2016-09-01GTK+-3.20 force quit: use GtkSeat instead of deprecated device pointerraveit651-4/+5
2016-09-01GTK+-3.20 panel-frame: use GtkSeat instead of deprecated device pointerraveit651-3/+2
2016-09-01GTK+-3.20 panel-applet: use GtkSeat instead of deprecated device pointerraveit651-1/+25
2016-09-01release 1.15.1v1.15.1raveit651-0/+31
2016-09-01sync with transiflexraveit65111-18360/+21363
2016-08-31Gtk+-2 properties-dialog: use Mate-ColorButton for gtk2 buildraveit652-6/+10
2016-08-31GTK+-3 properties-dialog: port to GtkColorChooserraveit652-6/+10
2016-08-31properties-dialog: drop usage of MateColorButtonraveit652-12/+10
Use GtkColorButton instead
2016-08-07Fix FTBFS with Gtk 3.18Matt Spaulding1-2/+2
2016-08-03Gtk+3 UI: add panel-properties-dialog-gtk3.uiraveit655-0/+847
which is cleaned from deprecated widgets for >= gtk+-3.14
2016-08-03GTK+-3.0 panel-properties: port to GtkGridraveit651-0/+15