Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-22 | Document the titlechanged hook. | Jérémie Courrèges-Anglas | |
2013-11-22 | Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36 | Jérémie Courrèges-Anglas | |
I'll be more careful when using 'c' in Magit. ;) | |||
2013-11-20 | Cleanup cmd_meta | Jérémie Courrèges-Anglas | |
* plug memory leak * consistent indentation * minimize variables scope * kill commented code | |||
2013-05-26 | Added user documentation for gnumber command. | cos | |
2013-04-07 | Make git ignore .xz archives and HTML documentation | Jérémie Courrèges-Anglas | |
2013-02-11 | update Shawn's email address in documentation | Jérémie Courrèges-Anglas | |
* while here, s/EMACS/Emacs/ in the Info manual | |||
2013-02-10 | texinfo manual update | Jérémie Courrèges-Anglas | |
* fdl.texi: update to a newer version (not to a newer licence version!) * ratpoison.texi: update to build printed manuals, get rid of annoying @node references, and move GFDL to the last section. use automake support for version.texi, so that manuals don't ship with an outdated version * .gitignore: match update | |||
2011-05-25 | remove mention of non-existant keybinding for quit from manpage | Bernhard R. Link | |
2010-08-21 | document nextscreen and prevscreen default keybindings in the manpage | Bernhard R. Link | |
2010-05-18 | add a titlechanged hook | Zed Lopez | |
2010-04-12 | document newwindow hook | Shawn Betts | |
2010-04-12 | add a new_window_hook to the map_window function of manage.c. | Eric A | |
2010-01-03 | correct spelling errors in the manpage | Bernhard R. Link | |
2009-04-13 | make ratinfo and ratrelinfo work with ratpoison -c and return coordinates ↵ | Shawn Betts | |
relative to current frame when there's no window * update docs | |||
2009-04-13 | fix segfault in banishrel and make it banish to the corner of the frame when ↵ | Shawn Betts | |
there's no window * update documentation | |||
2009-04-13 | add texinfo documentation for ratinfo, ratrelinfo, banishrel commands | Shawn Betts | |
2009-04-13 | Add ratinfo, ratrelinfo, and banishrel commands | Rob Paisley | |
2008-10-22 | update documentation | Bernhard R. Link | |
2008-10-12 | PID support for format_string | Antti Nykänen | |
2008-10-12 | add grename command | Ali Gholami Rudi | |
2008-10-10 | document gother | Shawn | |
2008-10-10 | allow window border color to be set seperately for focused and unfocused windows | Kipling Inscore | |
2008-10-10 | doc/ratpoison.texi: fix argument order of execf | Bernhard R. Link | |
2008-06-22 | document new %M in manpage | Bernhard R. Link | |
2008-06-20 | add a maxsize formatter character to format_string | Shawn | |
2008-02-21 | fix syntax errors in the manpage | Bernhard R. Link | |
2007-10-22 | bump the version number in the docs to 1.4.3 | Shawn Betts | |
2007-10-08 | add more ignored files | Shawn Betts | |
2007-10-06 | Remove .cvsignore files. add .gitignore files | Shawn Betts | |
2007-03-08 | * src/split.c (set_active_frame): call switch_frame hook | sabetts | |
(show_frame_indicator): only show frame indicator (set_active_frame): new arg force_indicator. all callers updated. (show_frame_indicator): new arg force. all callers updated. * src/main.c (init_defaults): init bar_in_padding * src/globals.c (rp_switch_screen_hook): new hook * src/data.h (struct rp_defaults): new slot, bar_in_padding * src/bar.c (bar_x): honour bar_in_padding setting (bar_y): likewise * src/actions.c (init_set_vars): add barinpadding (set_barinpadding): new function * src/globals.h: new global rp_switch_screen_hook | |||
2006-11-23 | document syntax for max lengths in winfmt in texinfo and manpage, complete ↵ | brl | |
format chars in manpage | |||
2006-11-21 | tell automake to include fdl.texi into dist tar | brl | |
2006-11-21 | complete MAINTAINERCLEANFILES variables | brl | |
2006-11-17 | *** empty log message *** | sabetts | |
2006-10-05 | add swap command | sabetts | |
2006-09-27 | (initialize_default_keybindings): bind "swap" to C-t x and C-t C-x | sabetts | |
2006-09-27 | *** empty log message *** | sabetts | |
2006-06-11 | *** empty log message *** | sabetts | |
2006-05-25 | *** empty log message *** | sabetts | |
2006-05-22 | *** empty log message *** | sabetts | |
2006-05-18 | *** empty log message *** | sabetts | |
2006-05-15 | * src/manage.c (grab_top_level_keys): use defaults.top_kmap for the top kmap | sabetts | |
* src/main.c (init_defaults): init defaults.top_kmap * src/events.c (handle_key): use defaults.top_kmap for the top kmap * src/data.h (struct rp_defaults): new field, top_kmap * src/actions.c (set_topkmap): new prototype (init_set_vars): topkmap new set variable (initialize_default_keybindings): use defaults.top_kmap for the top kmap (cmd_undefinekey): likewise (cmd_definekey): likewise (cmd_escape): likewise (cmd_delkmap): likewise (set_topkmap): new function | |||
2006-04-21 | * src/actions.h: new command sfrestore | sabetts | |
* src/actions.c (init_user_commands): new command sfrestore (cmd_sfrestore): new function | |||
2006-03-17 | (Groups): Fix description of gnew command. | rcyeske | |
2006-03-16 | remove tabs and trailing whitespace. | sabetts | |
2006-03-15 | (init_user_commands): add optional argument to "info" | sabetts | |
(cmd_info): handle optional argument * src/format.c: new file * src/format.h: new file * Makefile.am (ratpoison_SOURCES): add format.c and format.h * src/actions.c (set_infofmt): new function (wingravity_to_string): char * instead of static char * because needed in format.c (cmd_info): use format_string * src/actions.h (wingravity_to_string): add prototype * src/data.h (info_fmt): new variable * src/main.c (init_defaults): set a value for defaults.info_fmt * src/ratpoison.h: include format.h * src/windows.c (get_window_list): use format_string (isdigit): remove function as the formatting is now done in format.c (concat_width): likewise (format_window_name): likewise | |||
2006-02-26 | *** empty log message *** | sabetts | |
2006-01-03 | * src/number.c (numset_add_num): store the ret val of | sabetts | |
numset_find_empty_cell in a variable and use it as an index into the numbers_taken array. * src/actions.c (cmd_curframe): return the frame number in non-interactive mode. * src/split.c (cleanup_frame): in the maxsize windows are transients check either the width or height must be less than the screen width/height (just like in windows.c). | |||
2005-12-11 | *** empty log message *** | sabetts | |
2005-10-14 | *** empty log message *** | sabetts | |