Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/xfce-mirror/xfdashboard

Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/xfdashboard

It seems that newer Glib version do better check marshal parameters and now recognize that I have specified the wrong type of G_TYPE_OBJECT at signal actions for the event parameter. ClutterEvent is a boxed type (G_TYPE_BOXED) and therefore the marshal parameter must be corrected to it.

0c1b74b9c2856836dc5ed17a082e94ec9d04a3fe authored almost 8 years ago
Implement missing function to retrieve windows in stacked order at new window tracker for X11 (XfdashboardWindowTrackerX11)

This fixes a visual error at live workspace in the workspace selector because the windows were s...

4a5361d46f6dcf7d0563637d363ebf045a1439e9 authored almost 8 years ago
Add detection of indefinite recursion while resolving an @-constant in CSS file.

Finally fixes issue GH #143

dfd62458aa274ff394a412b87743415f84c8d5d7 authored almost 8 years ago
Add call depth counter for function resolving CSS @-identifier to detect possible indefinite recursion and stop parsing CSS file because it is handled as an error.

This commit fixes GH #143

c63d267bac0f412bdaae644c9bb1f874dbf9cf23 authored almost 8 years ago
Adjust existing plugins to new window tracker interfaces

Preparation work to support multiple backends is now done. But as before only X11 backend is sup...

a3adac4cdb1d66a6ca92d5b21b589fe30777a9c4 authored almost 8 years ago
Adjust existing code to new window tracker interfaces

f862004f8601fbf86e9cfbcc262559d7960b13d5 authored almost 8 years ago
Add marshal function for signals 'state-changed' and 'actions-changed' at XfdashboardWindowTracker interface

11e927dc7b387cc24fa193b3e84907130508e691 authored almost 8 years ago
Ignore .dirstamp files created from autotools

c6d5f32165c6b8de161ea2a9b2fecb1ae6acdfab authored almost 8 years ago
Revert usage of singleton in XfdashboardWindowTrackerX11 as access to singleton is not possible and throws compiler error

68b91878e23d791929f35b97c5b29add5d450ca5 authored almost 8 years ago
Add sub-directory "x11" with X11 specific window tracker and window content code to build system to get it compiled

5d16deb516563006c72c393ed3dc9fb3c25c4234 authored almost 8 years ago
Remove window tracker and window content with new interface classes to support multiple backends like X11, GDK and later maybe wayland. At the moment only X11 is supported as before.

54b1d7a5320f2a5268b8f52acd358b8a0e7fa9ff authored almost 8 years ago
Add new X11 specific window tracker and window content classes

db70887e50f7cec64f45ed6a5d6924738f33a625 authored almost 8 years ago
Remove unneeded marshal functions and clean-up messages printed on application start-up.

137bac53cac4b041717548d7f69aecb7cc43bb46 authored almost 8 years ago
Fix compiler warnings about unused variables

ffe08a931ecf85a08185bb82decd28135a29f03e authored almost 8 years ago
Where possible replace NULL in XFDASHBOARD_DEBUG() macro with singleton object

d6c48d5ad00c265ff81a2bb26c5a035b76ee4af9 authored almost 8 years ago
Fixed using the correct marshal for signal emission of XfdashboardApplicationDatabase

056ec94f0987e00213648078b7200f7efbef2094 authored almost 8 years ago
Use new experimental code to determine preferred size of XfdashboardLiveWindowSimple which will ask the window directly for its size and not the window content (XfdashboardWindowContent).

This commit fixes issue GH #141

2200acb50cc72545547f1911616a3125b82d3711 authored almost 8 years ago
Improve application help shown when xfdashboard is launched with "--help" in command-line

65b9231b4f83587502537c92c3b6dcefffc74664 authored almost 8 years ago
Experimental new code to determine preferred size of XfdashboardLiveWindowSimple. The new code will not check the size of window content (XfdashboardWindowContent) anymore but ask the window directly for its size.

Experimental new code for issue GH #141

6071b997e6ce4d8053c30a9489000e12abb9f76c authored almost 8 years ago
Add fine-grained controllable debug system

