summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-18Actually xrandr.name can be a simple char *Jérémie Courrèges-Anglas
2017-09-18xrandr.name is a struct sbuf -> sbuf_freeJérémie Courrèges-Anglas
2017-09-18Move #ifdef HAVE_XRANDR in xrandr.cJérémie Courrèges-Anglas
2017-09-18Swap argument and return value of xrandr_query_screenJérémie Courrèges-Anglas
2017-09-18Make 'set font' change the Xft font on all screensJérémie Courrèges-Anglas
2017-09-18Delete more unused codeJérémie Courrèges-Anglas
2017-09-18set_active_window_body can be staticJérémie Courrèges-Anglas
2017-09-18Put related decls togetherJérémie Courrèges-Anglas
2017-09-18Kill unused paramJérémie Courrèges-Anglas
2017-09-18Kill unused functionJérémie Courrèges-Anglas
2017-09-18Consumers don't need to know the entrails of a numsetJérémie Courrèges-Anglas
2017-09-17keymap_free can be staticJérémie Courrèges-Anglas
2017-09-17Turn utf8 macros into functions with less ugly namesJérémie Courrèges-Anglas
2017-09-17Move RP_IS_UTF8_* macros in utf8.hJérémie Courrèges-Anglas
2017-09-17copyright+licenseJérémie Courrèges-Anglas
2017-09-17Shuffle some codeJérémie Courrèges-Anglas
2017-09-17Move utf8_locale setting in utf8.cJérémie Courrèges-Anglas
2017-09-17Update .gitignoreJérémie Courrèges-Anglas
2017-09-17Initialize utf8_locale in main(), it doesn't belong in defaults nowJérémie Courrèges-Anglas
2017-09-17Simplify ratpoison -c realloc loopJérémie Courrèges-Anglas
2017-09-17Move the sbuf_utf8_nconcat test to its own fileJérémie Courrèges-Anglas
2017-09-17Move fatal() and x* helpers to their own fileJérémie Courrèges-Anglas
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