summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-26Adapt group bar to be updated on group number or name change.cr/implement_gnumber-with_winliststylecos
2013-05-26Remove redundant check for NULL.cos
2013-05-26Add initial cmd_gnumber implementation.cos
2013-05-26Make group_add_new_group() sort groups numerically.cos
2013-05-26draw_string: only call rp_text_width when neededJérémie Courrèges-Anglas
2013-05-26draw_string: more cleanup and clarificationsJérémie Courrèges-Anglas
2013-05-26draw_string: document variablesJérémie Courrèges-Anglas
2013-05-26feed draw_partial_string with a string and a lengthJérémie Courrèges-Anglas
2013-05-26draw_string: indentationJérémie Courrèges-Anglas
2013-05-26fix draw_string when winliststyle is "row"Jérémie Courrèges-Anglas
2013-05-26sync comment with realityJérémie Courrèges-Anglas
2013-04-27avoid get_wmname spammingJérémie Courrèges-Anglas
2013-04-15Support UTF-8 in the input barJérémie Courrèges-Anglas
2013-04-13read_rc_file: use getline(3) instead of emulating itJérémie Courrèges-Anglas
2013-04-13Make our fallback getline implementation re-usableJérémie Courrèges-Anglas
2013-04-13get_more_input: use a proper while loop and a switch statementJérémie Courrèges-Anglas
2013-04-13get_more_input: remove useless variableJérémie Courrèges-Anglas
2013-04-10destroy_window: frame could be NULLJérémie Courrèges-Anglas
2013-04-10free_bar: make this function reusableJérémie Courrèges-Anglas
2013-04-10main: in case XOpenDisplay fails, use exit not returnJérémie Courrèges-Anglas
2013-04-10strtok_ws: account for erroneous usageJérémie Courrèges-Anglas
2013-04-10main: free display and alt_rcfileJérémie Courrèges-Anglas
2013-04-10history_add: make 2nd parameter constJérémie Courrèges-Anglas
2013-04-10Get rid of several unused variablesJérémie Courrèges-Anglas
2013-04-10Refactor cmd_promptJérémie Courrèges-Anglas
2013-04-10Refactor cmd_timeJérémie Courrèges-Anglas
2013-04-10cmd_prompt: handle NULL outputJérémie Courrèges-Anglas
2013-04-07In strtok_ws() use "last", not "pointer" for the static variableJérémie Courrèges-Anglas
2013-04-07Don't use a flexible array member in struct history_itemJérémie Courrèges-Anglas
2013-02-22receive_command_result() fixupJérémie Courrèges-Anglas
2013-02-22fixup return values of several commandsJérémie Courrèges-Anglas
2013-02-22make ratpoison -c provide a useful exit statusJérémie Courrèges-Anglas
2013-02-18silence minor compilation warning in src/manage.cJérémie Courrèges-Anglas
2013-02-18more correct cmd_help()Jérémie Courrèges-Anglas
2013-02-13move xa_string initialisation before first useBernhard R. Link
2013-02-06rp_text_width: remove "font" argumentJérémie Courrèges-Anglas
2013-02-06use utf8-handling Xft functions if we are in an UTF-8 localeJérémie Courrèges-Anglas
2013-02-06make TEXT atoms global variablesJérémie Courrèges-Anglas
2013-02-06introduce defaults.utf8_localeJérémie Courrèges-Anglas
2013-01-20tmpwm fix: SIG_IGN -> SIG_DFLJérémie Courrèges-Anglas
2012-12-26environment handling fixesJérémie Courrèges-Anglas
2012-07-01cmd_info: also display a window not in the current groupBernhard R. Link
2011-05-10Fix display_string construction to handle new XDisplayString() behaviouranthony
2010-12-23don't follow a pointer that might be NULL (HIDE_MOUSE specific)Bernhard R. Link
2010-05-18add a titlechanged hookZed Lopez
2010-05-07fix alias bugKeith Amling
2010-04-16in init_screen, properly handle a dot in the display stringShawn Betts
2010-04-12add a new_window_hook to the map_window function of manage.c.Eric A
2010-03-31Cleaned up some cmdret, sbuf, char * usage; eliminating associated memory leaksKipling Inscore
2010-03-17fix swap across multiple screensBernhard R. Link