summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme-metacity.c
Commit message (Expand)AuthorAgeFilesLines
* misc: remove Coverity annotationsAlberts Muktupāvels2021-03-191-2/+0
* theme-metacity: suppress logically dead code defectsAlberts Muktupāvels2021-03-151-0/+2
* theme-metacity: fix memory leakAlberts Muktupāvels2021-03-141-0/+2
* libmetacity: remove shade, stick and above buttonsAlberts Muktupāvels2020-04-301-55/+0
* libmetacity: remove appmenu buttonAlberts Muktupāvels2020-04-301-11/+1
* libmetacity: fix blurry titlebar fontAlberts Muktupāvels2019-10-161-20/+22
* replace mutter with metacityAlberts Muktupāvels2018-09-091-1/+1
* libmetacity: avoid implicit conversion warningsAlberts Muktupāvels2018-03-111-4/+4
* libmetacity: properly calculate available space for buttonsAlberts Muktupāvels2017-07-201-0/+2
* libmetacity: fix copy/paste errorsAlberts Muktupāvels2017-07-181-2/+2
* libmetacity: don't use MetaFrameStyleSet with GTK+ themeAlberts Muktupāvels2017-04-111-32/+133
* Fix translator commentsPiotr Drąg2017-01-281-4/+4
* libmetacity: add meta_theme_impl_get_scaleAlberts Muktupāvels2016-11-281-3/+3
* libmetacity: add scale to MetaDrawInfoAlberts Muktupāvels2016-11-281-0/+2
* libmetacity: redo button layout codeAlberts Muktupāvels2016-08-181-462/+288
* libmetacity: move all button releated info to MetaButtonLayoutAlberts Muktupāvels2016-08-171-25/+23
* libmetacity: don't expose MetaButtonLayoutAlberts Muktupāvels2016-08-171-8/+11
* libmetacity: rename MetaButtonFunction to MetaButtonTypeAlberts Muktupāvels2016-08-171-171/+171
* libmetacity: don't expose MetaButtonTypeAlberts Muktupāvels2016-08-161-1/+176
* libmetacity: fix copy/paste bugAlberts Muktupāvels2016-07-121-45/+45
* libmetacity: replace ints with doubles in few placesAlberts Muktupāvels2016-07-091-27/+30
* libmetacity: add `shadow` and `resize` bordersAlberts Muktupāvels2016-06-081-4/+16
* libmetacity: don't expose meta_frame_type_from_stringAlberts Muktupāvels2016-06-071-0/+21
* libmetacity: don't expose MetaFrameStyleAlberts Muktupāvels2016-06-071-1/+1
* libmetacity: scale text heightAlberts Muktupāvels2016-06-051-6/+7
* libmetacity: don't use get_window_scale_factor in meta-draw-op.cAlberts Muktupāvels2016-06-031-3/+7
* libmetacity: pass scale to clip_to_rounded_cornersAlberts Muktupāvels2016-06-031-5/+3
* libmetacity: don't ignore background and alpha attributesAlberts Muktupāvels2016-06-031-10/+16
* libmetacity: add composited to MetaThemeImplAlberts Muktupāvels2016-06-031-5/+2
* libmetacity: GObjectize MetaStyleInfoAlberts Muktupāvels2016-06-031-10/+14
* libmetacity: scale window decorations on HiDPI displaysAlberts Muktupāvels2016-03-241-53/+93
* libmetacity: fix build warningAlberts Muktupāvels2016-02-231-0/+1
* libmetacity: remove meta_theme_get_nameAlberts Muktupāvels2016-02-231-11/+0
* theme: redo theme settingsAlberts Muktupāvels2016-02-231-1/+1
* libmetacity: fix titlebar in GTK+ themeAlberts Muktupāvels2016-02-151-11/+7
* libmetacity: don't expose MetaFrameLayoutAlberts Muktupāvels2016-02-071-1/+1
* libmetacity: don't expose MetaDrawOp and MetaDrawOpListAlberts Muktupāvels2016-02-071-1/+1
* libmetacity: rename invisible_border to invisible_resize_borderAlberts Muktupāvels2016-02-071-4/+4
* libmetacity: add substructures to MetaFrameLayoutAlberts Muktupāvels2016-02-071-51/+58
* libmetacity: clip metacity theme drawing to rounded cornersAlberts Muktupāvels2016-02-071-0/+76
* theme: move get_frame_borders, calc_geometry and draw_frameAlberts Muktupāvels2016-02-041-6/+809
* theme: move meta_frame_type_from_string to libmetacityAlberts Muktupāvels2016-02-031-21/+0
* theme: move MetaTheme to libmetacity and GObjectize itAlberts Muktupāvels2016-01-311-13/+12
* theme-parser: merge with MetaThemeMetacityAlberts Muktupāvels2016-01-311-105/+4563
* theme: move styles and style_sets to libmetacityAlberts Muktupāvels2016-01-311-0/+43
* theme: move frame_layouts to MetaThemeMetacityAlberts Muktupāvels2016-01-311-0/+22
* theme: move draw_op_lists to MetaThemeMetacityAlberts Muktupāvels2016-01-311-0/+23
* theme: move integer, float and color constants to MetaThemeMetacityAlberts Muktupāvels2016-01-281-1/+207
* libmetacity: add MetaThemeImpl, MetaThemeGtk and MetaThemeMetacityAlberts Muktupāvels2016-01-281-0/+37