summaryrefslogtreecommitdiff
path: root/src/appfinder-model.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid saving duplicate command (#58)Andre Miranda2022-03-051-1/+12
* Rename icon name macro constantsAndre Miranda2022-03-041-5/+5
* Include keywords and generic name to searchAndre Miranda2021-10-271-1/+16
* Add support to garcon's PrefersNonDefaultGPU propertyAndre Miranda2021-06-251-3/+17
* Handle escaping in desktop file values (#16)Andre Miranda2021-06-251-2/+49
* Launch applications as children againAndre Miranda2021-01-171-1/+1
* Launch application reparenting them to initAndre Miranda2020-12-121-0/+9
* Add small delay before reloading menu tree (!6)Andre Miranda2020-09-291-3/+7
* Remove unnecessary code for unsupported glib versionsAndre Miranda2020-09-291-5/+0
* Use shared field codes expansionTamaranch2020-07-171-33/+17
* Record last commands only once (Bug #15767)Martin Krohn2020-05-231-7/+14
* Sort by frecency (Bug #9265)Mahmoud Khalil2020-05-211-5/+294
* Use casefolded string when searching for apps not commands (Bug #15893)Andre Miranda2019-09-011-4/+4
* Save command in history even if it matches Exec (Bug #9023)Andre Miranda2018-11-241-2/+1
* Ignore menu items without name (Bug #14655)Mikhail Efremov2018-09-061-0/+4
* Force icon sizeAndre Miranda2018-08-181-2/+3
* Fix gcc8 warningsAndre Miranda2018-06-101-14/+14
* Fix compilation warning: uninitialized variableAndre Miranda2017-08-121-1/+1
* Using gdk_threads_add_idle_full to remove gdk_threads_* macro deprecationEduard Roccatello2017-07-161-5/+1
* Ported a few things to GTK3. Taking care of deprecations right now.Eduard Roccatello2017-07-161-6/+5
* Add fuzzy search matching (Bug #10393)Barkov Vadim2016-11-231-3/+55
* Add bookmarks in the model.Nick Schermer2013-07-281-77/+463
* Use new glib 2.32 api.Nick Schermer2013-01-011-0/+4
* Avoid a single category if the root menu has a directory.Nick Schermer2012-04-221-2/+6
* Don't use 2nd deprecated g_mapped_file_free (bug #8649).Nick Schermer2012-04-131-1/+1
* Don't use deprecated g_mapped_file_free (bug #8649).Nick Schermer2012-04-131-1/+1
* Bug #8490, set single line label for icon sizes < "small"Andrzej2012-02-211-1/+12
* Make sure the header icon does not shrink (bug #8489).Nick Schermer2012-02-201-0/+1
* Show what the theme or icon change is updating.Nick Schermer2011-12-281-1/+2
* Add refcount debugging.Nick Schermer2011-12-281-1/+19
* Improve reloading of items and directories.Nick Schermer2011-12-271-75/+119
* Avoid (null) comment in tooltip.Nick Schermer2011-12-271-1/+5
* Only show categories with items.Nick Schermer2011-12-271-4/+74
* Show the comment in the item tooltip.Nick Schermer2011-12-271-0/+2
* Add icon view mode and add preferences to set icon sizes.Nick Schermer2011-12-271-42/+141
* Add a custom completion match function.Nick Schermer2011-10-301-0/+28
* Insert and reload history command in model.Nick Schermer2011-10-291-49/+287
* Don't ignore arguments of the desktop file command.Nick Schermer2011-09-291-3/+3
* Clear command history menu item.Nick Schermer2011-07-091-0/+37
* Fix command loading.Nick Schermer2011-07-091-1/+3
* Use custom error macros.Nick Schermer2011-07-091-45/+45
* Collect items directly fron the GarconMenuItemPool.Nick Schermer2011-07-091-34/+77
* Add more icon loading fallbacks.Nick Schermer2011-07-091-6/+35
* Store item visibility.Nick Schermer2011-07-091-1/+3
* Properly handle item visibility.Nick Schermer2011-07-091-3/+6
* Full support for menu reloading.Nick Schermer2011-07-091-59/+208
* Fix selection of category in sidepane.Nick Schermer2011-07-091-4/+4
* Daemonize the process if dbus service.Nick Schermer2011-07-091-1/+2
* Share category data and use pointers for category comparison.Nick Schermer2011-07-091-98/+172
* Make a start with dbus, model sharing and settings.Nick Schermer2011-07-091-141/+46