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
/
list.c
Age
Commit message (
Expand
)
Author
2003-03-07
Renamed list.c to window.c
sabetts
2003-03-07
* src/main.c (main): call init_window_stuff(). Remove call to init_numbers().
sabetts
2003-02-27
* src/main.c (free_screen): new function
sabetts
2003-02-23
* configure.in: don't check for variable argument support in
sabetts
2003-02-22
* src/actions.c (cmd_number): use list delete entry macro
sabetts
2002-11-20
* src/main.c (init_defaults): set pointer warping to on by
sabetts
2002-01-26
* src/list.c (format_window_name): If res_class or res_name are
sabetts
2002-01-26
(set_active_window): Corrected a bug in determining
sabetts
2001-12-21
(format_window_name): print unrecognized formatting
sabetts
2001-12-09
* src/events.c (handle_key): revert the focus immediately after
sabetts
2001-10-10
(format_window_name): add formatting option '%l' to
sabetts
2001-09-21
* src/split.h (find_frame_up): new prototype
sabetts
2001-09-18
(window_name): make sure the default window name is
sabetts
2001-09-16
(format_window_name): Use 2 character escape codes,
sabetts
2001-09-09
* src/list.h (update_window_position): new prototype
sabetts
2001-08-27
code cleanup, unmap_notify bug fixes
sabetts
2001-08-23
new code to handle transient windows
sabetts
2001-08-23
another transient window hiding bug fix
sabetts
2001-08-19
window switching flicker bug fixed
sabetts
2001-08-18
fixed transient crash
sabetts
2001-08-18
commands can be called interactively and non-interactively. commands return a...
sabetts
2001-08-18
window flicker problems fixed
sabetts
2001-06-06
(unhide_transient_for): abort if the transient_for
sabetts
2001-06-05
put back give_window_focus
sabetts
2001-06-02
* src/list.c (unhide_transient_for): new function
sabetts
2001-06-02
* src/manage.c (hide_window): ignore unmap_notify events when
sabetts
2001-06-01
transients appear overtop of other windows
sabetts
2001-04-15
* src/number.h (add_window_number): new prototype
sabetts
2001-04-15
* src/messages.h (MESSAGE_WELCOME): new define
sabetts
2001-04-13
* src/split.h (blank_frame): new prototype
sabetts
2001-04-06
* src/split.h (h_split_frame): renamed frome h_split_window
sabetts
2001-04-01
* src/split.h (find_window_for_frame): new function prototype
sabetts
2001-03-14
* src/events.c (delegate_event): calls focus_change on FocusOut
sabetts
2001-03-02
* ratpoison.h (xmalloc, xrealloc, fatal): Prototype.
rcyeske
2001-03-01
* manage.c (map_window): calls update_window_information.
sabetts
2001-02-27
(save_mouse_position): stores the mouse position relative
sabetts
2001-02-23
* main.c (main): passes return value of find_window_other() to
sabetts
2001-02-22
commented out broken sort stuff
rcyeske
2001-02-19
renamed functions
rcyeske
2001-02-19
* manage.c (manage): calls sort_window_list_by_number
sabetts
2001-02-15
copyright year update
algernon
2001-02-15
fixed ANSI violations
rcyeske
2001-02-10
* communications.c (send_restart, send_kill): Added
sabetts
2000-12-15
* list.c (set_active_window): Installs colormap
sabetts
2000-12-15
(add_to_window_list): Added init code for `hints'
sabetts
2000-12-09
* input.c (cook_keycode): properly handle LockMask
sabetts
2000-12-01
p out unmapped windows in find_window_by_name
sabetts
2000-10-17
fixed bug that lost focus of any window when the current window was unmapped.
sabetts
2000-09-15
Added a standard error reporting function PRINT_ERROR and a standard
sabetts
2000-09-07
restructured tree, added automake and autoconf to the build process.
sabetts