summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
AgeCommit message (Expand)Author
2015-01-13Move indicator to end of entry box.QC
2015-01-12Fix #102 - Visual indicator of case sensitivity.Edwin Pujols
2015-01-12Merge branch 'master' of https://github.com/DaveDavenport/rofiEdwin Pujols
2015-01-12Add support for alternating row colors.Dave Davenport
2015-01-12Fix #102 - Add case sensitivity.Edwin Pujols
2015-01-10Make analysis happy and prefer heap over stack.QC
2015-01-09Remove magic macro's. They are only used in one place, so no point.Dave Davenport
2015-01-08Add some comments.Dave Davenport
2015-01-07Coverity annoyance.QC
2015-01-07Some error messages.QC
2015-01-07Wonder if this fixes the warning.QC
2015-01-07Remove check, selected_line is not NULL.QC
2015-01-07Initialize savept to NULL. (coverity)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
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-28Force custom commandline when Ctrl-Return is usedqedi
2014-11-25More commenting.Dave Davenport
2014-11-24Issue #91 Reverse order of headers to fix build.Qball Cow
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
2014-11-10[FullHeight] Fix height calculationDave Davenport
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-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-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
2014-09-05Fix #81, this should now work correctly.QC
2014-09-03Add ctrl-space to set selected item as input.QC
2014-09-03Add flexible configuration for launchingDave Davenport
2014-08-28small cleanup error_dialog, remove dummy calcDave Davenport
2014-08-27Add display text modi.Dave Davenport
2014-08-26Refactor the to-long menu() function.Dave Davenport
2014-08-25Use g_spawn instead of fork+exec*QC
2014-08-25issue: #79: Crash when enter on empty list.Dave Davenport