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
Age
Commit message (
Expand
)
Author
2017-03-10
Use file names, not paths, in error/warning/debug messages
Jérémie Courrèges-Anglas
2017-03-10
Tweak error message.
Jérémie Courrèges-Anglas
2017-03-10
Print a warning message to stdout if we hit an unknown command
Jérémie Courrèges-Anglas
2017-03-10
Print a warning if a deprecated command is used.
Jérémie Courrèges-Anglas
2017-03-10
At init time, add unmapped windows to the default (first) screen.
Jérémie Courrèges-Anglas
2017-03-09
Unused variable
Jérémie Courrèges-Anglas
2017-03-09
Setting framemsgwait to -1 disables the 'Current frame' message.
Jérémie Courrèges-Anglas
2017-02-15
Merge branch 'xrandr'
Jérémie Courrèges-Anglas
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-21
Add a hide_screen_windows function
Mathieu OTHACEHE
2016-12-12
Update screen-aware focus* commands after changes to support XRandR
Joseph Mingrone
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
Dead decl
Jérémie Courrèges-Anglas
2016-12-09
no parameter -> void; C and C++ differ here
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
Simplify scanwins function
Mathieu OTHACEHE
2016-12-08
Add a function to find a screen matching a given XWindowAttributes
Mathieu OTHACEHE
2016-12-08
Add primary screen detection
Mathieu OTHACEHE
2016-12-08
Move function declaration to the right header
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
sfrestore: in case of error, mention the screen number, not its xrandr id
Jérémie Courrèges-Anglas
2016-12-01
sfrestore: partial fix for frame allocation/deallocation
Jérémie Courrèges-Anglas
2016-12-01
sselect: print the screen number in case of failure
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
fdump: don't segfault if screen is not found
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 sfrestore
Mathieu OTHACEHE
2016-12-01
Fix sfdump
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-24
Kill gcc unused function warning
Mathieu OTHACEHE
2016-11-23
Kill keysym_to_keycodes, commented out since 2006
Jérémie Courrèges-Anglas
2016-11-23
Kill redundant decl
Jérémie Courrèges-Anglas
2016-11-23
Fix rotations when using xrandr
Jérémie Courrèges-Anglas
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
Keep on handling ConfigureNotify if we don't have xrandr
Jérémie Courrèges-Anglas
2016-11-23
Kill superflous var.
Jérémie Courrèges-Anglas
2016-11-23
Reinstate code that should stay: we may not have xrandr
Jérémie Courrèges-Anglas
2016-11-23
Sprinkle more debug in xrandr code.
Jérémie Courrèges-Anglas
2016-11-23
Keep frame undo/redo local to actions.c
Jérémie Courrèges-Anglas
2016-11-23
Reorder to put local variables together
Jérémie Courrèges-Anglas
2016-11-23
Move more stuff from actions.h to actions.c
Jérémie Courrèges-Anglas
[next]