If debug is enabled in configure script the user can use the environment variable XFDASHBOARD_DE...

94f19189ddec10e6fe73b7bf6cbc40a6a7cbc5fa authored almost 8 years ago
Merge branch 'master' of ssh://git.xfce.org/apps/xfdashboard

2f0d8edc15b957919f40019c7258a9fa2dc7d370 authored almost 8 years ago
XfdashboardLabel does not need to be smart anymore when to load images because XfdashboardImageContent is now smart enough to do this job everywhere it is used.

9133a6cebd574c6c496353a4ba95815c59a99305 authored almost 8 years ago
Use new function _xfdashboard_image_content_load() when missing-icon property is changed instead calling a signal handler

4f4750abfffc68568e3c502a30e80f94b8c5f400 authored almost 8 years ago
Add debug messages about which images are still in cache and not released to XfdashboardImageContent

21a3debbac28adb39dc4fa7317a79c7dcbb4a59f authored almost 8 years ago
Only load images at XfdashboardImageContent if actor to which this content is attached is mapped.

If it is not mapped defer loading image until the actor is mapped. As the content could be attac...

8e4482b34e8dd73b5b765598bb5b6ba21498faf3 authored almost 8 years ago
Post-release version bump to 0.7.2

ef425582f326f7529528fc864cd992c2da6495d7 authored almost 8 years ago
Bump version to 0.7.1

7eb9210267de3943a1d1e27e16398f8bbc570ba1 authored almost 8 years ago
Updated AppData

46df23f06851af4617f04108afa33e950f3ac50d authored almost 8 years ago
Merge branch 'master' of ssh://git.xfce.org/apps/xfdashboard

fc943ac88b19b560e5cd52e848fd1b20180403b1 authored almost 8 years ago
Merge branch 'master' of ssh://git.xfce.org/apps/xfdashboard

111a6cd8c5d9659b511e01dff4c61589b189c810 authored almost 8 years ago
Add options in settings to allow or disallow sub-windows in XfdashboardLiveWindow. This is interesting at slower machines as it should increase the performace if lesser window live previews are tracked, displayed and updated.

This commit closes issue GH #132 finally.

f7f48246dc25a6b27dd889bd8f76f8b869c0bbfa authored almost 8 years ago
Update POTFILES.in

7a2f7560ba7fd8994a0ba54f9bc368fa4432e6c9 authored almost 8 years ago
Fix warning of scan-build about garbage values at _xfdashboard_label_get_preferred_(width|height), i.e. use of uninitialized variables

19320d496d0914319f10cb6f8d03a0ebb3c157cf authored almost 8 years ago
Add options in settings to allow or disallow sub-windows in XfdashboardLiveWindow. This is interesting at slower machines as it should increase the performace if lesser window live previews are tracked, displayed and updated.

dec55421ca297fb3c9b857953022843bb645607b authored almost 8 years ago
Added missing generation for version.h from version.h.in in Makefile

4e09ec5214daf9c90fcfd81aa565fbfd7e113631 authored almost 8 years ago
Wrong Xfconf property used to disable sub-windows as it not part of windows view only but a general setting. So move setting to top-level of xfdashboard's Xfconf channel.

1d2b06cefa3c48001ff4cfc9b26c1460e137a7a9 authored almost 8 years ago
Fix plugin 'middle-click-window-close' to use new XfdashboardLiveWindowSimple actors to retrieve window to close

2fed8d26f84433477bdd40f6f359a4a00c9148f6 authored almost 8 years ago
Allow user to disable live previews of sub-windows, e.g. for performance reasons. Disabling live previews of sub-windows means to disable them at all regardless what the theme requests.

134a1ecb4efe8b567a84b93c53261569dd2402cc authored almost 8 years ago
Add version macros for compile-time version checks. This is useful for plugins.

26733cb572950d6e8d4a14c7cd60588fbe594d31 authored almost 8 years ago
Make showing sub-windows at XfdashboardLiveWindow themable

