summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-04@$#?! strcasestrJérémie Courrèges-Anglas
2017-04-03Fix previous.Jérémie Courrèges-Anglas
2017-04-03Avoid useless deprecation warningsJérémie Courrèges-Anglas
2017-03-10Use file names, not paths, in error/warning/debug messagesJérémie Courrèges-Anglas
2017-03-10Tweak error message.Jérémie Courrèges-Anglas
2017-03-10Print a warning message to stdout if we hit an unknown commandJérémie Courrèges-Anglas
2017-03-10Print a warning if a deprecated command is used.Jérémie Courrèges-Anglas
2017-03-10At init time, add unmapped windows to the default (first) screen.Jérémie Courrèges-Anglas
2017-03-09Unused variableJérémie Courrèges-Anglas
2017-03-09Setting framemsgwait to -1 disables the 'Current frame' message.Jérémie Courrèges-Anglas
2017-02-15Merge branch 'xrandr'Jérémie Courrèges-Anglas
2016-12-28screen: rewrite screen_del conditionsMathieu OTHACEHE
2016-12-21Fix frozen state when a new screen appears after all screens have been removedMathieu OTHACEHE
2016-12-21Add a hide_screen_windows functionMathieu OTHACEHE
2016-12-12Update screen-aware focus* commands after changes to support XRandRJoseph Mingrone
2016-12-09Unused paramJérémie Courrèges-Anglas
2016-12-09Yet another function that doesn't take arguments any moreJérémie Courrèges-Anglas
2016-12-09Dead declJérémie Courrèges-Anglas
2016-12-09no parameter -> void; C and C++ differ hereJérémie Courrèges-Anglas
2016-12-09Adapt function nameJérémie Courrèges-Anglas
2016-12-08Store RootWindow in global_screen structureMathieu OTHACEHE
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