summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix single window behaviorAndre Miranda2018-08-181-3/+6
* Switch the preferences glade file to Gtk+3Simon Steinbeiss2018-08-081-2/+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-105-21/+25
* 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
* Add single window optionAndre Miranda2017-10-123-24/+70
* Sort by app nameAndre Miranda2017-10-121-17/+75
* Fix preferences button heightAndre Miranda2017-10-081-0/+1
* Replace 'gtk-edit' by a freedesktop.org compliant icon.Olivier Duchateau2017-08-151-1/+1
* Fix compilation warning: uninitialized variableAndre Miranda2017-08-121-1/+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
* Using gdk_threads_add_idle_full to remove gdk_threads_* macro deprecationEduard Roccatello2017-07-162-8/+2
* Fix menu icons and mnemonicsEduard Roccatello2017-07-162-10/+32
* Fix gtk_alignment_new deprecationEduard Roccatello2017-07-161-2/+2
* Fix label and iconEduard Roccatello2017-07-161-3/+12
* Ported a few things to GTK3. Taking care of deprecations right now.Eduard Roccatello2017-07-165-75/+68
* Add fuzzy search matching (Bug #10393)Barkov Vadim2016-11-232-8/+60
* Remove unused variable to avoid breaking buildsJannis Pohlmann2014-07-271-1/+0
* Use new xdg function to set environment.Nick Schermer2013-08-021-8/+2
* Do nothing with the Tab event during competion (bug #10187).Nick Schermer2013-07-281-26/+47
* Add bookmarks in the model.Nick Schermer2013-07-284-104/+559
* Detatch from icon theme to avoid segfault (bug #9730).Nick Schermer2013-03-161-3/+12
* Fix for previous commit.Nick Schermer2013-01-181-1/+1
* Add default action to open absolute paths.Nick Schermer2013-01-181-1/+6
* Drop signal handlers.Nick Schermer2013-01-071-23/+0
* Add execute menu item to launch without closing the window.Nick Schermer2013-01-061-5/+31
* Autotools updates.Nick Schermer2013-01-061-1/+1
* Use GDbus for communication.Nick Schermer2013-01-055-300/+317
* Use new glib 2.32 api.Nick Schermer2013-01-012-0/+6
* Make compilation to GTK3 optional.Nick Schermer2012-09-212-27/+80
* Protect against possible null pointers (bug #9109).Nick Schermer2012-09-082-2/+6