summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-07-05build: Add glib-2.0 module in PKG_CHECK_MODULES(LIBEGG)rbuj1-1/+1
2020-06-15pre-bump versionraveit651-1/+1
2020-06-11libegg: use git submoduleWu Xiaotian1-2/+3
2020-04-10use default MATE_COMPILE_WARNINGS levelraveit651-1/+1
2020-03-26Add 96x96 iconsrbuj1-0/+1
2020-03-26Add 64x64 iconsrbuj1-0/+1
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh
2020-03-26Add 256x256 iconsrbuj1-0/+1
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 256 -h 256 $SVG -o 256x256/${file%.svg}.png"; done | sh
2020-02-09release 1.24.0v1.24.0raveit651-1/+1
2020-02-06build: show warning flags on configure summaryrbuj1-0/+1
2020-01-23release 1.23.3v1.23.3raveit651-1/+1
2020-01-23Revert "release 1.23.2"raveit651-1/+1
This reverts commit 815feeb113fe3b13a4e111e70b295fb6477f7e4a.
2020-01-23release 1.23.2raveit651-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian1-4/+3
2019-10-11release 1.23.2v1.23.2raveit651-1/+1
2019-10-01Set compiler debug flags using MATE_DEBUG_CHECKrbuj1-0/+1
-enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: file mate-panel/mate-panel: ..., not stripped $ ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped
2019-08-31build: use AC_STRUCT_DIRENT_D_TYPE instead of custom macromonsta1-2/+5
it defines the same HAVE_STRUCT_DIRENT_D_TYPE as before taken from: https://github.com/GNOME/gnome-panel/commit/56b8d88bf467f8a332947930338e7c4f43b4751e
2019-07-07Add Wayland backendWilliam Wold1-2/+0
2019-06-23release 1.23.1v1.23.1raveit651-1/+1
2019-06-19Switch out wayland protocols for gtk-layer-shell dependencyWilliam Wold1-4/+6
2019-05-09Determine libwnck version during configureVictor Kareh1-1/+10
2019-03-31pre-bump versionraveit651-1/+1
2019-02-24release 1.22.0v1.22.0raveit651-1/+1
2019-02-07fix make distcheck fail on debianWu Xiaotian1-1/+0
2018-12-21Disallow building without X11 supportWilliam Wold1-4/+4
2018-12-21Allow for enabling and disabling a backend without affecting the otherWilliam Wold1-29/+29
2018-12-10Include Wayland protocol generating makefile in build systemWilliam Wold1-0/+1
2018-12-09Updated configure.ac for Wayland supportWilliam Wold1-2/+57
2018-12-05Remove legacy X11 package detectionWilliam Wold1-20/+1
2018-11-24pre-bump versionraveit651-1/+1
2018-11-15release 1.21.3v1.21.3raveit651-1/+1
2018-11-14Migrate mate-panel from dbus-glib to gdbusyetist1-5/+2
- Code optimization - Put GDBusProxy in PanelSessionManager struct
2018-10-20na-tray: wide panels, add GSettings to the appletFabien Broquard1-0/+1
The new GSettings allow to change and remember the minimum icon size for the grid. The default icon size is set at 24px.
2018-09-28release 1.21.2v1.21.2raveit651-1/+1
2018-05-30release 1.21.1v1.21.1raveit651-1/+1
2018-05-30update mate-menus requiremntraveit651-1/+1
2018-04-26release 1.21.0v1.21.0raveit651-1/+1
2018-04-26css: Convert to GResourceraveit651-0/+1
2018-04-26clock: Use new GdkPixbuf API to load resourcesVincent Untz1-1/+1
origin commit: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=3c0af36
2018-04-26libpanel-applet: Add panel_applet_setup_menu_from_resource() APIVincent Untz1-0/+1
Add API to be able to use the new GResource framework. origin commit: https://git.gnome.org/browse/gnome-panel/commit/?id=182cefd
2018-02-02release 1.20raveit651-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-6/+2
2018-01-26Bump version to 1.19.6v1.19.6Martin Wimpress1-1/+1
2018-01-24release 1.19.5v1.19.5raveit651-1/+1
2018-01-22bump minimum required libwnck version to 3.4.6monsta1-1/+1
and drop WNCK_CHECK_VERSION usage
2017-12-24release 1.19.4v1.19.4raveit651-1/+1
2017-07-18pre-release version bumpraveit651-1/+1
2017-07-18release 1.19.2v1.19.2raveit651-1/+1
2017-06-13release 1.19.1v1.19.1raveit651-1/+1
2017-05-16remove a needless glib checkraveit651-3/+1
2017-03-30pre-bump versionraveit651-1/+1