summaryrefslogtreecommitdiff
path: root/NEWS
blob: 30af1560497b9be1623d841dbb359b4e8726c316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
### mate-desktop 1.28.1

  * fix packaging with meson

### marco 1.28.0

  * update translations
  * workspace: ignore not_this_one if not in current workspace

### marco 1.27.1

  * update translations
  * tabpopup: Use more contrasting background when not composited
  * Allow applications to raise windows when raise_on_click is off.
  * replace deprecated gtk_image_menu_item
  * ui/tabpopup: likewise only enable compositing code if available.
  * ui/frames: check that compositing is not only requested, but also available.
  * Fix losing title of windows with a 3 or 4 bytes first character
  * meson: Enable verbose mode support by default in line with Autoconf
  * Revert "build: by default disable also the verbose mode for autoconf"
  * configure.ac: The macro 'AC_HELP_STRING' is obsolete
  * Show correct window title when owned by superuser. Issue #749
  * Add setting to raise windows on alt+tab popup
  * Test if XResQueryClientIds() is available before using it.
  * Test Xres 1.2 is present
  * test return value from XResQueryClientIds()

### marco 1.27.0

  * update translations
  * replace _NET_WM_PID with XResGetClientPid (#741)
  * Always bring into foreground the previous window after closing one
  * tx: update resource
  * tx: migrate config file
  * window: do not disable fullscreen for dialogs
  * ui: avoid 'g_object_unref (NULL)'
  * marco: Add cmdline option --no-keybindings for disabling all key bindings directly on WM startup.
  * boxes: fix build warning -Wstring-conversion
  * Fix some -Wfloat-conversion warnings
  * keybindings: fix build warning -Wbad-function-cast
  * Remove TRUE, FALSE from if statement
  * ci: drop -Wunused-parameter compiler cflag from debian build
  * theme-viewer: use GTK_STYLE_PROPERTY_FONT
  * theme: fix memory leak
  * Fix implicit conversion changes signedness: 'gboolean' to 'guint'
  * compositor-xrender: remove unrequired g_free because of g_new0
  * compositor-xrender: fix memory leak
  * build: fix meson build
  * prefs: fix memory leak
  * main: Add short name for version option
  * Remove whitespaces before #define, #ifdef, and #endif
  * fix code-formatting issue of previous commit
  * Safeguard against calling gdk_x11_window_get_xid with a NULL GdkWindow
  * README: Update gtk requirement and patch submission

### marco 1.26.0

  * update translations
  * tabpopup: fix cairo surface leak
  * window: add support for _GNOME_WM_STRUT_AREA
  * screen: add support for _GTK_WORKAREAS_Dn

### marco 1.25.1

  * update translations
  * window: Do not render shadows on left/right tiled windows
  * iconcache: Use GDesktopAppInfo to find correct application icons
  * window: Track window rectangle before corner tiling
  * window: Track window rectangle before tiling
  * window: Only unmaximize when the window is already maximized.
  * window-props: g_memdup is dreprecated from glib 2.68
  * warning: declaration of a variable shadows a previous local
  * testasyncgetprop: Mismatching the argument type 'unsigned long'
  * bell: Unused static function 'bell_flash_screen'
  * frames: Unused static functions 'get_client_region', 'get_frame_region'
  * compositor-xrender.c: Make sure tooltips are visible when the source
  * bell: missing include guard
  * i18n: Use glib's gettext support macros
  * window: turn into a GObject
  * build: autoconf/meson use the same value for PACKAGE_STRING
  * Remove the copyright information when printing the version from the command line
  * build: show verbose logging and debug status in configuration summary
  * build: by default disable also the verbose mode for autoconf
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Added VI keys (hjkl) for moving and resizing windows
  * window: do not unfocus on new window.
  * Do not call cairo paint on generate_pixmaps.
  * compositor-xrender: Use USHRT_MAX macro from limits.h
  * compositor-xrender: Remove float-conversion warning
  * theme: macro "ALPHA_TO_UCHAR" is not used
  * window: expand tile size cycling support
  * Remove multiple empty lines
  * Remove trailing spaces/tabs
  * common: window icon (META_DEFAULT_ICON_NAME) is no longer available

### marco 1.25.0

  * update translations
  * Remove enum conversion warnings
  * workspace: Don't try to use per-workspace MRU lists as a hint for focusing
  * stack: make meta_window_raise() and meta_window_lower() smarter
  * compositor: fix possible crash closing/destroying window . Fixes to previous commit.
  * window: fix crash if workspace is null
  * In the pop-up workspace switcher, show the selected workspace
  * Use rounded values instead of truncate them
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Remove unnecessary warnings about visible region
  * meson: improvements
  * Guard against null changes introduced by previous commit
  * Introduce nullpointer checks and return null if validation fails
  * util: meta_bug raises SIGABRT so it shouldn't return
  * add meson build files to EXTRA_DIST
  * remove warning: 'GTimeVal' is deprecated
  * theme: avoid deprecated g_memmove
  * frames: don't bother painting the background

### marco 1.24.0

  * update translations
  * frame: remove unused variable 'status'
  * Xprops fix memory leak.

### marco 1.23.2

  * update translations
  * Revert "compositor: fix possible crash closing/destroying window"
  * theme.c: Fix window control hidpi rendering for all themes.
  * tabpopup: Increase max number of columns
  * window: Add optional tile size cycling
  * DustBlue: strip image of all profiles and comments
  * tabpopup: Fix deprecation warnings
  * tabpopup: Change schema value ranges
  * tabpopup: Make workspaces compatible with OSD popup
  * tabpopup: Render window thumbnail as cairo surface
  * tabpopup: Draw transparent OSD-style popups
  * Fix MARCO_LOCALEDIR displaying the translated messages
  * WinMe theme: strip png images of all profiles and comments
  * eOS theme: Add single button backgrounds
  * eOS theme: strip png images of all profiles and comments
  * eOS theme: make transparent the button-box outer region
  * theme: Render window control buttons and icons as surfaces
  * Set compiler debug flags using MATE_DEBUG_CHECK
  * window decoration themes: Add Atlanta, Esco, Gorilla, Motif, Raleigh
  * Print CFLAGS and WARN_CFLAGS in configure summary
  * Set --enable-compile-warnings=yes by default
  * Use WARN_CFLAGS which are only set with --enable-compiler-warnings
  * testboxes: Fix find_closest_point_to_line() test
  * remove warnings: function declaration isn’t a prototype
  * Remove warning: format not a string literal, argument types not checked
  * build: add --enable-more-warnings configure flag
  * build: Remove rationales.txt from EXTRA_DIST target
  * Fix use of RBGA visual in frame.c when compositing is not in use
  * Use the window's visual in all cases
  * window.c: remove unused variable
  * display.c: add missing "break"
  * Fix build warning about xgettext
  * async-getprop: Fix cast from non-struct type to struct type
  * xprops: Fix cast from non-struct type to struct type
  * frames: bump priority of style providers
  * window: add _GTK_THEME_VARIANT to initial window properties
  * frames: apply modified hack from Mutter/Metacity
  * frames: avoid infinite loop on the variants GList
  * frames: use style_updated instead of style_set
  * Fixed moving windows to edges to work with CSD clients.
  * meson: use install_data to replace install_dir
  * switch to use meson build system
  * window: Update allowed action hints
  * remove line for debug
  * fix make dist to remove .gmo files
  * bump LT_VERSION_INFO
  * libmarco-private: add version information

### marco 1.23.1

  * update translations
  * Make alt+tab max columns configurable and consider window label width
  * add invisible-border
  * theme: Fix window state when tiling from maximized
  * compositor: fix possible crash closing/destroying window
  * update window->has_resize_func at the right time when unfullscreening
  * frames: include invisible area in cache
  * frames: Rename layout to text_layout
  * frames: again change meta_frames_applet_shapes
  * Fix scaling overcorrection when caching frame borders
  * compositor: fix border_size
  * frame: make frame window transparent
  * frames: apply shapes in different way
  * frames: add dest_kind to apply_cairo_region_to_window
  * frames: Fall back to title bar if nothing else matched
  * theme-viewer: Fix invisible borders
  * window: Correct coordinates for the configure event
  * frame: Make sure to offset by invisible borders when unmanaging windows
  * window: Fix _NET_FRAME_EXTENTS to work properly
  * theme: don't add invisible borders for windows that can't be resized
  * window: Fix window placement to exclude invisible borders
  * theme: Don't add any bottom border to shaded windows
  * Account for invisible borders when constraining modal dialogs
  * compositor: fix shadow size and placement
  * MetaWindow: Repurpose get_outer_rect and add get_input_rect
  * MetaWindow: Compensate for invisible border changes
  * ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorder
  * MetaFrameBorders: add invisible borders
  * theme: add invisible_border to metacity theme
  * compositor: don't draw shadow under decorations
  * compositor: add function to convert cairo region to xserver region
  * constraints: fix mem leak in meta_window_constrain()
  * MetaFrames: factor out MetaUIFrame accessors for borders, corner radiuses
  * frame: Add "get_corner_radiuses" chain
  * frame: destroy window->frame_bounds when destroying the frame
  * Only shadow ARGB windows with a frame outside the frame
  * Fix XShape
  * compositor: don't draw shadow under windows
  * constraints: initialize window->user_rect in initial placement
  * theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widget
  * build everything as library
  * Allow raise_on_click to be set independent of focus_mode
  * window: initialize few variables
  * frames: Explicitly initialize style contexts
  * fix a crash-on-exit
  * ui-frame: Add support for style variants
  * ui-frames: Delay attaching the style to new frames
  * core: Update frame style when _GTK_THEME_VARIANT changes
  * ui: Add meta_ui_update_frame_style()
  * core: Allow retrieving the theme variant via core_get()
  * window: Parse _GTK_THEME_VARIANT property
  * MetaFrameBorders: Add meta_frame_borders_clear
  * Replace public MetaFrameGeometry with MetaFrameBorders
  * alt+tab popup: bugfix mouse click handling for scale factor > 1
  * alt+tab popup: follow mouse while mouse button is pressed
  * Handle mouse clicks in Alt+Tab Popup
  * Allow use of up/down arrow keys in alt+tab popup
  * libmetacity: use cairo to render gradient
  * gradient: sync code with mutter before it was removed
  * fix window type for splash
  * Fix Could not parse desktop file marco.desktop
  * travis: use fedora-30 and ubuntu-19.10 for building
  * Migrate from intltool to gettext

### marco 1.23.0

  * update translations
  * ui: always set the frame background to None
  * theme-viewer: avoid deprecated gtk_widget_override_background_color
  * window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focused
  * window: make docks and spashscreens appear focused
  * Limit icon size to 480
  * scale icon down if icon is larger than alt+tab preview thumbnail
  * description for icon size preference corrected
  * reload icons if icon size preference changed
  * make icon size configurable
  * Remove unnecessary GClosureNotify methods
  * Replace meta_free_gslist_and_elements with g_slist_free_full
  * Replace meta_rectangle_free_list_and_elements with g_list_free_full
  * Remove GDestroyNotify function cast for g_object_unref
  * delete: remove old code
  * Fix -Werror=cast-function-type
  * Improve performance by removing unused assignments
  * window: avoid clang warning: garbage value
  * frames: avoid deprecated 'gtk_widget_set_double_buffered'
  * [ci] Enable Clang Static Analyzer for marco
  * boxes: avoid false positive warning in Clang static analyzer
  * Do not judge whether the window is decorated or not
  * screen: Fix use of memory after it is freed
  * boxes: Actually check for rectangle containment
  * [Security] Use 'g_strlcpy' instead of 'strcpy'
  * compositor-xrender: Fix memory leak

### marco 1.22.0

  * update translations
  * Initialize travis support
  * screen: Remove get_current_monitor in favor of get_current_xinerama
  * Increase icon size on tab and workspace popups
  * screen: avoid 'NULL' in 'meta_error_trap...' functions
  * prefs: avoid deprecated 'g_settings_list_keys'
  * add git.mk to autogenerate .gitignore files
  * enable silent output when building
  * 'meta_error_trap_push' instead 'meta_error_trap_push_with_return'
  * errors.c: avoid deprecated 'gdk_error_trap...' functions:
  * frames.c: drop unused variables
  * compositor-xrender: avoid deprecated 'gdk_error_trap_push/pop'

### marco 1.21.1

  * update translations
  * theme: revert theme format version 3.6
  * doc: add info for 3.5 and 3.6 theme format versions
  * Convert frame region handling to cairo regions
  * theme: add invisible_border to metacity theme
  * add support for app-menu button in theme
  * remove option to attach modal dialogs
  * theme: replace mutter/metacity with marco
  * theme: Replace char array element comparisons with strncmp
  * tabpopup.c: always show 5px outline border
  * tabpopup.c: improve
  * Don't show the ws switcher if we only have one
  * theme: Allow disabling fallback colors in gtk:custom()
  * theme: Allow using custom colors from the GTK+ theme
  * theme: Add tiled_left/tiled_right frame states
  * theme: Add background functions for single buttons
  * theme-parser: Use peek_required_version() for validation
  * Add frame type for attached modal dialogs
  * Optionally attach modal dialogs
  * Add meta_window_get_transient_for() method
  * Allow a theme to specify ellipsize width for a title
  * Add frame_x_center/frame_y_center variables for themes
  * metacity-theme-3.xml: Add a flexible version mechanism
  * theme-parser: Remove unused define

### marco 1.21.0

  * update translations
  * Correct resize popup position on HiDPI displays
  * Fix frame geometry to avoid stuck resize cursor
  * Scale cursor size for HiDPI
  * tx: update config with branch specific resoures
  * Use frame window to determine scale
  * Support HiDPI window decorations
  * Fix mismatched enums in keybinding detection for switch-panels and switch-panels-backward
  * window: add _NET_WM_STATE_FOCUSED hint to _NET_WM_STATE
  * avoid deprecated GtkButton:use-stock
  * avoid deprecated GtkStock
  * Fixes move_to_center moving window between monitors

### marco 1.20.0

  * Translations update
  * require GTK+ 3.22 and GLib 2.50
  * build: drop unneeded pangoxft requirement
  * Small bugfix for the move_to_X keybinds
  * Bugfix for monitors of different sizes
  * Restructured monitor keybinds and adjust save_rect
  * Implemented simple shourtcuts to move window to another monitor
  * schema: fix typos
  * compositor: don't try to paint window that is not viewable, fix #324
  * Fix wrong result in meta_window_titlebar_is_onscreen() for windows without a frame
  * Add support for gtk3 _GTK_SHOW_WINDOW_MENU event
  * More elegant solution for handling new move-to-workspace keybinds
  * Implemented a setting to disable top tiling
  * Implemented tabpopup when moving window to different workspace
  * keybindings.c: Fix build warning:
  * Reset tile_resized to false when fullscreening

### marco 1.19.2

  * Translations update
  * building: add back README
  * Fixes windows not going to save_rect when unmaximimizing
  * Allow horizontal and vertical resizing when corner tiled
  * Fixes window getting reset to saved_rect when untiling from corner
  * Added keybindings for corner tiling
  * Implemented simple corner tiling by mouse drag
  * WidthOfScreen and HeightOfScreen implementation
  * Use Markdown for formatting the README
  * XFIXES regions are leaked during paint_windows
  * Add stricter logic for running without XPresent support
  * Make XPresent optional
  * Remove debug output
  * Add in some changes from xfwm4
  * Cancel present_pending flag when erroring out
  * XPresent extension support - first pass

### marco 1.19.1

  * Translations update
  * Store a window flag when user resizes from tiled
  * Allow tiled windows to be resized horizontally
  * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
  * avoid deprecated gdk_screen_width/height
  * avoid deprecated gdk_screen_get_width
  * display: don't use deprecated GDK_DEVICE_MANAGER
  * tools: remove marco-mag and marco-grayscaletools
  * Fix synthetic keybinding/button-grab window
  * Forces a window scale of 1 for the window manager,
    instead of using the default or user configured scale.
  * avoid deprecated gdk_display_get_screen
  * avoid deprecated gdk_screen_get_number
  * Alt/tab - define arrow keycode + numpad arrows
  * Allow use of arrows while in alt+tab popup
  * ui: Fix invalid object construction in frames
  * README: fix names of GSettings keys
  * keybindings: remove uppercase from "current workspace"
  * Added hotkey to rename current workspace
  * Restore Polish translation credits from GNOME

### marco 1.19.0

  * fix strange window switching foreground/background behavior
  * Translations update
  * fis come deprecations

### marco 1.18.0

  * NEWS: use consistent, project wide, markdown-like formatting to make
    generating release announcements easier
  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and --with-gtk
    build option
  * Theme viewer: fix build for GTK+3 and fix some GTK+ deprecations
  * Add ability to disable showing preselected window border on alt-tab
  * Add ability to ignore applications when show-desktop is triggered
  * Schema: make compositing on by default
  * Workspaces: switch wrapping behavior for 'classic' and 'toroidal'
    modes (it was reversed somehow)
  * Translations update

### marco 1.16.0

  * Translations update
  * Make distcheck use currently selected GTK+ version

### marco 1.14.2

  * Translations update
  * GTK+3: fix a typo with deprecated GtkMisc
  * GTK+3 fixedtip: add style class tooltip

### marco 1.14.1

  * Fix crash on showing alt-tab thumbnails with compositor on
  * Translations update

### marco 1.14.0

  * Drop MateConf migration script
  * Fix visual glitches appearing after unmaximizing Chromium window
  * Correct description of compositing-fast-alt-tab GSettings key
      (mention that it disables thumbnails)
  * Bump libmarco-private's sover for GTK+3 build
  * GTK+3: re-add ability to show alt-tab thumbnails when compositor is on
  * GTK+3: fix several deprecations
  * Translations update
  * Add Changelog generation

### marco 1.12.1

  * Fix animation issues that led to crashes and visual glitches
  * GTK+3 fixes
  * Translations update

### marco 1.12.0

  * Add manual and by-pointer window placement
  * Use Alt-` for switching between windows of the same application
  * GTK+3 fixes
  * Some more fixes and cleanups

### marco 1.10.3

  * Fix crash with minimize animation
  * Fix crash with moving a window in some distros

### marco 1.10.2

  * Remove outdated assertion.
  * Make minimize item insensitive when window should not be minimized.
  * Fix crash when struts change during grab operation.
  * Fix switching of fullscreen Direct3D applications running in Wine.
  * Update translations.

### marco 1.10.1

  * Assorted bugfixes

### marco 1.10.0

  * Use zenity instead of mate-dialogs
  * Bugfixes

### marco 1.8.0

  * Implement side-by-side tiling
  * Use yelp-tools instead of mate-doc-utils
  * Cut with fading the bar title when it's longer than the decoration bar

### marco 1.6.0

  * Migration to GSettings and dropped MateConf
  * Fix key handling while drag and drop is active
  * Add option to open new windows on the center of the screen