summaryrefslogtreecommitdiff
path: root/capplets/windows
AgeCommit message (Collapse)AuthorFilesLines
2023-12-27Add meson build supportzhuyaliang1-0/+36
2023-05-30windows: Fix UI accessibility (#704)Colomban Wendling2-193/+135
Use real frames for a semantic UI so GTK and screen readers can set up and figure out accessibility relationships between the frame label and the content automatically. Also properly add relationships between the movement keys descriptive label and the key radio items so a screen reader can pick it up. As a bonus, it also prevents Orca from erroneously announcing the label when the window comes up because it thinks this long orphaned label is probably a general description for the window. Fixes #703.
2023-05-24windows: Fix spacing in the Compositing Manager tabColomban Wendling1-1/+1
2022-02-09Unnecessary G_OBJECT cast when calling signal connect functionrbuj1-3/+3
2021-06-21update copyright to 2021raveit652-0/+2
2021-04-29windows-applet: csd windows respect titlebar button layoutmbkma2-3/+8
2021-04-29windows-applet: add right and left (with menu) titlebar button layout ↵mbkma2-24/+60
options, respect custom values
2021-04-23windows-applet: group alt-tab options together, remove reduced resources optionmbkma2-88/+16
2021-02-26windows: remove unused macros UIDIR, PIXMAPDIRrbuj1-3/+1
2021-02-23windows: avoid duplication of accelerator keysrbuj1-3/+3
2021-02-23windows: don't translate the spinbutton text, set the entry purposerbuj1-1/+1
2021-02-23windows: show the translations in mate-window-properties dialogrbuj1-1/+1
2021-02-23windows: missing include mate-metacity-support.h (#624)Robert Antoni Buj Gelonch1-0/+2
2021-02-16build: allow users to disable gettext support (--disable-nls)rbuj1-0/+4
2020-12-05Revisit windows applet, add allow-top-tiling optionmbkma2-154/+379
2020-11-10mcc: windows-applet: Rewrite windows-properties.ui and add new settings.mbkma2-526/+500
2020-07-20Remove unused macrosrbuj1-3/+0
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj1-3/+4
2020-05-26Add tab scrolling support for GTK3tamplan1-0/+8
mate-window-properties and mate-appearance-properties
2020-03-10remove warnings: function declaration isn’t a prototyperbuj2-4/+4
2020-03-07windows: Remove unused functionrbuj1-17/+0
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2020-02-06build: use warning flagsrbuj1-3/+5
2019-12-24windows: Add window-properties.uirbuj4-189/+796
2019-11-07migrate from intltool to gettextWu Xiaotian2-4/+7
2019-07-02 Add scroll tabs with mouse wheel in severals cappletsLaurent Napias1-0/+11
2019-06-22capplets: Remove the macro MATELOCALEDIR where it's not requiredrbuj1-1/+0
2019-06-22capplets: Use capplet_initrbuj1-5/+1
2019-02-08fixed distcheck fail on debianWu Xiaotian2-1/+2
2018-02-12avoid deprecated GtkStockPablo Barciela2-3/+3
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-12/+0
2018-01-09update windows tiling gsettings key, part-2raveit651-6/+6
2018-01-09update windows tiling gsettings keyraveit651-1/+1
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-68/+2
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-02-04[GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16monsta2-9/+8
2016-01-21windows: rename box variable to match its actual orientationmonsta1-6/+6
2016-01-21[GTK+3] windows: fix deprecated usage of Gtk{H,V}{Box,Scale}monsta2-0/+74
2016-01-15[GTK+3] windows: fix deprecated usage of GtkMiscmonsta2-3/+18
2016-01-14windows: fix warnings about incompatible pointer typesmonsta1-5/+7
2016-01-06window properties: changed accelerator key of "Unselect..."monsta1-1/+1
'U' was already used in this dialog, so it didn't really work
2016-01-06window properties: make all three window focus modes selectableFriedrich Herbst1-12/+40
fixes https://github.com/mate-desktop/marco/issues/140
2014-10-17windows: Initialize mouse focus checkboxMike Mueller1-0/+2
Was showing unchecked, even if the mouse focus setting was set to 'sloppy'.
2014-07-08Changed left window button layout to usual layoutGymnasiast1-1/+1
Most (if not all) DEs that have their window button on the left use the order close, minimise, maximise and no menu. This pull request brings MATE in line with that standard layout.
2014-06-06Add keywords to dot desktop files, close #102.infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2014-05-27Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-12/+0
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always
2014-03-19Add option to configure titlebar buttons layoutStefano Karapetsas1-0/+49
2014-03-09windows: Add border width in dialogStefano Karapetsas1-0/+1
2014-02-23windows: Remove UI fileStefano Karapetsas2-536/+0
2014-02-23windows: Build window from code instead of use UI fileStefano Karapetsas1-34/+164
Also split the options in three tabs Also add option to center new windows
2014-02-18windows: Add option to enable side by side tilingStefano Karapetsas2-3/+74