summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Collapse)Author
2015-01-07Wonder if this fixes the warning.QC
2015-01-07Another possible NULL pointer fix.QC
2015-01-07Remove check, selected_line is not NULL.QC
2015-01-07Initialize savept to NULL. (coverity)QC
2015-01-07Fix bug #97: Remove duplicates.QC
2015-01-06Do not crash on empty list in run dialog.Qball Cow
2015-01-06In ssh config check for Host[::space::]: #101Qball Cow
2015-01-05Add run-list command.QC
2015-01-05Add support custom command.Dave Davenport
2015-01-04Fix memory leak of sidebar mode switcher boxes.QC
2014-12-16Bug #98: Select a certain line.QC
* -l select line
2014-12-02Static fest.Dave Davenport
2014-12-02Small moving to helper.Dave Davenport
2014-12-02[TextBox] fix alignment issue with cursor.Dave Davenport
2014-11-29I am to tired to commit, lets try again.QC
2014-11-29Small update trying to fix past commit.QC
2014-11-29Update previous commit with manpage fix window switcher.QC
2014-11-29fix logic for Ctrl+Return/Ctrl+Enterqedi
2014-11-28Force custom commandline when Ctrl-Return is usedqedi
2014-11-25More commenting.Dave Davenport
Code Comment Comment % Blank Total File ------ --------- --------- --------- --------- ----------------- 36 69 65.7% 2 107 config.c 66 31 32.0% 14 111 dmenu-dialog.c 185 52 21.9% 19 256 helper.c 179 66 26.9% 27 272 history.c 1896 325 14.6% 345 2566 rofi.c 197 45 18.6% 42 284 run-dialog.c 144 31 17.7% 24 199 script-dialog.c 171 42 19.7% 31 244 ssh-dialog.c 350 69 16.5% 84 503 textbox.c 151 37 19.7% 27 215 xrmoptions.c 26 0 0.0% 5 31 helper-test.c 65 6 8.5% 35 106 history-test.c 109 5 4.4% 22 136 textbox-test.c 34 33 49.3% 24 91 config.h 5 10 66.7% 4 19 dmenu-dialog.h 11 70 86.4% 10 91 helper.h 9 46 83.6% 8 63 history.h 83 128 60.7% 17 228 rofi.h 4 8 66.7% 2 14 run-dialog.h 11 26 70.3% 5 42 script-dialog.h 4 8 66.7% 2 14 ssh-dialog.h 64 142 68.9% 31 237 textbox.h 6 13 68.4% 4 23 xrmoptions.h
2014-11-24Issue #91 Reverse order of headers to fix build.Qball Cow
2014-11-22Use glib for escaping.QC
2014-11-22Possible fix for issue #90.QC
* Escape the argument passed to the script. * Escape '\"
2014-11-15Small updates.QC
2014-11-12Fix indenting.Dave Davenport
2014-11-11Fix error with entry box being empty.QC
2014-11-11Add ctrl-/ as reverse tab.QC
2014-11-10Fix small graphical glix tabsQball Cow
* They where to close to bottom.
2014-11-10[FullHeight] Fix height calculationDave Davenport
* Take window border into account.
2014-11-10[Sidebar mode] Allow tabs to be clicked.Dave Davenport
2014-11-10Try to make sidebar separator visible again.Dave Davenport
2014-11-09Add sidebar modi to ROFI.QC
2014-11-09Fix center mode.QC
2014-11-06[Run] Filter out duplicates. Issue #86QC
2014-11-05Reload configuration in daemon mode on SIGHUPDave Davenport
2014-11-05If argv[0] is dmenu, launch in dmenu mode.Dave Davenport
2014-11-04Always use right display str.Dave Davenport
2014-10-30Add multi-line elements support.Dave Davenport
2014-10-19Remove separator from Xresources.QC
2014-10-19Add separator option.QC
2014-09-27Indent.QC
2014-09-23Fix some constness and add comments.Dave Davenport
2014-09-06Add source files and man page.QC
* Add bugtracker to manpage. * Print msg to stderr, when error dialog not available.
2014-09-05Fix #81, this should now work correctly.QC
* Put old (broken) simpleswitcher code back. * Fix call to window_get_prop * Translate address with XTranslateCoordinates.
2014-09-03Add ctrl-space to set selected item as input.QC
2014-09-03Add flexible configuration for launchingDave Davenport
* You can now specify links: {terminal} -e bash -e "{ssh-client} {host}" * Add test for this code.
2014-09-01Fix name matching for ssh-dialog, fix bug 80.Dave Davenport
2014-08-30Play with adding some more test, bug fixesDave Davenport
* delete an invalid memmove in textbox
2014-08-29Fix crash in history when removing last entry.QC
2014-08-29Add gcov option.QC