summaryrefslogtreecommitdiffstats
path: root/source/dialogs
AgeCommit message (Expand)Author
2020-04-22[Script] Add no-custom mode.Dave Davenport
2020-04-16[DMenu] Implement -keep-rightDave Davenport
2020-04-15[DRun] cleanup debug message.Dave Davenport
2020-04-15[DRun] Adding %% as escape character.Dave Davenport
2020-04-07[Script] Update example and doc.Dave Davenport
2020-04-07[Script|Dmenu] Don't -1 in a unsigned variable.Dave Davenport
2020-04-07[Combi] Remove strchrnullDave Davenport
2020-04-06[Dmenu] Fix possible crash.Dave Davenport
2020-04-05[Script] Fix crash when custom input with custom keybinding.Dave Davenport
2020-04-05[Script] Add environment variable to indicate state.Dave Davenport
2020-04-05[Script] Free g_shell_parse result.Dave Davenport
2020-04-01[Script] Add option to set deliminter and example script.Dave Davenport
2020-02-13[Script] Reload dialog, on selecting non-selectable item.Dave Davenport
2020-02-13[Script] Fix next dialog option.Dave Davenport
2020-02-13[Script] init nonselectable.Dave Davenport
2020-02-02Add rofi-script manpage, add meta option support to dmenu.Dave Davenport
2020-02-02Add option to make entry non-selectable in dmenu/script.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-02-01Add support for additional field on script entries `meta` (#1052)Jeff
2020-01-26[DRun] Add desktop cacheDave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-12-20[Window] Remove pointless mem duplication.Dave Davenport
2019-12-20[Window] Remove arbitrary limit of 100 windows.Dave Davenport
2019-10-17[Window] Add thumbnail of windows as option.Dave Davenport
2019-09-30[CI] Fixing some more doxygen warnings.Dave Davenport
2019-09-30[CI] Update missing documentation.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-20[DRun] Add keywords to match and printing.Dave Davenport
2019-08-10Set window title based on mode name.Dave Davenport
2019-08-09[DRun] Do not run custom command in drun mode.Dave Davenport
2019-08-09[DMenu] Strip pango markup when matching rows.Dave Davenport
2019-08-09[DRUN] Add option to only show desktop files in certain categoriesDave Davenport
2019-07-09[combi|script] Add static keyword to inline get_index.Dave Davenport
2019-07-06[Script|Combi] Fix compilation warning about mixing singed and unsigned.Dave Davenport
2019-07-02add pythonic rows selection to -a and -u (#985)Kenneth Ho
2019-06-24[SSH] Fix wrong sizeof in read_hosts_fileDave Davenport
2019-05-10[SSH] Always initialize .port field.qball
2019-04-24[SSH] Match lowered keywords.Dave Davenport
2019-04-20[Dialogs.SSH] Remove use of g_ascii_string_to_signed.Dave Davenport
2019-04-02[Dmenu][Script] Share some code between the two modiDave Davenport
2019-04-02[DMenu] Add icon support.Dave Davenport
2019-03-29Use g_ascii_string_to_signed instead of atoi in ssh, allows errorDave Davenport
2019-03-08[SSH] Use \x1F as separator between host/command and port.Dave Davenport
2019-03-04[SSH] Expand path and use right strcmp.Dave Davenport
2019-03-04[SSH] Add support for UserKnownHostsFileDave Davenport
2019-02-17[DRun] Fix sorting of drun.Dave Davenport
2019-02-10[Doc] Update documentation to match changed functions.Dave Davenport
2019-02-10[DRun] Sort the (non history) entries by name. Escape for pango.Dave Davenport
2019-02-10[SSH] Add support for parsing port number from known hosts file.Dave Davenport
2019-01-29[DRUN] Fix small memory leak loading desktop files.Dave Davenport