summaryrefslogtreecommitdiff
path: root/libmetacity
Commit message (Collapse)AuthorAgeFilesLines
* libmetacity: fix build warningAlberts Muktupāvels2016-02-231-0/+1
|
* libmetacity: remove meta_theme_get_nameAlberts Muktupāvels2016-02-236-64/+1
|
* theme: redo theme settingsAlberts Muktupāvels2016-02-233-70/+1
|
* theme: stop hiding titlebar buttons in dialogsFlorian Müllner2016-02-221-3/+0
| | | | | | | As design patterns have evolved, dialogs that use CSD do use titlebar buttons, so it's time to re-enable them for SSD as well. https://bugzilla.gnome.org/show_bug.cgi?id=641630
* libmetacity: fix get_shadow_extentsAlberts Muktupāvels2016-02-221-1/+1
|
* libmetacity: link with math libraryAlberts Muktupāvels2016-02-151-0/+1
|
* libmetacity: don't draw titlebar in fullscreenAlberts Muktupāvels2016-02-151-0/+3
|
* libmetacity: fix titlebar in GTK+ themeAlberts Muktupāvels2016-02-153-30/+23
|
* libmetacity: remove meta_theme_get_theme_typeAlberts Muktupāvels2016-02-122-8/+0
|
* libmetacity: don't expose MetaFrameLayoutAlberts Muktupāvels2016-02-078-7/+15
|
* libmetacity: don't expose private functionsAlberts Muktupāvels2016-02-072-0/+11
|
* libmetacity: don't expose MetaDrawSpecAlberts Muktupāvels2016-02-074-6/+10
|
* libmetacity: don't expose MetaColorSpecAlberts Muktupāvels2016-02-077-8/+14
|
* libmetacity: don't expose MetaGradientSpecAlberts Muktupāvels2016-02-076-55/+35
|
* libmetacity: don't expose MetaDrawOp and MetaDrawOpListAlberts Muktupāvels2016-02-077-11/+22
|
* libmetacity: rename meta_style_info_create_font_descAlberts Muktupāvels2016-02-072-3/+3
|
* libmetacity: don't expose MetaStyleInfoAlberts Muktupāvels2016-02-076-42/+44
|
* libmetacity: correctly center button verticallyAlberts Muktupāvels2016-02-071-2/+2
|
* libmetacity: use correct style context to retrieve border-radiusAlberts Muktupāvels2016-02-071-19/+20
|
* libmetacity: make sure invisible area is large enoughAlberts Muktupāvels2016-02-072-4/+36
|
* libmetacity: rename invisible_border to invisible_resize_borderAlberts Muktupāvels2016-02-074-27/+20
|
* libmetacity: support margins on titlebar title/buttons in GTK+ themeAlberts Muktupāvels2016-02-072-3/+34
| | | | | | | | | GTK+ improved its CSS support, and the default theme started to make use of it, so we must update our theming code accordingly. Add support for margins where they make sense. Adapted from: https://git.gnome.org/browse/mutter/commit/?id=e0ffef06dd810ff5acb54605f05f95133541151b
* libmetacity: consider minimum sizes in GTK+ themeAlberts Muktupāvels2016-02-072-5/+30
| | | | | | | | | GTK+ improved its CSS support, and the default theme started to make use of it, so we must update our theming code accordingly. Start by supporting min-width/min-height where it makes sense. Adapted from: https://git.gnome.org/browse/mutter/commit/?id=d5b69bcd542b759af661de2caa5a0e7fe6901e9f
* libmetacity: add substructures to MetaFrameLayoutAlberts Muktupāvels2016-02-075-224/+257
| | | | | | | | Add gtk and metacity substructures to MetaFrameLayout. Move GTK+ or Metacity only variables to these substructures. This commit also adapts changes from this mutter commit: https://git.gnome.org/browse/mutter/commit/?id=6b92b45021773b93c008aafb4fcd24167784b0d6
* libmetacity: redo meta_theme_invalidateAlberts Muktupāvels2016-02-071-27/+1
|
* libmetacity: rename theme invalidation functionAlberts Muktupāvels2016-02-072-3/+3
|
* libmetacity: remove meta_theme_get_compositedAlberts Muktupāvels2016-02-072-8/+0
|
* libmetacity: clip metacity theme drawing to rounded cornersAlberts Muktupāvels2016-02-071-0/+76
|
* libmetacity: remove button background rects from GTK+ themeAlberts Muktupāvels2016-02-071-92/+18
|
* libmetacity: don't use GtkSettings to change gtk-theme-nameAlberts Muktupāvels2016-02-074-27/+62
|
* theme: move get_current and set_current to libmetacityAlberts Muktupāvels2016-02-042-0/+70
|
* theme: move get_frame_borders, calc_geometry and draw_frameAlberts Muktupāvels2016-02-047-27/+2085
|
* theme: move meta_theme_get_title_scale to libmetacityAlberts Muktupāvels2016-02-032-0/+22
|
* theme: move meta_frame_type_from_string to libmetacityAlberts Muktupāvels2016-02-033-21/+25
|
* theme: move meta_pango_font_desc_get_text_height to libmetacityAlberts Muktupāvels2016-02-032-1/+30
|
* theme: move meta_style_info_create_font_desc to libmetacityAlberts Muktupāvels2016-02-032-26/+44
|
* theme: move meta_theme_get_frame_style to libmetacityAlberts Muktupāvels2016-02-032-7/+92
|
* theme: move MetaFrameGeometry to libmetacityAlberts Muktupāvels2016-02-031-0/+77
|
* frames: move style variants to MetaThemeAlberts Muktupāvels2016-02-012-0/+66
|
* theme: move MetaTheme to libmetacity and GObjectize itAlberts Muktupāvels2016-01-3116-107/+414
|
* theme: move meta_frame_style_validate to libmetacityAlberts Muktupāvels2016-01-312-0/+174
|
* theme-parser: merge with MetaThemeMetacityAlberts Muktupāvels2016-01-314-139/+4575
|
* libmetacity: use load vfunc to load GTK+ themeAlberts Muktupāvels2016-01-311-0/+101
|
* libmetacity: add a vfunc to load themeAlberts Muktupāvels2016-01-312-5/+40
|
* theme: move style_sets_by_type to MetaThemeImplAlberts Muktupāvels2016-01-312-1/+67
|
* theme: move styles and style_sets to libmetacityAlberts Muktupāvels2016-01-312-31/+90
|
* libmetacity: add meta-frame-style.[c/h]Alberts Muktupāvels2016-01-314-0/+589
|
* theme: move remaining MetaFrame* enums to libmetacityAlberts Muktupāvels2016-01-311-0/+89
|
* libmetacity: merge meta-frame-flags.h and meta-frame-type.hAlberts Muktupāvels2016-01-312-6/+26
|
* theme: move frame_layouts to MetaThemeMetacityAlberts Muktupāvels2016-01-312-26/+56
|