summaryrefslogtreecommitdiff
path: root/src/appfinder-window.c
Commit message (Expand)AuthorAgeFilesLines
* Use symbolic iconsAndre Miranda2022-03-041-2/+2
* Rename icon name macro constantsAndre Miranda2022-03-041-14/+14
* Fix crashes occurring when GLib rejects to parse the command stringJan Ziak2022-02-051-1/+1
* Add option to hide window decorations (#51)Andre Miranda2021-11-281-3/+9
* Parse environment variables in collapsed mode (#13)Andre Miranda2021-04-121-2/+64
* Launch applications as children againAndre Miranda2021-01-171-1/+1
* Launch application reparenting them to initAndre Miranda2020-12-121-0/+4
* Bump gtk minimum version to 3.22.0Andre Miranda2020-12-121-6/+0
* Clear entry's error icon and tooltipAndre Miranda2020-09-291-0/+4
* 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-191-10/+0
* Add new app icon and switch to rDNSMaurizio Galli2020-08-191-1/+1
* Limit popup completion width to be same as entryAndre Miranda2020-07-141-1/+8
* Sort by frecency (Bug #9265)Mahmoud Khalil2020-05-211-2/+70
* 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-011-8/+4
* Simplify layoutAndre Miranda2019-05-161-30/+6
* 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
* Add hide category preference (Bug #14893)Andre Miranda2018-11-241-0/+14
* Replace strcmp by g_strcmp0Andre Miranda2018-08-181-1/+1
* 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
* UX enh.: Focus text entry on key up press if first item is selectedAndre Miranda2018-08-181-1/+13
* UX enh.: Key presses in tree view are propagated to text entryAndre Miranda2018-08-181-1/+18
* UX enh.: jump to the second item when down key is pressedAndre Miranda2018-08-181-11/+41
* Avoid critical message if sidepane is not realizedAndre Miranda2018-08-181-1/+2
* When expanded, launch apps with single enter press (Bug #14469)Andre Miranda2018-06-201-21/+45
* Fix typo in function nameAndre Miranda2018-06-141-4/+4
* Enable improved sorting for icon viewAndre Miranda2018-06-141-5/+21
* Fix gcc8 warningsAndre Miranda2018-06-101-1/+1
* Use APPFINDER_DEBUG instead of g_printfAndre Miranda2018-01-041-2/+1
* Fix segfault when toggling bookmarks (Bug #14134)Andre Miranda2018-01-031-3/+1
* Disable improved sorting for icon viewAndre Miranda2018-01-031-8/+18
* Use gtk_menu_popup to support gtk 3.20Andre Miranda2017-11-021-0/+7
* Fix compile errorAndre Miranda2017-11-021-4/+4
* Sort by app nameAndre Miranda2017-10-121-17/+75
* Fix preferences button heightAndre Miranda2017-10-081-0/+1
* Avoid fallthroughAndre Miranda2017-07-221-1/+4
* Revert "Avoid compilation warn: this statement may fall through"Andre Miranda2017-07-221-1/+0
* Fix gdk_display_get_device_manager deprecationAndre Miranda2017-07-161-23/+5
* Fix gtk_menu_popup deprecationAndre Miranda2017-07-161-4/+1
* Avoid compilation warn: this statement may fall throughAndre Miranda2017-07-161-0/+1
* Remove old GTK2 version checkAndre Miranda2017-07-161-4/+0