- 10 Apr, 2021 1 commit
-
-
Stephan Haller authored
Better placement and layout of windows preview in windows view by spreading unused space among last rows and center filled columns at each of these rows
-
- 12 Mar, 2021 1 commit
-
-
Gaël Bonithon authored
-
- 29 Oct, 2020 1 commit
-
-
Stephan Haller authored
-
- 17 Sep, 2020 1 commit
-
-
Stephan Haller authored
Changed from implicit allocation animation to explicit allocation animation model. That means that the xfdashboard_actor_enable_allocation_animation_once() must be called to get the actor be animation for one allocation change if the theme defines an animation for it.
-
- 17 Aug, 2020 1 commit
-
-
Stephan Haller authored
-
- 13 May, 2020 1 commit
-
-
Stephan Haller authored
-
- 21 Aug, 2019 1 commit
-
-
Stephan Haller authored
-
- 20 Aug, 2019 1 commit
-
-
Stephan Haller authored
-
- 26 Jun, 2018 1 commit
-
-
Stephan Haller authored
enviroment → environment criterias → criteria colum → column Thanks to Unit 193 :)
-
- 05 Jan, 2017 1 commit
-
-
Stephan Haller authored
Updating to new year 2017
-
- 11 Mar, 2016 1 commit
-
-
Stephan Haller authored
Silence compiler warning about using deprecated actor state access macros by using functions introduced with Clutter 1.23.4 We update the source code to use state access functions, e.g. clutter_actor_is_visible(), instead of the old macros, e.g. CLUTTER_ACTOR_IS_VISIBLE(). But also implement a compatibility layer which "redirects" functions to macros again when compiling and linking against Clutter older than 1.23.4. This is the first fix for issue GH #117
-
- 17 Feb, 2016 1 commit
-
-
Stephan Haller authored
Split application into core library (shared library libxfdashboard.so) and simple application to make objects reusable (e.g. plugin object in settings application) and to have an API
-
- 02 Jan, 2016 1 commit
-
-
Stephan Haller authored
Updating to new year 2016
-
- 04 Jun, 2015 1 commit
-
-
Stephan Haller authored
Avoid determining size of parent in XfdashboardScaledTableLayout recursively and infinitely when getting preferred width and/or height
-
- 17 Jan, 2015 1 commit
-
-
Stephan Haller authored
-
- 01 Jan, 2015 1 commit
-
-
Stephan Haller authored
Updating to new year 2015
-
- 23 Jun, 2014 1 commit
-
-
Stephan Haller authored
-
- 08 May, 2014 1 commit
-
-
Stephan Haller authored
The layout manager XfdashboardScaledTableLayout got a new property called "prevent-upscaling" which is set to FALSE by default. This property manages if layout manager is allowed to scale a child larger than its real natural size or not. The windows view uses this new property and exports it by itself to allow windows to be scaled beyond their real size or not. As it is a stylable property it can be control by a theme.
-
- 17 Apr, 2014 2 commits
-
-
Stephan Haller authored
Add read-only properties to XfdashboardScaledTableLayout for current number of children, rows and columns
-
Stephan Haller authored
Allow selection of windows with keyboard when viewpad is focused and windows view is current active view Arrow keys will move the selection marker through visible windows. Enter will activate the selected window as it will when clicked with pointer device. Backspace or Delete will close the window like clicking the close button with pointer device.
-
- 24 Feb, 2014 1 commit
-
-
Stephan Haller authored
Reduces memory usage by not copying strings in parameter specification and could make string lookup and comparison faster.
-
- 02 Jan, 2014 1 commit
-
-
Stephan Haller authored
-
- 18 Dec, 2013 1 commit
-
-
Stephan Haller authored
-
- 21 Nov, 2013 2 commits
-
-
Stephan Haller authored
-
Stephan Haller authored
-
- 12 Nov, 2013 1 commit
-
-
Stephan Haller authored
Because I did not knew better I have to re-add the "static" keyword to each private function (private functions begin with underscore in name) to get them really private.
-
- 13 Aug, 2013 1 commit
-
-
Stephan Haller authored
Fixed compiler warnings except for warning produced by CFLAGS "-Wdeclaration-after-statement" and "-Wmissing-declarations".
-
- 07 Aug, 2013 1 commit
-
-
Stephan Haller authored
Fixed layout manager. Corrected calculation of minimal/preferred sizes of custom actors. Implemented view selector and added to stage window. Views in viewpad can be selected (activated) by clicking on button in view selector.
-
- 04 Aug, 2013 1 commit
-
-
Stephan Haller authored
Removed static keyword from functions. Fixed build issue - still tried to compile common.c which was renamed to utils.c
-
- 01 Aug, 2013 1 commit
-
-
Stephan Haller authored
-