summaryrefslogtreecommitdiff
path: root/src/appfinder-window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Using gdk_threads_add_idle_full to remove gdk_threads_* macro deprecationEduard Roccatello2017-07-161-3/+1
* Fix menu icons and mnemonicsEduard Roccatello2017-07-161-10/+31
* 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-161-64/+43
* Add fuzzy search matching (Bug #10393)Barkov Vadim2016-11-231-5/+5
* Do nothing with the Tab event during competion (bug #10187).Nick Schermer2013-07-281-26/+47
* Add bookmarks in the model.Nick Schermer2013-07-281-2/+60
* Detatch from icon theme to avoid segfault (bug #9730).Nick Schermer2013-03-161-3/+12
* Add execute menu item to launch without closing the window.Nick Schermer2013-01-061-5/+31
* Make compilation to GTK3 optional.Nick Schermer2012-09-211-24/+79
* Protect against possible null pointers (bug #9109).Nick Schermer2012-09-081-2/+5
* Try to spwan a custom command in expanded view as well.Nick Schermer2012-04-221-10/+27
* Only focus view if an item is selected on entry active.Nick Schermer2012-04-221-1/+7
* Avoid segfault when right-clicking a custom command.Nick Schermer2012-04-221-0/+7
* Make launch button translatable.Nick Schermer2012-04-081-1/+1
* Chainup unmap.Nick Schermer2012-03-251-0/+2
* Block maximize and fullscreen in collapsed mode (bug #8491).Nick Schermer2012-03-251-0/+33
* Make sure the header icon does not shrink (bug #8489).Nick Schermer2012-02-201-0/+1
* Set an icon before the tooltip.Nick Schermer2011-12-291-0/+3
* Avoid segfault on null iter data.Nick Schermer2011-12-291-1/+1
* Correct string.Nick Schermer2011-12-281-2/+4
* Add support for hiding menu items.Nick Schermer2011-12-281-23/+96
* Center exo-desktop-item-edit on window.Nick Schermer2011-12-281-1/+9
* Disconnect the categories-changed signal.Nick Schermer2011-12-281-3/+6
* Remove debug message.Nick Schermer2011-12-281-1/+1
* Add popup menu to edit and revert desktop files.Nick Schermer2011-12-271-0/+178
* Improve reloading of items and directories.Nick Schermer2011-12-271-12/+25
* Add keybinds to switch modes.Nick Schermer2011-12-271-8/+40
* Only show categories with items.Nick Schermer2011-12-271-2/+2
* Break some long lines.Nick Schermer2011-12-271-13/+25
* Avoid abort if xfconf channel is reset.Nick Schermer2011-12-271-1/+2
* Add icon view mode and add preferences to set icon sizes.Nick Schermer2011-12-271-83/+297
* Don't select the entry if only "l" is pressed.Jannis Pohlmann2011-11-221-1/+1
* Select entry when Ctrl+L is pressed.Nick Schermer2011-11-061-0/+12
* Drop usage of new Gdk keycode api (bug #8044).Nick Schermer2011-10-301-2/+2
* Add a custom completion match function.Nick Schermer2011-10-301-0/+28
* Add left/right navigation to the treeviews.Nick Schermer2011-10-291-0/+32
* Change treeview filter prio to avoid window resize.Nick Schermer2011-10-291-1/+1
* Add option to save custom command matches.Nick Schermer2011-10-291-4/+13
* Always allow up/down unless the completion menu is shown.Nick Schermer2011-09-291-9/+8
* Allow using up/down in expanded view.Nick Schermer2011-09-291-1/+2
* Fix launching in collapsed mode.Nick Schermer2011-09-221-5/+29
* Fix unref of NULL object.Nick Schermer2011-09-211-2/+4
* Fix default item loading.Nick Schermer2011-09-201-14/+23
* Initial work on custom actions.Nick Schermer2011-09-201-52/+19
* Add properties dialog with basic settings.Nick Schermer2011-09-201-3/+34
* Drop the menu from previous commit.Nick Schermer2011-07-091-90/+0
* Clear command history menu item.Nick Schermer2011-07-091-36/+126
* Avoid unneeded category refilter.Nick Schermer2011-07-091-12/+18