summaryrefslogtreecommitdiff
path: root/src/split.c
AgeCommit message (Expand)Author
2017-07-09Always show the frame indicator when switching to a different screen.Jérémie Courrèges-Anglas
2017-07-04Fix: check frame overlap in find_frame_left, find_frame_rightAntoine Busque
2017-03-09Setting framemsgwait to -1 disables the 'Current frame' message.Jérémie Courrèges-Anglas
2016-12-12Update screen-aware focus* commands after changes to support XRandRJoseph Mingrone
2016-11-17Add xrandr supportMathieu OTHACEHE
2013-04-10Get rid of several unused variablesJérémie Courrèges-Anglas
2013-02-06rp_text_width: remove "font" argumentJérémie Courrèges-Anglas
2010-03-17fix swap across multiple screensBernhard R. Link
2009-07-04fix inverted text when using xftwinliststyle-row_brokenShawn Betts
2008-10-11cmd_swap checks that both frames are on the same screenBernhard R. Link
2008-10-10choose a better approach to setting the border color in remove_frameShawn
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-05-25properly indent calls to rp_text_width and rp_draw_stringShawn
2008-05-25change -1 to the proper string length in some calls to rp_text_width and rp_d...Shawn
2008-05-24Add xft supportMidare Kiyura
2007-03-08* src/split.c (set_active_frame): call switch_frame hooksabetts
2006-11-19(show_frame_message): handle the case when the framesabetts
2006-11-17* src/split.c (show_frame_indicator): use defaults.frame_fmtsabetts
2006-09-27*** empty log message ***sabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-04-20* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapementsabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-01-05* src/conf.h (ASPECT_WINDOWS_ARE_TRANSIENTS): new definesabetts
2006-01-03* src/number.c (numset_add_num): store the ret val ofsabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-03(blank_frame): use the frames screen, not the current screen.sabetts
2004-11-03* src/group.c (group_last_window): add argument, the screen to find thesabetts
2004-02-27* src/screen.c (screen_free_nums): new function. prototype addedsabetts
2004-02-27* src/window.c (give_window_focus): save the mouse position beforesabetts
2004-02-27(hide_frame_indicator): unmap all 'current frame'sabetts
2003-08-29* src/window.c (give_window_focus): use set_rp_window_focus.sabetts
2003-08-23* src/split.c (remove_all_splits): only hide the windows in thesabetts
2003-07-17* src/window.c (set_active_window): run the switch window hook.sabetts
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-05-09* src/split.c (split_frame): call update_bar() instead ofsabetts
2003-05-09* src/split.c (set_active_frame): update the window list aftersabetts
2003-04-04(set_active_frame): fix NULL pointer crash bug.sabetts
2003-03-31* src/window.c (set_current_window): use current_frame()sabetts
2003-03-31* src/split.c (current_window): call screen_get_frame.sabetts
2003-03-26* src/split.h (show_frame_message): new prototypesabetts
2003-03-23(resize_frame_vertically): fix typo error (frame_topsabetts
2003-03-18* src/split.c (resize_frame_horizontally): only resize to the leftsabetts
2003-03-18mess upsabetts
2003-03-18* src/actions.c (initialize_default_keybindings): add keybindingssabetts
2003-03-07* src/Makefile.am (ratpoison_SOURCES): add frame.c and frame.hsabetts
2003-03-07* src/split.h (find_frame_number): new prototypesabetts