summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-17Move utf8_locale to its own fileJérémie Courrèges-Anglas
2017-09-17Rename concat_width to sbuf_utf8_nconcat, and move it to sbuf.cJérémie Courrèges-Anglas
2017-09-17Add a test program to exercise concat_width()Will Storey
2017-09-17Handle UTF-8 in concat_width()Jérémie Courrèges-Anglas
2017-08-28Move several functions out of main.c into globals.cWill Storey
2017-08-28add onlyborder variableVasil Zlatanov
2017-08-21Fix: sync wins correctly after tmpwm for multiple screensAntoine Busque
2017-08-07Fix: call using_history after initializing history entriesAntoine Busque
2017-07-09Always show the frame indicator when switching to a different screen.Jérémie Courrèges-Anglas
2017-07-04Fix: check frame overlap in find_frame_left, find_frame_rightAntoine Busque
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