index
:
ratpoison
cr/add_confirmquit
cr/deprecate_winliststyle
cr/implement_gnumber
cr/implement_gnumber-with_winliststyle
cr/implement_gnumber_hack
cr/implement_gnumber_uglyhack
cr/perl_prefer_envvar
cr/remove_cos_obsolete_email
cr/remove_cos_obsolete_irc
fix/authors_dups_clean-up
fix/gselect_exact_match
fix/unsetenv_memory_corruption
hax/altgr_support
master
rp_simplified
ratpoison is a simple window manager with no flashy wank.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Age
Commit message (
Expand
)
Author
2008-10-10
allow window border color to be set seperately for focused and unfocused windows
Kipling Inscore
2008-10-10
clean up set_active_window_body() with 2 new helper functions
J.R. Mauro
2007-07-18
free more stuff at termination time to make valgrind output better readable
brl
2007-03-08
* src/split.c (set_active_frame): call switch_frame hook
sabetts
2006-05-24
* src/xinerama.c (free_xinerama): take void arguments. prototype updated.
sabetts
2006-03-16
* src/window.c (_XOPEN_SOURCE): new define
sabetts
2006-03-16
remove tabs and trailing whitespace.
sabetts
2006-03-15
*** empty log message ***
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's
sabetts
2006-01-05
* src/conf.h (ASPECT_WINDOWS_ARE_TRANSIENTS): new define
sabetts
2005-10-22
(get_mouse_position): renamed from
sabetts
2005-10-20
* src/window.c: include unistd.h
sabetts
2005-06-11
(isdigit): new function
sabetts
2005-06-11
(isdigit): new function
sabetts
2004-12-04
update copyright.
sabetts
2004-12-02
Updated copyright notices.
sabetts
2004-11-19
* src/actions.c (set_vars): add maxundos
sabetts
2004-11-19
* src/window.c (print_window_information): add argument,
sabetts
2004-11-18
* src/window.c (unhide_transient_for): add a newline to debugging
sabetts
2004-11-03
* src/group.c (group_last_window): add argument, the screen to find the
sabetts
2004-05-20
(format_window_name): add %f format option
sabetts
2004-02-27
* src/window.c (give_window_focus): save the mouse position before
sabetts
2003-08-29
* src/window.c (give_window_focus): use set_rp_window_focus.
sabetts
2003-08-24
(goto_window): don't do anything if the window is
sabetts
2003-08-23
(set_active_window): don't do anything if the
sabetts
2003-08-10
(give_window_focus): only save the pointer position
sabetts
2003-07-17
* src/window.c (set_active_window): run the switch window hook.
sabetts
2003-06-15
(set_active_window): remove duplicate call to
sabetts
2003-05-25
* src/window.c: do not include ctype.h
sabetts
2003-05-25
* src/bar.c (reset_alarm): new function
sabetts
2003-05-20
* src/linkedlist.h: Move all C function to linkedlist.c
sabetts
2003-05-16
* src/window.c (add_to_window_list): add the window to the current
sabetts
2003-05-15
* src/data.h (struct rp_frame): renamed from rp_window_frame. All
sabetts
2003-05-15
(struct rp_screen): rename from
sabetts
2003-05-09
* src/manage.h (clear_unmanaged_list): new prototype
sabetts
2003-04-11
* src/window.c (window_name): use WIN_NAME_* defines for possible
sabetts
2003-04-06
* src/window.c (get_window_list): if window_list_style is STYLE_COLUMN then
sabetts
2003-04-05
* src/window.c (get_window_list): if wrap_window_list is on then
sabetts
2003-04-04
* src/actions.c (cmd_setenv): properly parse the environment name
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-07
Renamed list.c to window.c
sabetts