fe179d12a525b8fd0a596b085952f19337330247 authored almost 8 years ago
Add support to show sub-windows of main windows at XfdashboardLiveWindow as they are used in windows view (XfdashboardWindowsView).

af97b4484f9a6058a3f2a061b16c406380f0e3b1 authored almost 8 years ago
Remove stupid "shortcut" functions xfdashboard_window_tracker_window_is_visible_on_workspace() and xfdashboard_window_tracker_window_is_visible_on_monitor() as they lead to false assumption and it should not harm anyone to call two functions, i.e. xfdashboard_window_tracker_window_is_visible() followed or preceeded by xfdashboard_window_tracker_window_is_on_workspace().

a813174a210b9f6918f237790707f329ec1a7c32 authored almost 8 years ago
Remove functions xfdashboard_live_workspace_get_show_window_content() and xfdashboard_live_workspace_set_show_window_content() from XfdashboardLiveWorkspace because it needed to be themed before via 'show-window-content' property and can now be themed via 'display-type' property of XfdashboardLiveWindowSimple.

Just replace the following CSS:

XfdashboardLiveWorkspace
{
show-window-content: <true or fals...

53dcfd77b59eeb4bc71d87c0b4c0632206e75256 authored about 8 years ago
Make XfdashboardLiveWindowSimple themable if a live window preview should be shown or just only the window's icon

5552bdc0cf37c0dca9b4835d687407ab35d57743 authored about 8 years ago
Make use of new simple live window actor (XfdashboardLiveWindowSimple) at live workspace actor (XfdashboardLiveWorkspace)

e5a615da7c2304f01b3716be62127cb66c85fcdc authored about 8 years ago
Move controls, title and icon of XfdashboardLiveWindow into a container, the controls layer to group them and to enforce them all to be the top most actors always.

38626c0fa6f1b5454f5264146fca77acda1f7198 authored about 8 years ago
Remove redundant code by deriving XfdashboardLiveWindow from newly created XfdashboardLiveWindowSimple and add controls, title and icon to it

86727ab4d86f9af52733b799b8eb8909d0d698c9 authored about 8 years ago
Remove TODO marked code lines

8d6a0f3c50a095765e0cdb8ffdb6a581badc8918 authored about 8 years ago
Add missing header files in libxfdashboard.h

d7cc6c2732a8dbb562e7cc07954f2e9843982e33 authored about 8 years ago
Create simpler version of XfdashboardLiveWindow as new class XfdashboardLiveWindowSimple which just shows the preview of a window but without controls or title actors

173ec3c77210b3ff2fad3440c1cb7b325e42ab38 authored about 8 years ago
Add function to XfdashboardWindowTrackerWindow to get the parent window of a window if there is any.

aca83c5e6a737794f1024e22727fc21b665f6ba7 authored about 8 years ago
Fix compiler warning about unused variable in XfdashboardPopupMenuItem

d48ccff055ae9e23944f1256f23b7224c3a02adc authored about 8 years ago
Remove "enabled" property from interface XfdashboardPopupMenuItem and implement functions at actors (implementing this interface) to get/set enable state.

14d5fc2abe6217afca76fac3a365989af91eac57 authored about 8 years ago
Allow pop-up menu items to be enabled or disabled. At the moment only the item "activation" function checks if the pop-up menu item is enabled before activating it.

90a6f548859fdafebd92dd8278b5a821253b291d authored about 8 years ago
Also properties should only be defined once in interfaces

ebf92e86d9cbe10c70e186eaa0f20d58c4ae5774 authored about 8 years ago
Add missing section for API documentation at XfdashboardPopupMenuItemSeparator

f73963b97d1e1fc969bf831cf1e3838f7a108355 authored about 8 years ago
Turn XfdashboardPopupMenuItemSeparator into a more powerful and themable pop-up menu item

dd0e14681b58eb5b9320754cacba4285f54793c5 authored about 8 years ago
Derive XfdashboardPopupMenuItemSeparator from XfdashboardBackground instead of XfdashboardActor to make it more stylable

7d3aff45c3daa959cd29ff137500c29ef02a9593 authored about 8 years ago
Happy new year :)

