Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmetacity: avoid implicit conversion warnings | Alberts Muktupāvels | 2018-03-11 | 1 | -4/+4 |
| | | | | | warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] | ||||
* | libmetacity: set a clip region for title | Alberts Muktupāvels | 2017-07-21 | 1 | -0/+11 |
| | |||||
* | libmetacity: add space between buttons and title | Alberts Muktupāvels | 2017-07-20 | 1 | -6/+2 |
| | |||||
* | libmetacity: properly calculate available space for buttons | Alberts Muktupāvels | 2017-07-20 | 2 | -5/+11 |
| | |||||
* | libmetacity: fix copy/paste errors | Alberts Muktupāvels | 2017-07-18 | 2 | -4/+4 |
| | |||||
* | libmetacity: remove unused include | Alberts Muktupāvels | 2017-04-11 | 1 | -1/+0 |
| | |||||
* | libmetacity: don't use MetaFrameStyleSet with GTK+ theme | Alberts Muktupāvels | 2017-04-11 | 5 | -274/+224 |
| | |||||
* | libmetacity: add meta_theme_set_dpi | Alberts Muktupāvels | 2017-04-02 | 2 | -1/+20 |
| | |||||
* | libmetacity: add meta_theme_set_scale | Alberts Muktupāvels | 2017-04-02 | 3 | -24/+41 |
| | |||||
* | libmetacity: track gtk-xft-* settings | Alberts Muktupāvels | 2017-04-02 | 1 | -12/+97 |
| | |||||
* | libmetacity: add meta_theme_impl_set_scale | Alberts Muktupāvels | 2017-04-02 | 2 | -0/+15 |
| | |||||
* | libmetacity: fix copy/paste error | Alberts Muktupāvels | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | libmetacity: add meta_style_info_set_scale | Alberts Muktupāvels | 2017-04-02 | 2 | -12/+31 |
| | |||||
* | libmetacity: do not reload CSS changing composited status | Alberts Muktupāvels | 2017-03-04 | 3 | -9/+60 |
| | |||||
* | libmetacity: fix memory leak | Alberts Muktupāvels | 2017-03-04 | 1 | -0/+3 |
| | |||||
* | libmetacity: fix gradients with one alpha value | Alberts Muktupāvels | 2017-02-25 | 1 | -4/+13 |
| | | | | | | Commit 71d5decc42f3367bcbe2c4656356edd0f94d9feb ported gradient code from GdkPixbuf to cairo. Ported coded wrongly assumed that alpha values always match color stops. | ||||
* | 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. | ||||
* | libmetacity: add meta_theme_impl_get_scale | Alberts Muktupāvels | 2016-11-28 | 5 | -30/+37 |
| | |||||
* | libmetacity: add scale to MetaDrawInfo | Alberts Muktupāvels | 2016-11-28 | 3 | -8/+11 |
| | |||||
* | libmetacity: fix inverted button layout | Alberts Muktupāvels | 2016-10-16 | 1 | -5/+7 |
| | |||||
* | libmetacity: switch from .ssd to .csd | Alberts Muktupāvels | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | libmetacity: add meta_theme_get_buttons | Alberts Muktupāvels | 2016-08-18 | 2 | -0/+60 |
| | |||||
* | libmetacity: don't expose button layout functions | Alberts Muktupāvels | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | libmetacity: don't expose MetaButton struct | Alberts Muktupāvels | 2016-08-18 | 7 | -30/+68 |
| | |||||
* | use structured logging | Alberts Muktupāvels | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | libmetacity: redo button layout code | Alberts Muktupāvels | 2016-08-18 | 11 | -984/+875 |
| | |||||
* | libmetacity: move all button releated info to MetaButtonLayout | Alberts Muktupāvels | 2016-08-17 | 7 | -75/+92 |
| | |||||
* | libmetacity: don't expose MetaButtonLayout | Alberts Muktupāvels | 2016-08-17 | 8 | -21/+23 |
| | |||||
* | libmetacity: rename MetaButtonFunction to MetaButtonType | Alberts Muktupāvels | 2016-08-17 | 16 | -499/+416 |
| | | | | | | Name `function` is used inside Metacity theme. Rename existing MetaButtonType to MetaButtonFunction and MetaButtonFunction to MetaButtonType. | ||||
* | libmetacity: use callback function to get button state | Alberts Muktupāvels | 2016-08-16 | 5 | -71/+100 |
| | |||||
* | libmetacity: don't expose MetaButtonType | Alberts Muktupāvels | 2016-08-16 | 11 | -263/+315 |
| | |||||
* | libmetacity: add meta_theme_set_button_layout | Alberts Muktupāvels | 2016-08-16 | 2 | -13/+27 |
| | |||||
* | libmetacity: redo image scaling | Alberts Muktupāvels | 2016-08-07 | 1 | -32/+81 |
| | |||||
* | libmetacity: rename scale_surface to get_surface_from_pixbuf | Alberts Muktupāvels | 2016-08-07 | 1 | -20/+20 |
| | |||||
* | libmetacity: improve image scaling | Alberts Muktupāvels | 2016-07-14 | 1 | -30/+31 |
| | |||||
* | libmetacity: use fmod with doubles | Alberts Muktupāvels | 2016-07-12 | 1 | -4/+9 |
| | |||||
* | libmetacity: fix copy/paste bug | Alberts Muktupāvels | 2016-07-12 | 1 | -45/+45 |
| | |||||
* | libmetacity: replace ints with doubles in few places | Alberts Muktupāvels | 2016-07-09 | 10 | -125/+168 |
| | | | | | | | | | When we draw decorations we scale down client width and height. This causes problem when client width or height is odd number - decorations is not drawn in full size. Replace ints with doubles to make sure that cairo scales decorations to correct size. Improves HiDPI support. | ||||
* | libmetacity: use cairo to scale images | Alberts Muktupāvels | 2016-07-08 | 1 | -236/+76 |
| | |||||
* | libmetacity: use cairo to apply alpha | Alberts Muktupāvels | 2016-07-07 | 6 | -357/+111 |
| | |||||
* | libmetacity: merge needs_alpha into apply_alpha | Alberts Muktupāvels | 2016-07-07 | 2 | -10/+1 |
| | |||||
* | libmetacity: remove unused gradient functions | Alberts Muktupāvels | 2016-07-07 | 2 | -698/+0 |
| | |||||
* | libmetacity: use cairo to draw tint | Alberts Muktupāvels | 2016-07-07 | 3 | -68/+53 |
| | |||||
* | libmetacity: fix gradients | Alberts Muktupāvels | 2016-07-07 | 1 | -3/+9 |
| | |||||
* | libmetacity: fix 'use cairo to render gradient' commit | Alberts Muktupāvels | 2016-07-07 | 1 | -2/+2 |
| | |||||
* | libmetacity: use cairo to render gradient | Alberts Muktupāvels | 2016-07-07 | 3 | -52/+83 |
| | |||||
* | libmetacity: remove bogus comment | Jasper St. Pierre | 2016-07-07 | 1 | -11/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662962 | ||||
* | libmetacity: consolidate unused ops | Jasper St. Pierre | 2016-07-07 | 1 | -21/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662962 |