summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-26Tokenize launch arguments.Jari Vetoniemi
2014-10-26These may fail, especially the wayland one if compositor runs somewhere.Jari Vetoniemi
2014-10-25Cleanup all resources used by wayland renderer.Jari Vetoniemi
2014-10-25Use cleanable buffer for curses renderer.Jari Vetoniemi
2014-10-25Cleanup init.Jari Vetoniemi
2014-10-25Remove duplicates.Jari Vetoniemi
2014-10-25Store item pointer before removal.Jari Vetoniemi
2014-10-25Use sizeof(void*) and fix list remove.Jari Vetoniemi
2014-10-25Close when connection is broken.Jari Vetoniemi
2014-10-25Sort items in bemenu-run.Jari Vetoniemi
2014-10-25Share client code, add bemenu-runJari Vetoniemi
2014-10-25Use dprintfJari Vetoniemi
2014-10-25Single line mode, color customization, etc..Jari Vetoniemi
2014-10-25Fix stdin read.Jari Vetoniemi
2014-10-25Use BM_PLUGIN_VERSION for renderers.Jari Vetoniemi
2014-10-25More standard ints.Jari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi
2014-10-23Install wayland renderer as well.Jari Vetoniemi
2014-10-23Make test, test failures instead of skipping.Jari Vetoniemi
2014-10-23Update test.Jari Vetoniemi
2014-10-23Add wayland renderer (experimental)Jari Vetoniemi
2014-10-23Only compile curses renderer if curses was found.Jari Vetoniemi
2014-10-23vsnprintf is null terminated.Jari Vetoniemi
2014-10-23Use get_wchJari Vetoniemi
2014-10-22No longer true.Jari Vetoniemi
2014-10-22Make test actually work again.Jari Vetoniemi
2014-10-22Pass bm_menu struct on each render api call.Jari Vetoniemi
2014-10-22Remove old test.Jari Vetoniemi
2014-10-22Call constructor of activated renderer.Jari Vetoniemi
2014-10-22Refactor code to snake_style, turn renderers into plugins, and startJari Vetoniemi
wayland (cairo) renderer.
2014-08-21Skip whitespace when tokenizing too.Jari Vetoniemi
2014-08-21No developer activity, so simplifying to just master branch.Jari Vetoniemi
2014-08-21Merge branch 'develop'Jari Vetoniemi
2014-08-21Skip leading whitespace.Jari Vetoniemi
2014-05-14Length check is fragile and breaking behaviour.Jari Vetoniemi
2014-04-15Support older ncurses.Jari Vetoniemi
2014-04-15This is not usedJari Vetoniemi
2014-04-15Don't use the enumerator variable.Jari Vetoniemi
2014-04-15It's better to guard whole function.Jari Vetoniemi
2014-04-15Print the missing function and from what library in case of exception.Jari Vetoniemi
2014-04-14Consistency.Jari Vetoniemi
2014-04-14Identation.Jari Vetoniemi
2014-04-14Support disco parameter.Jari Vetoniemi
2014-04-14Make version function exit itself.Jari Vetoniemi
2014-04-14Print usage on wrong options.Jari Vetoniemi
2014-04-14Add break for no reason.Jari Vetoniemi
2014-04-14Useless whitespace.Jari Vetoniemi
2014-04-14Tell curses to use terminal default colorsJari Vetoniemi
2014-04-14Add selection wrapping (-w).Jari Vetoniemi
2014-04-14Fix documentation.Jari Vetoniemi