Updating to new year 2017

275da9a9c4ce3eefcdf37fa21c0c6224461a1d1c authored about 8 years ago
Fix compiler warning about using NULL as unsigned int parameter

3f0c75c3be49347cd34648e1a1c2e0c9c7d5f0c5 authored about 8 years ago
Add a yet very simple menu item separator via class XfdashboardPopupMenuItemSeparator

720f677e5802561c2e6d67c4457b813a0c10c59b authored about 8 years ago
Replace XfdashboardPopupMenuItemMeta with an interface called XfdashboardPopupMenuItem which each actor used as pop-up menu item must implement. It is not allowed anymore to use "normal" actors as menu items.

XfdashboardPopupMenuItemButton is the first menu item class which can be used and replaces the "...

d9865e3e779e3d1f0dced4c9519653205efde88f authored about 8 years ago
Update AppData

a396addba20c8e9fdb078159b3ea5d842f1c514f authored about 8 years ago
Move more code to new GDK API when GTK+ 3.20 or newer is installed to avoid deprecation warnings.

12000ff1358c6d234bd7d4b28552e3cea7a01f65 authored about 8 years ago
Move to new GDK API when GTK+ 3.20 or newer is installed to avoid deprecation warnings.

954a9250f40533fcdaf5c59eec4ec428142a6678 authored about 8 years ago
Add or remove CSS class "primary-monitor" to XfdashboardStageInterface depending on the primary state of associated monitor. With this CSS class the stage interface of the primary monitor could be themed different as the others non-primary or secondary ones.

984a111ad6576ff285cadfd330abd0125107e0db authored about 8 years ago
Make "button-style" used in themes to set style of XfdashboardButton work again after XfdashboardButton was refactored into a button and a label called XfdashboardLabel.

2aa3f0159ff7a84995ee11d9495b7c884611dd5e authored about 8 years ago
Refactor XfdashboardButton into XfdashboardLabel and make XfdashboardButton a sub-class of it.

XfdashboardLabel is like the previous XfdashboardButton but without "click" signal and Xfdashboa...

d22ed42a21109602963d583688aa0a2c55c8eb2a authored about 8 years ago
Hopefully a better explaination of command-line option "--toggle".

See GH #137

37441ba3dbcb19eae4a6add8e7df745fabddbf0e authored about 8 years ago
Fix typos in command to install requirements at Debian

865de47780e370f4cd627c837a59cf4ba9e7ef0e authored over 8 years ago
Fix Makefile generation by autotools

Simply renaming README to README.md was not a good idea. So reverting renaming.

a3d2f9189d67cd180c76e56cec9000cc3ee8276d authored over 8 years ago
Revert commit with blank lines from last pull request

baf55c08c59e9a0722b552d3c919e3e61bc86efa authored over 8 years ago
Merge pull request #134 from Pablohn26/master

Add debian requirements installation and change README to markdown

f7560cf5b85a240f97df2573bab8ec1630b0e4e4 authored over 8 years ago
Fix typo in defaultApplications array

Fixes bug #12842

781d1ff3ece3b2ac03c09af25977a2fb45d2a2e7 authored over 8 years ago
Post-release version bump to 0.7.1

042e92f0f7e2d65573cdb13a5ec5e82e20591c95 authored over 8 years ago
Bump version to 0.7.0

e42b7323bdb00c7e6fa1334ce6becd17e1e76de5 authored over 8 years ago
Update Appdata

6d6ad6c9222e226ab2b075e22c9a9f1ce334fdea authored over 8 years ago
Updated POTFILES.in

aea63aed26d796571cfa52f5b2e19876843ea9cd authored over 8 years ago
Revert "Next attempt to allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of outline"

This reverts commit fc1c520bccbf0eb4d98a5f6abecd2be64db9b9c9.

It is not the solution I wanted a...

930770a3c56d7ce331ee5dba2b06cb181125c635 authored over 8 years ago
Revert "Remove parameter for target actor in signal handler to draw outline at XfdashboardBackground as the target is this actor ;)"

