summaryrefslogtreecommitdiff
path: root/libmetacity
Commit message (Collapse)AuthorAgeFilesLines
* libmetacity: fix typo in signal nameAlberts Muktupāvels2016-06-221-1/+1
|
* libmetacity: add comment to MetaFrameBorders structAlberts Muktupāvels2016-06-091-0/+8
|
* libmetacity: automatically reload GTK+ themeAlberts Muktupāvels2016-06-091-2/+31
| | | | | Don't require to re-create / re-load theme on gtk-theme-name change when using Metacity theme. Do it automatically.
* libmetacity: add `shadow` and `resize` bordersAlberts Muktupāvels2016-06-084-26/+48
|
* libmetacity: don't expose meta_frame_type_from_stringAlberts Muktupāvels2016-06-073-23/+21
|
* libmetacity: don't expose private functionsAlberts Muktupāvels2016-06-075-0/+5
|
* libmetacity: don't expose MetaFrameStyleAlberts Muktupāvels2016-06-078-34/+40
|
* libmetacity: don't expose meta_theme_get_frame_styleAlberts Muktupāvels2016-06-072-150/+146
|
* libmetacity: don't expose meta_theme_create_title_layoutAlberts Muktupāvels2016-06-072-58/+44
|
* libmetacity: don't expose meta_theme_get_title_font_descAlberts Muktupāvels2016-06-072-157/+158
|
* libmetacity: don't expose meta_theme_get_title_heightAlberts Muktupāvels2016-06-072-51/+71
|
* libmetacity: own created title font descriptionsAlberts Muktupāvels2016-06-062-6/+37
|
* libmetacity: add meta_theme_create_title_layoutAlberts Muktupāvels2016-06-062-15/+80
|
* libmetacity: update titlebar style contextAlberts Muktupāvels2016-06-061-1/+1
|
* libmetacity: define G_LOG_DOMAINAlberts Muktupāvels2016-06-061-0/+1
|
* libmetacity: apply scale in meta_theme_create_font_descAlberts Muktupāvels2016-06-064-16/+29
|
* libmetacity: scale text heightAlberts Muktupāvels2016-06-053-19/+24
|
* libmetacity: don't use get_window_scale_factor in meta-draw-op.cAlberts Muktupāvels2016-06-033-14/+18
| | | | Require that all info here is always passed with correct values.
* build: fix builddir != srcdirAlberts Muktupāvels2016-06-031-3/+3
|
* 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
| | | | | <frame_style> has background and alpha attributes which is ignored since 78c283c646a69d86d0e708c39fed6dfa131663ab commit.
* libmetacity: add composited to MetaThemeImplAlberts Muktupāvels2016-06-035-69/+72
|
* libmetacity: add version informationAlberts Muktupāvels2016-06-031-0/+1
|
* libmetacity: do nothing in GTK+ theme load functionAlberts Muktupāvels2016-06-031-71/+73
| | | | | GTK+ theme use all info/data from MetaStyleInfo. Move existing loading code from meta_theme_gtk_load to meta_theme_gtk_init.
* libmetacity: GObjectize MetaStyleInfoAlberts Muktupāvels2016-06-035-126/+270
|
* libmetacity: add MetaCssProviderAlberts Muktupāvels2016-06-033-0/+348
| | | | | | | Add MetaCssProvider that has same theme loading code as GtkCssProvider. This is needed to create GTK+ theme reload functionality in metacity-theme-viewer without restarting application.
* libmetacity: remove meta_theme_get_title_scaleAlberts Muktupāvels2016-06-012-22/+0
|
* libmetacity: scale window decorations on HiDPI displaysAlberts Muktupāvels2016-03-245-106/+191
| | | | | | | | | As we opt out of GTK+/Clutter's HiDPI handling, we need to apply the window scaling factor manually to decorations, both the geometry and when drawing. Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=57c1078ee742d9f01e80e7fe05c88adfec4b4ac3
* libmetacity: add get_window_scaling_factorAlberts Muktupāvels2016-03-242-0/+19
| | | | | Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=57c1078ee742d9f01e80e7fe05c88adfec4b4ac3
* libmetacity: move scale_border functionAlberts Muktupāvels2016-03-243-10/+14
|
* 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
|