summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* window: fix build warningsAlberts Muktupāvels2017-09-291-4/+12
| | | | this statement may fall through [-Wimplicit-fallthrough=]
* window: minor fixes from mutter e3d59832 commitAlberts Muktupāvels2017-09-291-11/+24
|
* Update Hungarian translationBalázs Úr2017-09-051-100/+103
|
* Updated Serbian translationМирослав Николић2017-08-122-662/+536
|
* screen: fix build warningAlberts Muktupāvels2017-08-071-9/+5
|
* keybindings: use meta_error_trap_pop in grab_keyboardAlberts Muktupāvels2017-07-211-1/+1
| | | | | We are not using return value from meta_error_trap_pop_with_return if keyboard grab has failed, replace it with meta_error_trap_pop.
* edge-resistance: fix use of uninitialized memoryColin Walters2017-07-211-1/+1
| | | | g_new bad, g_new0 good.
* Fix crash when struts change during grab operationOwen W. Taylor2017-07-214-19/+27
| | | | | | | | | | | | | | | | | | | | | | | | Since meta_workspace_invalidate_work_area() frees the edges workspace->screen_edges and workspace->monitor_edges, we must clean up our cached edge resistance data when the invalidate_work_area() is called on the active workspace, or when the workspace changes. Make the computation of the edge resistance data lazy so that it will be recomputed the next time we try to access it. meta_display_compute_resistance_and_snapping_edges() is made private to edge-resistance.c Invaliding the data when active workspace changes also will improve correctness for edge resistance when the current workspace changes during a grab operation. (Even with this fix we still don't try to handle window positions changing during a grab operation; that can't cause a crash since, unlike screen and monitor edges, the window edges are freshly allocated, it will just cause slight oddness in that corner case.) Root cause tracked down due to much effort by Jon Nettleton. https://bugzilla.gnome.org/show_bug.cgi?id=608800 (Mutter) https://bugzilla.gnome.org/show_bug.cgi?id=603632 (Metacity)
* Accept an empty string as well as "disabled" for keybindingsOwen W. Taylor2017-07-211-2/+2
| | | | | | | | Treat the empty string the same as "disabled" for GConf keybinding keys. gnome-keybinding-properties was changed to write disabled keys as the empty string a year or so ago. https://bugzilla.gnome.org/show_bug.cgi?id=559816
* libmetacity: set a clip region for titleAlberts Muktupāvels2017-07-211-0/+11
|
* libmetacity: add space between buttons and titleAlberts Muktupāvels2017-07-201-6/+2
|
* libmetacity: properly calculate available space for buttonsAlberts Muktupāvels2017-07-202-5/+11
|
* libmetacity: fix copy/paste errorsAlberts Muktupāvels2017-07-182-4/+4
|
* display: remove meta_display_screen_for_rootAlberts Muktupāvels2017-07-042-13/+1
|
* core: simplify meta_core_get_workspace_name_with_indexAlberts Muktupāvels2017-07-043-14/+3
|
* xrender: simplify process_property_notifyAlberts Muktupāvels2017-07-041-16/+13
|
* keybindings: fix shortcuts regressionAlberts Muktupāvels2017-07-041-5/+1
| | | | | | | | Commit b9cfaa8803fa019b3a1502b067802f2434b6e737 removed meta_display_screen_for_xwindow function. It was supposed to be replaced with display->screen... https://bugzilla.gnome.org/show_bug.cgi?id=784500
* workspace: reformatAlberts Muktupāvels2017-07-031-38/+42
|
* workspace: fix a build warningAlberts Muktupāvels2017-07-031-0/+3
|
* workspace: remove unneeded function prototypesAlberts Muktupāvels2017-07-031-5/+1
|
* vulkan: fix a build warningAlberts Muktupāvels2017-07-031-0/+2
|
* window: clear frame_bounds region earlierAlberts Muktupāvels2017-07-021-6/+6
| | | | | Clear region before calling meta_compositor_sync_window_geometry function, otherwise compositor will use cached region.
* bump version to 3.25.2, update NEWS3.25.2Alberts Muktupāvels2017-07-022-1/+9
|
* stack: fix copy/paste errorAlberts Muktupāvels2017-07-021-1/+1
|
* window: handle legacy fullscreen requestsAlberts Muktupāvels2017-06-282-21/+33
| | | | | | | | | | | Doing this on the actual resize requests makes more sense than handling it as a window-manager imposed constraints, so move the code accordingly. Adapted from mutter patch by Florian Müllner: https://git.gnome.org/browse/mutter/commit/?id=fba022cc06b8c7e80ef36f48d6577a251384cc4b https://bugzilla.gnome.org/show_bug.cgi?id=781946
* xrender: include shape region in damage areaAlberts Muktupāvels2017-06-281-13/+33
|
* configure: add missing square bracketsAlberts Muktupāvels2017-06-281-3/+3
|
* vulkan: create command buffersAlberts Muktupāvels2017-06-281-0/+53
|
* window: do not modify shapeAlberts Muktupāvels2017-06-281-28/+0
|
* compositor: reformatAlberts Muktupāvels2017-06-282-66/+66
|
* compositor: rename window_shape_changedAlberts Muktupāvels2017-06-287-17/+17
|
* compositor: add window_opaque_region_changedAlberts Muktupāvels2017-06-287-1/+39
|
* Updated Czech translationMarek Černocký2017-06-251-335/+278
|
* Updated Spanish translationDaniel Mustieles2017-06-241-355/+289
|
* xrender: remove more unnecessary NULL checksAlberts Muktupāvels2017-06-191-2/+2
|
* display: add missing break in switchAlberts Muktupāvels2017-06-191-1/+2
|
* xrender: remove unnecessary NULL checksAlberts Muktupāvels2017-06-191-61/+40
|
* display: remove meta_display_screen_for_xwindowAlberts Muktupāvels2017-06-195-66/+7
|
* theme-viewer: fix copy/paste errorAlberts Muktupāvels2017-06-191-1/+1
|
* Update Catalan translationJordi Mas2017-06-181-1179/+1339
|
* delete: remove old codeJasper St. Pierre2017-05-131-29/+0
| | | | It doesn't compile
* window: stop updating layers on focus changesRui Matos2017-05-131-6/+0
| | | | | | | | Commit 3c67fd1f8f634b235d3c2a53367f66542031e63f removed the FOCUSED_WINDOW layer definition but it was already unused for a long time. There's no layers to update on focus changes. https://bugzilla.gnome.org/show_bug.cgi?id=768221
* stack: remove META_LAYER_FOCUSED_WINDOWJasper St. Pierre2017-05-131-1/+0
| | | | | Usage of this was removed 14 years ago in 25ca0e2. Let's remove the constant, too.
* theme-viewer: add appmenu to button layoutAlberts Muktupāvels2017-05-101-1/+1
|
* theme-viewer: fix appmenu icon sizeAlberts Muktupāvels2017-05-101-4/+10
|
* Update po/MakevarsPiotr Drąg2017-04-271-3/+3
| | | | | This is not a GNU package and the Free Software Foundation has no copyright over it. Also adds MSGID_BUGS_ADDRESS.
* xrender: redraw screen after stack syncAlberts Muktupāvels2017-04-271-1/+1
|
* display: fix copy/paste errorAlberts Muktupāvels2017-04-251-1/+1
| | | | | | | Commit 23fcfbf17ed493f8df5e2059422b5bbd51b23da2 was supposed to use alarm_window not display->grab_window... https://git.gnome.org/browse/mutter/commit/?id=7743c70d4753e1bd299f59e3f252257464031ff2
* bump version to 3.25.1, update NEWS3.25.1Alberts Muktupāvels2017-04-242-3/+14
|
* keybindings: fix window menu positionAlberts Muktupāvels2017-04-201-4/+22
|