Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-14 | mate-dictionary: include correct header to fix occasional FTBFS | monsta | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948 | |||||
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | Sync translations. | Martin Wimpress | 95 | -31758/+31014 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -7/+10 | |
2017-01-31 | drop all the ancient changelogs | monsta | 10 | -16356/+0 | |
2017-01-13 | Update mate-utils NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -11/+11 | |
formatting. This will make generating release announcements easier. | |||||
2016-11-28 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+6 | |
2016-11-28 | sync with transiflex | raveit65 | 16 | -436/+443 | |
2016-11-22 | mate-screenshot: rename .ui file to the original name | monsta | 4 | -3/+3 | |
no need to mention GTK+3 anymore | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 34 | -1815/+30 | |
and require mate-panel >= 1.17 | |||||
2016-11-22 | fix indent a bit and remove some weird commented code | monsta | 7 | -16/+15 | |
2016-11-22 | gsearchtool: remove win32 & quartz leftovers from libegg | monsta | 2 | -12/+0 | |
2016-11-20 | fix distcheck breakage that somehow was hiding here for years unnoticed | monsta | 1 | -10/+6 | |
ported from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53 | |||||
2016-11-20 | remove obsolete option from distcheck | monsta | 1 | -1/+0 | |
2016-09-20 | release 1.16.0v1.16.0 | raveit65 | 1 | -2/+2 | |
2016-09-19 | update NEWS for 1.16 | monsta | 1 | -49/+9 | |
2016-09-19 | sync with Transifex | monsta | 5 | -25/+27 | |
2016-09-07 | GTK+-3 Baobab: use gdk_cursor_new_for_display | raveit65 | 1 | -4/+6 | |
2016-09-01 | release 1.15.1v1.15.1 | raveit65 | 1 | -0/+32 | |
2016-09-01 | sync with transiflex | raveit65 | 101 | -26752/+27576 | |
2016-09-01 | GTK+-3 logview-prefs: complete migration to GdkRGBA | raveit65 | 1 | -0/+57 | |
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=d71f51f | |||||
2016-09-01 | GTK+-3 logview-window: don't use GtkStyle to get a dim color | raveit65 | 1 | -0/+36 | |
Use the "dim-label" style class instead taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=9c4c0d2 | |||||
2016-09-01 | GTK+-3 logview-filter-manger: don't use deprecated GdkColor | raveit65 | 1 | -0/+42 | |
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=db81a5e | |||||
2016-09-01 | GTK+-3 screenshot-dialog: Avoid resizing the preview too much | raveit65 | 1 | -0/+19 | |
Relying on configure events to resize the preview makes us do more work than necessary and, in particular, gtk+ sometimes sends us phony configure events sized 1x1 which make us hit a pretty CPU intensive resize operation in gdk-pixbuf. Instead, we can avoid all that by creating the preview pixbuf lazily on the draw handler using the actual allocated widget size. https://bugzilla.gnome.org/show_bug.cgi?id=768087 taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?id=c21823b | |||||
2016-09-01 | GTK+-3 screenshot-utils: don't use deprecated GDK api | raveit65 | 1 | -0/+22 | |
Use GdkDevice and GdkDeviceManager instead of the deprecated pointer GDK API. taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?h=gnome-3-4&id=29e5f8c | |||||
2016-09-01 | GTK+-3 screenshot-utils: use GtkStyleContext to draw the area selection | raveit65 | 1 | -2/+24 | |
taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?h=gnome-3-4&id=e25c879 | |||||
2016-09-01 | avoid deprecated gdk_cursor_new () | raveit65 | 4 | -6/+16 | |
2016-09-01 | GTK+-3 babab-chart: use GtkStyleContext | raveit65 | 1 | -0/+8 | |
taken from: https://git.gnome.org/browse/baobab/commit/?id=b6642cd | |||||
2016-09-01 | GTK+-3.0 baobab: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+37 | |
taken from: https://git.gnome.org/browse/baobab/commit/?id=3527995 | |||||
2016-08-12 | drop ancient commented code from Makefile | monsta | 1 | -15/+0 | |
2016-08-07 | GTK+-3 logview-findbar: avoid deprecated gtk_misc_set_alignment () | raveit65 | 1 | -0/+5 | |
2016-08-07 | GTK+-3 logvie-findbar: avoid deprecated gtk_arrow_new () | raveit65 | 1 | -0/+8 | |
2016-08-07 | GTK+-3 logview-findbar: avoid deprecated gtk_widget_modify_font () | raveit65 | 1 | -0/+8 | |
2016-08-07 | GTK+-3 logview-window: avoid deprecated gtk_widget_modify_font () | raveit65 | 1 | -0/+8 | |
2016-08-07 | GTK+-3 search: avoid deprecated gdk_app_launch_context_new () | raveit65 | 1 | -1/+19 | |
2016-08-06 | GTK+-3.0 logview-filter-manager: port GtkTable to GtkGrid | raveit65 | 1 | -0/+24 | |
2016-08-06 | GTK+-3.0 baobab: port GtkTable to GtkGrid | raveit65 | 1 | -8/+132 | |
2016-08-06 | GTK+-3.0 search: port GtkTable to GtkGrid | raveit65 | 1 | -0/+24 | |
2016-08-06 | pre-bump version | raveit65 | 2 | -1/+3 | |
2016-08-06 | screenshot: install both UI files | raveit65 | 2 | -8/+2 | |
this fixes distcheck with creating mate-utils.pot | |||||
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -1/+4 | |
2016-07-01 | po: drop languages not present on Transifex (or present but empty) | monsta | 5 | -13446/+0 | |
2016-06-27 | Fix missing image and effect buttons | Oz N Tiram | 1 | -3/+13 | |
2016-06-21 | po: add new .ui file to POTFILES.in | monsta | 1 | -0/+1 | |
it was missing there and that broke the build :-/ | |||||
2016-06-21 | po: actually add new languages from Transifex | monsta | 1 | -0/+2 | |
2016-06-20 | Add option to print version and exit | Oz N Tiram | 1 | -0/+7 | |
* added code from gnome-screenshot basically | |||||
2016-06-20 | Remove usage of GtkAlignment with GTK+3 | Oz N Tiram | 2 | -3/+6 | |
2016-06-20 | Some more fixes for gtk+3 | Oz N Tiram | 2 | -15/+70 | |
* remove deprecated calls to: - gdk_keyboard_grab - gdk_pointer_grab - gdk_keyboard_ungrab - gdk_pointer_ungrab GTK+3 Replace on_preview_expose_event This method used many deprecated calles. This method was replaced with on_preview_draw, code taken directly from current gnome-screenshot | |||||
2016-06-20 | Remove deprecated usage of gtk_image_new_from_stock | Oz N Tiram | 1 | -1/+5 | |
if using gtk3 | |||||
2016-06-20 | Modify glade file for the new glade format and use it for gtk3 | Oz N Tiram | 4 | -1/+237 | |
* Add glade ui for gtk+3 * Remove usage of things like GTKHBox, GTKHButtonBox and other deprecated widgets |