summaryrefslogtreecommitdiff
path: root/src/data.h
AgeCommit message (Expand)Author
2017-09-18Actually xrandr.name can be a simple char *Jérémie Courrèges-Anglas
2017-09-17Move utf8_locale to its own fileJérémie Courrèges-Anglas
2017-08-28add onlyborder variableVasil Zlatanov
2017-02-15Merge branch 'xrandr'Jérémie Courrèges-Anglas
2016-12-08Store RootWindow in global_screen structureMathieu OTHACEHE
2016-12-08Add primary screen detectionMathieu OTHACEHE
2016-12-01Fix and simplify sfrestoreJérémie Courrèges-Anglas
2016-12-01Assign a number to each screen using a numsetMathieu OTHACEHE
2016-11-23Keep frame undo/redo local to actions.cJérémie Courrèges-Anglas
2016-11-22Style nits, typo and non-existing functions.Jérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE
2016-11-11Introduce multiple completion styles.Mathieu OTHACEHE
2014-02-20Make some members of struct rp_input_line size_t.Jérémie Courrèges-Anglas
2013-02-06introduce defaults.utf8_localeJérémie Courrèges-Anglas
2009-07-15silence warnings about signed/unsigned char mismatchBernhard R. Link
2009-07-04fix inverted text when using xftwinliststyle-row_brokenShawn Betts
2009-04-30fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...Shawn Betts
2008-10-22make history expansion an option (switched off by default)Bernhard R. Link
2008-10-22add 'set historysize' and 'set historycompaction' (defaulting to true) to com...Bernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-10-10add gother commandAli Gholami Rudi
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-05-24Add xft supportMidare Kiyura
2007-03-08* src/split.c (set_active_frame): call switch_frame hooksabetts
2006-11-17* src/split.c (show_frame_indicator): use defaults.frame_fmtsabetts
2006-05-15* src/manage.c (grab_top_level_keys): use defaults.top_kmap for the top kmapsabetts
2006-04-20* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapementsabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-15(init_user_commands): add optional argument to "info"sabetts
2006-02-26* src/window.c (add_to_window_list): only change the window'ssabetts
2005-10-20* src/window.c: include unistd.hsabetts
2005-01-15 * src/actions.c (ARG_STRING): new definesabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-19* src/actions.c (set_vars): add maxundossabetts
2004-05-20* src/input.c (rp_mask_to_x11_mask): handle the shift modifiersabetts
2004-04-24* src/data.h (struct rp_defaults): new members, font_string,sabetts
2004-04-04* src/main.c (init_defaults): init frame_selectors.sabetts
2004-02-27* src/window.c (give_window_focus): save the mouse position beforesabetts
2003-09-02* src/main.c (show_welcome_message): search the root keymap forsabetts
2003-07-17* src/window.c (set_active_window): run the switch window hook.sabetts
2003-05-27* src/editor.c (saved_command): new local globalsabetts
2003-05-25* src/window.c: do not include ctype.hsabetts
2003-05-16* src/window.c (add_to_window_list): add the window to the currentsabetts
2003-05-15* src/data.h (struct rp_frame): renamed from rp_window_frame. Allsabetts
2003-05-15(struct rp_screen): rename fromsabetts
2003-04-11* src/window.c (window_name): use WIN_NAME_* defines for possiblesabetts
2003-04-06* src/window.c (get_window_list): if window_list_style is STYLE_COLUMN thensabetts
2003-04-05* src/window.c (get_window_list): if wrap_window_list is on thensabetts