summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-08Select xrandr primary screen at startup if possibleMathieu OTHACEHE
2016-12-08Simplify scanwins functionMathieu OTHACEHE
2016-12-08Add a function to find a screen matching a given XWindowAttributesMathieu OTHACEHE
2016-12-08Add primary screen detectionMathieu OTHACEHE
2016-12-08Move function declaration to the right headerMathieu OTHACEHE
2016-12-08Remove useless argument from is_rp_window_for_screen functionMathieu OTHACEHE
2016-12-01Fix and simplify sfrestoreJérémie Courrèges-Anglas
2016-12-01sfrestore: in case of error, mention the screen number, not its xrandr idJérémie Courrèges-Anglas
2016-12-01sfrestore: partial fix for frame allocation/deallocationJérémie Courrèges-Anglas
2016-12-01sselect: print the screen number in case of failureJérémie Courrèges-Anglas
2016-12-01Callers shouldn't pass a negative number to screen_number()Jérémie Courrèges-Anglas
2016-12-01fdump: don't segfault if screen is not foundJérémie Courrèges-Anglas
2016-12-01Tighten screen sorting: comparing a screen with itself should return 0Jérémie Courrèges-Anglas
2016-12-01Kill gcc uninitialized warningMathieu OTHACEHE
2016-12-01Add height dimension to screen sortingMathieu OTHACEHE
2016-12-01Fix sfrestoreMathieu OTHACEHE
2016-12-01Fix sfdumpMathieu OTHACEHE
2016-12-01Fix fdump and sselectMathieu OTHACEHE
2016-12-01Assign a number to each screen using a numsetMathieu OTHACEHE
2016-11-24Kill gcc unused function warningMathieu OTHACEHE
2016-11-23Kill keysym_to_keycodes, commented out since 2006Jérémie Courrèges-Anglas
2016-11-23Kill redundant declJérémie Courrèges-Anglas
2016-11-23Fix rotations when using xrandrJérémie Courrèges-Anglas
2016-11-23define HAVE_XRANDR/link with libXrandr when we actually want toJérémie Courrèges-Anglas
2016-11-23Only call xrandr_fill_screen is xrandr is availableJérémie Courrèges-Anglas
2016-11-23Keep on handling ConfigureNotify if we don't have xrandrJérémie Courrèges-Anglas
2016-11-23Kill superflous var.Jérémie Courrèges-Anglas
2016-11-23Reinstate code that should stay: we may not have xrandrJérémie Courrèges-Anglas
2016-11-23Sprinkle more debug in xrandr code.Jérémie Courrèges-Anglas
2016-11-23Keep frame undo/redo local to actions.cJérémie Courrèges-Anglas
2016-11-23Reorder to put local variables togetherJérémie Courrèges-Anglas
2016-11-23Move more stuff from actions.h to actions.cJérémie Courrèges-Anglas
2016-11-23Dead definesJérémie Courrèges-Anglas
2016-11-23Kill more dead decls and functions.Jérémie Courrèges-Anglas
2016-11-23Move some implementation details from actions.h to actions.cJérémie Courrèges-Anglas
2016-11-23Consistent #include styleJérémie Courrèges-Anglas
2016-11-23Implement a "commands" command to dump all available... commandsJérémie Courrèges-Anglas
2016-11-23Switch rudeness to a settable variableJérémie Courrèges-Anglas
2016-11-23Kill unused declJérémie Courrèges-Anglas
2016-11-22Add a note to keep variables sorted.Jérémie Courrèges-Anglas
2016-11-22Kill "compat" and all support for "deffoo..."Jérémie Courrèges-Anglas
2016-11-22Sort and insert variables in orderJérémie Courrèges-Anglas
2016-11-22TypoJérémie Courrèges-Anglas
2016-11-22Make 'warp' and 'startupmessage' settable variables.Jérémie Courrèges-Anglas
2016-11-22strcasestr was born in BSD land, contrary to what glibc saysJérémie Courrèges-Anglas
2016-11-22Temporarily mark sfrestore as brokenJérémie Courrèges-Anglas
2016-11-22Style nits, typo and non-existing functions.Jérémie Courrèges-Anglas
2016-11-21Only use xrandr if Xrandr init succeedsJérémie Courrèges-Anglas
2016-11-21Replace extra definition with a declarationJérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE