Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to 3.23.90, update NEWS3.23.90 | Alberts Muktupāvels | 2017-02-16 | 2 | -1/+13 |
| | |||||
* | Update Brazilian Portuguese translation | Enrico Nicoletto | 2017-02-06 | 1 | -169/+132 |
| | |||||
* | libmetacity: use POS_EXPR_INT for POS_TOKEN_VARIABLE | Alberts Muktupāvels | 2017-02-05 | 3 | -2/+13 |
| | | | | | | | | | | Commit 90f64f2ba50413c3fd20a7049162736e2eb98811 changed POS_TOKEN_VARIABLE type from POS_EXPR_INT to POS_EXPR_DOUBLE. Unfortunately this breaks existing themes. Use POS_EXPR_DOUBLE only on HiDPI screens (scale > 1) to restore previous behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=778209 | ||||
* | libmetacity: add missing break statement | Alberts Muktupāvels | 2017-02-05 | 1 | -0/+1 |
| | |||||
* | Fix translator comments | Piotr Drąg | 2017-01-28 | 2 | -8/+8 |
| | | | | They need to be exactly one line above a string to show up in .po files. | ||||
* | compositor: turn into a GObject | Alberts Muktupāvels | 2017-01-08 | 8 | -276/+516 |
| | |||||
* | compositor: rename files | Alberts Muktupāvels | 2017-01-08 | 11 | -24/+27 |
| | |||||
* | compositor: add missing vfuncs | Alberts Muktupāvels | 2017-01-08 | 4 | -82/+125 |
| | |||||
* | compositor: reformat | Alberts Muktupāvels | 2017-01-08 | 3 | -117/+132 |
| | |||||
* | core: simplify code | Alberts Muktupāvels | 2017-01-08 | 3 | -83/+49 |
| | |||||
* | display: remove unneeded code | Alberts Muktupāvels | 2017-01-08 | 1 | -14/+0 |
| | |||||
* | display: always have a valid compositor | Alberts Muktupāvels | 2017-01-08 | 3 | -40/+61 |
| | |||||
* | tile-preview: remove unneeded parameter | Alberts Muktupāvels | 2017-01-08 | 3 | -5/+4 |
| | |||||
* | compositor: rename xrender_ prefix to meta_compositor_xrender_ | Alberts Muktupāvels | 2017-01-08 | 1 | -54/+54 |
| | |||||
* | compositor: add MetaCompositorNone | Alberts Muktupāvels | 2017-01-08 | 3 | -0/+161 |
| | |||||
* | remove meta_display_get_compositor | Alberts Muktupāvels | 2017-01-08 | 2 | -7/+0 |
| | |||||
* | compositor: remove unused define | Alberts Muktupāvels | 2017-01-08 | 1 | -2/+0 |
| | |||||
* | compositor: remove DISPLAY_COMPOSITOR define | Alberts Muktupāvels | 2017-01-08 | 1 | -119/+114 |
| | |||||
* | compositor: remove more unused variables | Alberts Muktupāvels | 2017-01-08 | 1 | -8/+0 |
| | |||||
* | compositor: use atoms from MetaDisplay | Alberts Muktupāvels | 2017-01-08 | 3 | -85/+35 |
| | |||||
* | compositor: remove unused variable | Alberts Muktupāvels | 2017-01-08 | 1 | -2/+0 |
| | |||||
* | display: remove meta_display_screen_for_x_screen | Alberts Muktupāvels | 2017-01-08 | 3 | -14/+5 |
| | |||||
* | display: replace active_screen and screens with screen | Alberts Muktupāvels | 2017-01-08 | 6 | -185/+44 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2016-12-22 | 1 | -128/+107 |
| | |||||
* | Update Swedish translation | Josef Andersson | 2016-12-21 | 1 | -132/+101 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2016-12-20 | 1 | -132/+96 |
| | |||||
* | Update Polish translation | Piotr Drąg | 2016-12-15 | 1 | -9/+9 |
| | |||||
* | Revert spelling fix and add quotation marks | Piotr Drąg | 2016-12-15 | 1 | -1/+1 |
| | | | | To make it clear that these are command line arguments. | ||||
* | Update German translation | Mario Blättermann | 2016-12-09 | 1 | -158/+125 |
| | |||||
* | bump version to development version | Alberts Muktupāvels | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | Update Polish translation | Piotr Drąg | 2016-11-28 | 1 | -21/+38 |
| | |||||
* | Spell GTK+ and Metacity correctly | Piotr Drąg | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | Update POTFILES.in | Piotr Drąg | 2016-11-28 | 1 | -0/+1 |
| | |||||
* | libmetacity: add meta_theme_impl_get_scale | Alberts Muktupāvels | 2016-11-28 | 5 | -30/+37 |
| | |||||
* | theme-viewer: add two command-line options | Alberts Muktupāvels | 2016-11-28 | 3 | -3/+99 |
| | |||||
* | libmetacity: add scale to MetaDrawInfo | Alberts Muktupāvels | 2016-11-28 | 3 | -8/+11 |
| | |||||
* | Updated Danish translation | Ask Hjorth Larsen | 2016-11-28 | 1 | -998/+1145 |
| | |||||
* | tile-preview: avoid deprecated gtk_widget_is_composited | Alberts Muktupāvels | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | group: add error trap | Alberts Muktupāvels | 2016-11-01 | 1 | -2/+8 |
| | | | | https://bugs.launchpad.net/bugs/1638153 | ||||
* | tabpopup: avoid deprecation warnings | Alberts Muktupāvels | 2016-10-26 | 1 | -6/+7 |
| | |||||
* | tabpopup: remove unused screen_width parameter | Alberts Muktupāvels | 2016-10-26 | 1 | -3/+2 |
| | |||||
* | tile-preview: avoid a deprecation warning | Alberts Muktupāvels | 2016-10-26 | 1 | -3/+4 |
| | |||||
* | frames: don't bother painting the background | Jasper St. Pierre | 2016-10-26 | 1 | -23/+0 |
| | | | | GDK (and also GTK+!) do this for us already. | ||||
* | ui: avoid a deprecation warning | Alberts Muktupāvels | 2016-10-26 | 3 | -9/+1 |
| | |||||
* | fixedtip: avoid deprecation warnings | Alberts Muktupāvels | 2016-10-26 | 1 | -7/+7 |
| | |||||
* | metacity-window-demo: fix build warnings | Alberts Muktupāvels | 2016-10-26 | 1 | -3/+8 |
| | |||||
* | metacity-window-demo: add warn cflags | Alberts Muktupāvels | 2016-10-26 | 1 | -1/+6 |
| | |||||
* | metacity-window-demo: avoid deprecation warnings | Alberts Muktupāvels | 2016-10-26 | 1 | -3/+14 |
| | |||||
* | compositor: set cw->window to NULL in xrender_free_window | Alberts Muktupāvels | 2016-10-25 | 1 | -0/+1 |
| | |||||
* | libmetacity: fix inverted button layout | Alberts Muktupāvels | 2016-10-16 | 1 | -5/+7 |
| |