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
/
screen.c
Age
Commit message (
Expand
)
Author
2016-12-28
screen: rewrite screen_del conditions
Mathieu OTHACEHE
2016-12-21
Fix frozen state when a new screen appears after all screens have been removed
Mathieu OTHACEHE
2016-12-09
Unused param
Jérémie Courrèges-Anglas
2016-12-09
Yet another function that doesn't take arguments any more
Jérémie Courrèges-Anglas
2016-12-09
Adapt function name
Jérémie Courrèges-Anglas
2016-12-08
Store RootWindow in global_screen structure
Mathieu OTHACEHE
2016-12-08
Select xrandr primary screen at startup if possible
Mathieu OTHACEHE
2016-12-08
Add a function to find a screen matching a given XWindowAttributes
Mathieu OTHACEHE
2016-12-08
Remove useless argument from is_rp_window_for_screen function
Mathieu OTHACEHE
2016-12-01
Fix and simplify sfrestore
Jérémie Courrèges-Anglas
2016-12-01
Callers shouldn't pass a negative number to screen_number()
Jérémie Courrèges-Anglas
2016-12-01
Tighten screen sorting: comparing a screen with itself should return 0
Jérémie Courrèges-Anglas
2016-12-01
Kill gcc uninitialized warning
Mathieu OTHACEHE
2016-12-01
Add height dimension to screen sorting
Mathieu OTHACEHE
2016-12-01
Fix fdump and sselect
Mathieu OTHACEHE
2016-12-01
Assign a number to each screen using a numset
Mathieu OTHACEHE
2016-11-23
define HAVE_XRANDR/link with libXrandr when we actually want to
Jérémie Courrèges-Anglas
2016-11-23
Only call xrandr_fill_screen is xrandr is available
Jérémie Courrèges-Anglas
2016-11-23
Sprinkle more debug in xrandr code.
Jérémie Courrèges-Anglas
2016-11-22
Style nits, typo and non-existing functions.
Jérémie Courrèges-Anglas
2016-11-17
Add xrandr support
Mathieu OTHACEHE
2014-03-04
Simplify init_screen using sbuf
Jérémie Courrèges-Anglas
2014-01-03
Get rid of useless casts of xmalloc/realloc return value.
Jérémie Courrèges-Anglas
2013-02-06
make TEXT atoms global variables
Jérémie Courrèges-Anglas
2011-05-10
Fix display_string construction to handle new XDisplayString() behaviour
anthony
2010-04-16
in init_screen, properly handle a dot in the display string
Shawn Betts
2009-07-15
do not shadow identifiers (silencing gcc's -Wshadow warnings)
Bernhard R. Link
2009-07-04
fix inverted text when using xft
winliststyle-row_broken
Shawn Betts
2009-04-30
fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...
Shawn Betts
2009-04-13
resize the help window when a screen is resized
Shawn
2009-01-16
set _net_wm_name for the root window to ratpoison
Bernhard R. Link
2009-01-16
Move screen activation code to new (de)activate_screen functions,
Bernhard R. Link
2008-10-10
allow window border color to be set seperately for focused and unfocused windows
Kipling Inscore
2008-05-24
Add xft support
Midare Kiyura
2006-04-20
* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapement
sabetts
2006-03-16
2006-03-15 Bernhard R. Link <brlink@debian.org>
sabetts
2006-03-16
* src/window.c (_XOPEN_SOURCE): new define
sabetts
2006-03-16
remove tabs and trailing whitespace.
sabetts
2005-10-20
* src/window.c: include unistd.h
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-10-05
* src/screen.h (is_a_root_window): new prototype
sabetts
2004-02-27
* src/screen.c (screen_free_nums): new function. prototype added
sabetts
2004-02-27
* src/window.c (give_window_focus): save the mouse position before
sabetts
2003-05-25
* src/window.c: do not include ctype.h
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-03-31
* src/split.c (current_window): call screen_get_frame.
sabetts