summaryrefslogtreecommitdiff
path: root/garcon
Commit message (Expand)AuthorAgeFilesLines
* Cast using `GUINT_TO_POINTER` macro to silence build warningAvinash Sonawane2022-03-041-1/+1
* Remove redundant codeAvinash Sonawane2022-03-041-2/+2
* menu-item: Add get/set for PrefersNonDefaultGPU (#21)Andre Miranda2021-06-252-0/+64
* fix GarconMenuItem file documentationOlaf Hering2020-12-161-1/+1
* Remove GSourceFunc castsOlaf Hering2020-12-161-2/+3
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-152-23/+0
* garocn now needs libxfce4ui/4util 4.15.6+Romain Bouvier2020-12-141-1/+1
* Improve GObject introspection annotations (Fixes #8)Olivier Duchateau2020-08-1311-94/+247
* Add support for GObject Introspection (Fixes #4)Olivier Duchateau2020-08-131-0/+34
* Fix a memory leakJan Ziak2020-05-131-6/+2
* Fix use after free crash (Bug #15679)Andre Miranda2019-07-061-0/+2
* Fix g_type_class_add_private deprecation in recent GLibOlivier Duchateau2019-04-138-36/+33
* Support composite XDG_CURRENT_DESKTOPRomain Bouvier2018-11-181-12/+26
* Decrement allocation counter on item unref (#12700)Yegor Timoshenko2018-11-182-3/+10
* Fix compilation warnings (Bug #14598)Andre Miranda2018-08-264-6/+19
* Replace hash table for application actions with a listStephan Haller2017-12-051-15/+71
* Support for freedesktop Keyword item (#10683)Gregor Santner2017-10-232-9/+133
* Drop libgarcon-2Eric Koegel2017-05-012-46/+2
* Desktop actions custom icon supportEric Koegel2016-06-033-4/+82
* Added desktop actions support (bug #11268)Danila Poyarkov2016-06-036-106/+651
* Port Garcon to Gtk3Eric Koegel2015-03-262-3/+47
* Add case insensitive sorting to the menu (bug #10594).Nick Schermer2014-07-281-2/+14
* Don't force URLs to be opened in a web browser (bug #10212)Graeme Gott2014-07-251-1/+1
* Bail out of creating a directory menu if it doesn't have a name.Alistair Buxton2013-12-071-0/+5
* Add garcon_set_environment_xdg() function.Nick Schermer2013-08-022-2/+42
* Avoid direct include of garcon-menu.h.Nick Schermer2013-08-021-0/+4
* Use direct macro to get private.Nick Schermer2013-08-027-35/+7
* Use new mutex locking api if available.Nick Schermer2013-05-051-9/+31
* Autotools updates.Nick Schermer2013-01-061-1/+1
* Fix stipid mistake in previous commit.Nick Schermer2012-04-191-1/+1
* Reduce signal emission on delete events (bug #8671).Nick Schermer2012-04-171-5/+17
* Add debugging for file monitoring and reloading.Nick Schermer2012-04-151-33/+79
* Fix segfault if null is set.Nick Schermer2012-04-131-0/+3
* Fix invalid free.Nick Schermer2011-12-241-1/+1
* Set an error domain.Nick Schermer2011-12-231-1/+3
* Fix previous commit.Nick Schermer2011-12-231-12/+27
* Support Link desktop types.Nick Schermer2011-12-231-0/+14
* Return an error string instead of freeing it.Nick Schermer2011-09-091-9/+13
* Remove unneeded check.Nick Schermer2011-07-031-1/+1
* Make a previous commit a bit nicer.Nick Schermer2011-06-291-4/+3
* Small function cleanup.Nick Schermer2011-06-281-9/+3
* Do utf-8 checking in the set functions.Nick Schermer2011-06-282-3/+4
* Remove _garcon_keyfile_load.Nick Schermer2011-06-282-49/+0
* Port GarconMenuDirectory to XfceRc.Nick Schermer2011-06-281-32/+33
* Port GarconMenuItem to use XfceRc.Nick Schermer2011-06-281-89/+81
* Depend on libxfce4util for XfceRc.Nick Schermer2011-06-281-0/+2
* Do not sort the menu items twice with merge-all.Nick Schermer2011-06-281-2/+3
* Add macro to free list with destroy function.Nick Schermer2011-06-274-26/+28
* Do not decrement the internal refcount of items.Jannis Pohlmann2011-06-261-3/+0
* Fix coding style a bit.Jannis Pohlmann2011-06-263-12/+29