summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 3.20.1, update NEWS3.20.1Alberts Muktupāvels2016-06-252-1/+7
|
* frames: remove clip_to_screen optimizationAlberts Muktupāvels2016-06-241-36/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=538438
* Updated German translationMario Blättermann2016-06-221-160/+187
|
* libmetacity: fix typo in signal nameAlberts Muktupāvels2016-06-221-1/+1
|
* window: fix meta_window_get_titlebar_rectAlberts Muktupāvels2016-06-222-8/+12
| | | | | | | | | | | | At least two places before 90b36abebdf69be0abaec4015d01e46296f6f5d6 commit used screen coordinates. Update meta_window_get_titlebar_rect function to return titlebar rectange in screen coordinates. This also reverts first change in place.c that did not make any sense. x and y in titlebar_rect always was 0 meaning that we always used CASCADE_FUZZ value while previously visible border size was used. https://bugs.launchpad.net/ubuntu/+source/metacity/+bugs/1509031
* compositor: don't try to paint window that is not viewableAlberts Muktupāvels2016-06-181-0/+3
| | | | https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1592953
* frames: keep xdisplay in MetaFrames structAlberts Muktupāvels2016-06-121-125/+107
|
* display: replace get_screens with get_screenAlberts Muktupāvels2016-06-123-14/+12
|
* ui: use default screenAlberts Muktupāvels2016-06-123-19/+16
|
* frames: use default screenAlberts Muktupāvels2016-06-123-8/+4
|
* tile-preview: use default screenAlberts Muktupāvels2016-06-123-7/+4
|
* resizepopup: use default screenAlberts Muktupāvels2016-06-123-10/+5
|
* tabpopup: use default screenAlberts Muktupāvels2016-06-123-6/+1
|
* fixedtip: use default screenAlberts Muktupāvels2016-06-123-17/+6
|
* display: manage only default screenAlberts Muktupāvels2016-06-123-11/+14
|
* bump version to 3.20.0, update NEWS3.20.0Alberts Muktupāvels2016-06-102-2/+24
|
* frames: use new resize borderAlberts Muktupāvels2016-06-091-1/+7
|
* frame: set window input shapeAlberts Muktupāvels2016-06-091-7/+31
| | | | | | At least GTK+ theme Adwaita use box-shadow as window border. This box-shadow might be bigger then resize cursor area. Use input shape to make sure that clicks outside resize area go through.
* libmetacity: add comment to MetaFrameBorders structAlberts Muktupāvels2016-06-091-0/+8
|
* prefs: don't reload theme if not neededAlberts Muktupāvels2016-06-091-1/+2
| | | | | When using Metacity theme we don't need to realod it when gtk-theme-name changes. It is needed only with GTK+ theme.
* 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.
* frames: don't include invisible area in cacheAlberts Muktupāvels2016-06-081-10/+12
|
* libmetacity: add `shadow` and `resize` bordersAlberts Muktupāvels2016-06-084-26/+48
|
* Updated Polish translationPiotr Drąg2016-06-081-136/+177
|
* 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-075-132/+47
|
* theme-viewer: search themes in system data dirsAlberts Muktupāvels2016-06-071-0/+10
|
* theme-viewer: add back benchmarkAlberts Muktupāvels2016-06-072-21/+372
|
* libmetacity: don't expose meta_theme_get_title_font_descAlberts Muktupāvels2016-06-074-170/+165
|
* libmetacity: don't expose meta_theme_get_title_heightAlberts Muktupāvels2016-06-076-141/+89
|
* theme-viewer: queue draw after changing frame typeAlberts Muktupāvels2016-06-061-0/+2
|
* libmetacity: own created title font descriptionsAlberts Muktupāvels2016-06-065-15/+42
|
* libmetacity: add meta_theme_create_title_layoutAlberts Muktupāvels2016-06-065-48/+89
|
* 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-067-29/+34
|
* libmetacity: scale text heightAlberts Muktupāvels2016-06-053-19/+24
|
* frames: remove the destroy_event handlerJasper St. Pierre2016-06-031-19/+0
| | | | It does nothing.
* frames: simplify our frame title managementJasper St. Pierre2016-06-031-26/+3
| | | | | This fixes a number of crashers when they try to change their dialog layout at runtime because we're too tricksy with the frame title.
* frames: use G_DECLARE_FINAL_TYPEAlberts Muktupāvels2016-06-032-40/+25
|
* frames: remove unneeded constructorAlberts Muktupāvels2016-06-031-21/+1
|
* 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-033-4/+9
|
* 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-032-0/+12
|