- Aug 08, 2020
-
-
Olivier Fourdan authored
Prefer using memory allocation functions which initialize the memory with 0's to be on the safe side. No functional change. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jul 26, 2020
-
-
OlivierDuchateau authored
-
- May 23, 2020
-
-
- Apr 05, 2020
-
-
Bug: 13861 Drag and Drop inside GtkSocket and GtkPlug doesn't work correctly. The drag_end handler isn't called when a button from "Button layout" is dragged. Fortunately, this only happens when the button is dragged onto the specified drag area. All we need to do is move the gtk_widget_show() function at the end of the drag-data-received handler.
-
Bug: 16621 Add keywords to the desktop definition files.
-
- Aug 02, 2019
-
-
Bug: 15768 Currently we don't get translations for the Help and Close buttons in many dialogs. Replace the `GtkStock` items with our own label/image.
-
- Jun 30, 2019
-
-
Olivier Fourdan authored
Use “xdt-csource” instead of “exo-csource”. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 24, 2019
-
-
Bug: 15586 Move "Notify of urgency by making window's decoration blink" closer to "Keep urgent windows blinking repeatedly" since the latter depends on the former to be activated. Signed-off-by:
Andre Miranda <andreldm@xfce.org>
-
- Jun 18, 2019
-
-
Olivier Fourdan authored
Bug: 15587 Rephrase “Draw frame around selected windows while cycling” to “Draw frame around selected window while cycling” Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 17, 2019
-
-
Olivier Fourdan authored
Bug: 12802 Clearing a shortcut in the UI would rightfully remove the shortcut definition, but would not clear the corresponding entry in the treeview. Clear the shortcut entry in the treeview so that users are not left thinking the clear action didn't do anything. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- May 03, 2019
-
-
Olivier Fourdan authored
Tidy up the code. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Apr 14, 2019
-
-
Olivier Fourdan authored
Bug: 14606 `gdk_pixbuf_get_from_window()` crashes every other call in cairo, there are apparently a few similar reports. Just remove the call to `gdk_pixbuf_get_from_window()` as a workaround for now.
-
Olivier Fourdan authored
If, for some reason, the xfconf database is broken and the actual button layout is not available, xfwm4-settings would crash. Check the settings value to avoid the crash.
-
- Jul 18, 2018
-
-
Bug 14542 glib-compile-resource needs to be told where to find its resources when building out of tree.
-
- Mar 31, 2018
-
-
Olivier Fourdan authored
That would prevent building with --enable-debug=full
-
- Dec 20, 2017
-
-
Bug: 2701 Optionally raise the window being considered while cycling.
-
- Aug 18, 2017
-
-
Viktor Odintsev authored
-
- Jul 02, 2017
-
-
- Jun 29, 2017
-
-
-
-
monitor-icon.svg was updated to look more modern. PNG file was removed because pixbuf can be generated from SVG file directly.
-
- Jun 28, 2017
-
-
Old separator was implemented as clipped GdkWindow. New separator is implemented using "draw" signal.
-
This object allows to easily listen GtkRange value when drag was finished. This was allowed in GTK2 with "update-policy" attribute set to "discontinuous" which was removed in GTK3.
-
-
- May 15, 2017
-
-
Olivier Fourdan authored
This is a leftover of the old (broken) vblank code.
-
- Mar 27, 2015
-
-
Olivier Fourdan authored
Bug: 11642 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jan 29, 2015
-
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jan 11, 2015
-
-
Bug: 9905
-
- Jan 10, 2015
-
-
Olivier Fourdan authored
That's of seldom use and is not compatible with tiling. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Feb 23, 2014
-
-
-
Adds an list view for the tabwin when cycling windows, as described in the design SIG. An xfconf property and option to the wm tweaks app has been added. Signed-off-by:
Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
-
- Dec 26, 2013
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- May 08, 2013
-
-
-
Nick Schermer authored
-
- Jan 06, 2013
-
-
Nick Schermer authored
-
- Jan 01, 2013
-
-
Nick Schermer authored
-
- Dec 30, 2012
-
-
Jérôme Guelfucci authored
Reduce the height of the 'Advanced' tab which was one taking the most space. Makes the dialog usable on netbooks and other small screens.
-
Jérôme Guelfucci authored
Don't use a GtkFrame and put everything in a GtkAlignment instead. This is consistent with xfce4-keyboard-settings.
-
Jérôme Guelfucci authored
We need to erase the old shortcut manually in the treeview as we won't get a signal for features which are not used anymore.
-