This reverts commit ee0d7d43fe55d4a538f485b6805935eb5a615ec5.

It is not the solution I wanted a...

9142af7a684fec30bea44d762dd944533e6538e5 authored over 8 years ago
Revert "Next attempt to allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of background"

This reverts commit dc2bbb4ec4ac5487177ef3b001df185e79a476c3.

It is not the solution I wanted a...

57e17bc92f6263dc5b719590b8ddfcd182bf10ed authored over 8 years ago
Revert "Aloow to get default background drawing function of XfdashboardBackground get called if a custom function at virtual function (*draw_background) of XfdashboardBackground was set and FALSE or CLUTTER_EVENT_PROPAGATE was returned by this custom function."

This reverts commit 2c0376b9cf760d70d3963a27ade76c3d46efa4e9.

It is not the solution I wanted a...

30459223f8dacf2b1c95eb1bc24f6b9f95cf653d authored over 8 years ago
Aloow to get default background drawing function of XfdashboardBackground get called if a custom function at virtual function (*draw_background) of XfdashboardBackground was set and FALSE or CLUTTER_EVENT_PROPAGATE was returned by this custom function.

2c0376b9cf760d70d3963a27ade76c3d46efa4e9 authored over 8 years ago
Next attempt to allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of background

This time XfdashboardBackground connects to "draw" signal of ClutterCanvas used to draw backgrou...

dc2bbb4ec4ac5487177ef3b001df185e79a476c3 authored over 8 years ago
Remove parameter for target actor in signal handler to draw outline at XfdashboardBackground as the target is this actor ;)

ee0d7d43fe55d4a538f485b6805935eb5a615ec5 authored over 8 years ago
Next attempt to allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of outline

This time the XfdashboardOutlineEffect provides a "draw" signal to paint the outline because the...

fc1c520bccbf0eb4d98a5f6abecd2be64db9b9c9 authored over 8 years ago
Revert "Allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of background."

This reverts commit 387eb45962eb05a18a50b2bd227dc300744922cd.

4af8d57f5da3bf825d2c1554dadb1c44ea3aa757 authored over 8 years ago
Revert "Allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of outline"

This reverts commit 30745d685e119b9e5d4f254f2bc7991d6b418e19.

8ff46fdf4bd3c5fe94aaf213edf47155691cc2ff authored over 8 years ago
Allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of outline

30745d685e119b9e5d4f254f2bc7991d6b418e19 authored over 8 years ago
Allow overriding draw function of background borders and corner, e.g. interesting for popup-menus to draw an arrow on any side of background.

387eb45962eb05a18a50b2bd227dc300744922cd authored over 8 years ago
I18n: Updated translations fr,lt

864192fceaa33c756774dbcf571601578ad25676 authored over 8 years ago
Fix README.md syntax to look better

d305d8a9cb1a387611dee568d74cdd4cab703b69 authored over 8 years ago
Change readme to .md to markdown support

c4c77438c4029b86919a265ead145cb77cd7f287 authored over 8 years ago
Add debian requeriments installation

6066588638b36428a87f03d50c1b84976fa64dcc authored over 8 years ago
Get rid of deprecated Cogl functions in XfdashboardEmblemEffect

8c35a0dd335d2403092e78b03a8eb4811204886b authored over 8 years ago
Make use of new pop-up menu in quicklaunch

07df9736012cf052cb3f8d5cf66bebc1e821ffef authored over 8 years ago
Implement pop-up menu

8390f0676e43f5ecae94a100f0e381389d9ca9d7 authored over 8 years ago
Do not restart application via session management when it crashed but was started as force new instance (via environment variable XFDASHBOARD_FORCE_NEW_INSTANCE which is used for debugging purposes).

4096082587582c7d048e42066377ec5c4df25b77 authored over 8 years ago
Do not restart application via session management if application object was disposed which is the usual and clean way and not a crash which could require a restart.

c08d8c52137b66958a257b72b5c591d4f28f8aed authored over 8 years ago
Fix typos

abed645b2df8ad76436b5efa5eb5e24d82424740 authored over 8 years ago