summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme-impl.c
Commit message (Collapse)AuthorAgeFilesLines
* libmetacity: remove shade, stick and above buttonsAlberts Muktupāvels2020-04-301-36/+0
| | | | | | | | | | | | | | | | | 1) These buttons are broken with default GTK theme. As nobody has reported bug I assume these buttons are unused. GTK is default theme type since 3.2.0. 2) These buttons are not supported by client side decorated windows. 3) Few Metacity themes I checked had no icons for these buttons. They had empty draw_ops... 4) These buttons has been removed also from Mutter. Functionality itself is not removed! Still available using window menu and/or keybindings.
* libmetacity: remove appmenu buttonAlberts Muktupāvels2020-04-301-6/+0
| | | | | This button has never been used by Metacity nor by Compiz. Remove everyting related to this button.
* libmetacity: don't use MetaFrameStyleSet with GTK+ themeAlberts Muktupāvels2017-04-111-58/+2
|
* libmetacity: add meta_theme_set_scaleAlberts Muktupāvels2017-04-021-13/+1
|
* libmetacity: add meta_theme_impl_set_scaleAlberts Muktupāvels2017-04-021-0/+11
|
* libmetacity: fix copy/paste errorAlberts Muktupāvels2017-04-021-1/+1
|
* libmetacity: add meta_theme_impl_get_scaleAlberts Muktupāvels2016-11-281-16/+23
|
* libmetacity: redo button layout codeAlberts Muktupāvels2016-08-181-58/+137
|
* libmetacity: rename MetaButtonFunction to MetaButtonTypeAlberts Muktupāvels2016-08-171-16/+16
| | | | | | Name `function` is used inside Metacity theme. Rename existing MetaButtonType to MetaButtonFunction and MetaButtonFunction to MetaButtonType.
* libmetacity: use callback function to get button stateAlberts Muktupāvels2016-08-161-0/+58
|
* libmetacity: don't expose MetaButtonTypeAlberts Muktupāvels2016-08-161-190/+0
|
* libmetacity: don't expose MetaFrameStyleAlberts Muktupāvels2016-06-071-1/+0
|
* libmetacity: add composited to MetaThemeImplAlberts Muktupāvels2016-06-031-0/+23
|
* libmetacity: add get_window_scaling_factorAlberts Muktupāvels2016-03-241-0/+16
| | | | | Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=57c1078ee742d9f01e80e7fe05c88adfec4b4ac3
* libmetacity: move scale_border functionAlberts Muktupāvels2016-03-241-0/+10
|
* libmetacity: remove meta_theme_get_nameAlberts Muktupāvels2016-02-231-7/+0
|
* theme: move get_frame_borders, calc_geometry and draw_frameAlberts Muktupāvels2016-02-041-0/+190
|
* theme: move MetaTheme to libmetacity and GObjectize itAlberts Muktupāvels2016-01-311-11/+10
|
* theme-parser: merge with MetaThemeMetacityAlberts Muktupāvels2016-01-311-0/+3
|
* libmetacity: add a vfunc to load themeAlberts Muktupāvels2016-01-311-0/+27
|
* theme: move style_sets_by_type to MetaThemeImplAlberts Muktupāvels2016-01-311-1/+57
|
* libmetacity: add MetaThemeImpl, MetaThemeGtk and MetaThemeMetacityAlberts Muktupāvels2016-01-281-0/+32