summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Avoid saving duplicate command (#58)Andre Miranda2022-03-051-1/+12
| | | | Closes #58
* Use symbolic iconsAndre Miranda2022-03-043-16/+16
| | | | This does not include categories and application icons.
* Rename icon name macro constantsAndre Miranda2022-03-044-33/+33
|
* Do not allow custom action notice to wrap linesAndre Miranda2022-02-141-1/+1
|
* Fix crashes occurring when GLib rejects to parse the command stringJan Ziak2022-02-051-1/+1
| | | | Closes: https://gitlab.xfce.org/xfce/xfce4-appfinder/-/issues/57
* Add option to hide window decorations (#51)Andre Miranda2021-11-283-3/+33
| | | | closes #51
* Include keywords and generic name to searchAndre Miranda2021-10-271-1/+16
| | | | Closes #45
* 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
| | | | Closes #16
* Make close and help buttons translatableYousuf Philips2021-05-031-2/+2
| | | Closes https://gitlab.xfce.org/xfce/xfce4-appfinder/-/issues/39
* Parse environment variables in collapsed mode (#13)Andre Miranda2021-04-121-2/+64
|
* Mention that custom actions are only available in collapsed mode (#27)Andre Miranda2021-03-201-2/+37
|
* Launch applications as children againAndre Miranda2021-01-172-2/+2
|
* Launch application reparenting them to initAndre Miranda2020-12-122-0/+13
|
* Bump gtk minimum version to 3.22.0Andre Miranda2020-12-122-8/+2
| | | | Also bump libxfce4ui and xfconf min versions.
* Add small delay before reloading menu tree (!6)Andre Miranda2020-09-291-3/+7
| | | | | | | I suspect that in some cases desktop files aren't completely written when garcon_menu_load is called. Fixes #22
* Clear entry's error icon and tooltipAndre Miranda2020-09-291-0/+4
| | | | Fixes #29
* Update copyright yearAndre Miranda2020-09-291-1/+1
|
* Remove unnecessary code for unsupported glib versionsAndre Miranda2020-09-292-10/+0
|
* Remove padding from context menuAndre Miranda2020-09-191-5/+27
|
* Fix memory leaks when sorting itemsJan Ziak2020-09-161-0/+2
|
* Remove unused variableAndre Miranda2020-08-201-1/+0
|
* Simplify buttons layoutAndre Miranda2020-08-191-10/+2
|
* Drop close buttonAndre Miranda2020-08-192-11/+0
| | | | | I don't think it serves any meaningful purpose, appfinder can still be closes with keyboard (esc, alt+f4), window close button or from panel.
* Add new app icon and switch to rDNSMaurizio Galli2020-08-191-1/+1
|
* Use shared field codes expansionTamaranch2020-07-171-33/+17
|
* Limit popup completion width to be same as entryAndre Miranda2020-07-141-1/+8
|
* Switch to a few symbolic iconsSimon Steinbeiss2020-07-141-4/+4
|
* Record last commands only once (Bug #15767)Martin Krohn2020-05-231-7/+14
| | | | | First check the history (model->items_hash) if the command is already in. Only if the command is not in yet, add it to the history
* Sort by frecency (Bug #9265)Mahmoud Khalil2020-05-216-10/+396
| | | | Co-authored-by: Andre Miranda <andreldm@xfce.org>
* Bug #16717: Move from exo-csource to xdt-csourceRomain Bouvier2020-04-221-1/+1
| | | | | - exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
* Make Preferences button always visible (Bug #16489)Andre Miranda2020-04-211-5/+2
|
* Fix gtk version checkingAndre Miranda2020-03-121-1/+1
|
* Hidden option to disable entry completion (Bug #15827)Andre Miranda2019-12-211-1/+3
|
* Use casefolded string when searching for apps not commands (Bug #15893)Andre Miranda2019-09-013-13/+10
|
* Replace GtkStock buttonsAndre Miranda2019-08-021-4/+16
|
* Simplify layoutAndre Miranda2019-05-161-30/+6
| | | | | Intended side effect: the icon in collapsed mode is now aligned to the search input.
* Icon view: reduce padding/spacing with small iconsAndre Miranda2019-05-161-1/+10
|
* Do not wrap when Text beside icons is enabled (Bug #8490)Andre Miranda2019-05-161-7/+17
|
* Allow case-insensitive searchAndre Miranda2019-05-151-3/+8
|
* Change default action conflicting pattern (Bug #12103)Andre Miranda2018-11-241-1/+1
|
* Save command in history even if it matches Exec (Bug #9023)Andre Miranda2018-11-241-2/+1
|
* Add missing delete labelAndre Miranda2018-11-241-1/+1
|
* Add hide category preference (Bug #14893)Andre Miranda2018-11-243-8/+62
|
* Ignore menu items without name (Bug #14655)Mikhail Efremov2018-09-061-0/+4
|
* Improved spacing and resizing (Bug #14651)Sean Davis2018-09-021-52/+45
|
* Replace strcmp by g_strcmp0Andre Miranda2018-08-181-1/+1
|
* Force icon sizeAndre Miranda2018-08-181-2/+3
|
* Reset tree view cursor when text entry is emptyAndre Miranda2018-08-181-0/+5
|
* Do not focus text entry on modifier keys pressAndre Miranda2018-08-181-6/+10
|