summaryrefslogtreecommitdiff
path: root/src/screen.c
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
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-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-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-08Add a function to find a screen matching a given XWindowAttributesMathieu 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-01Callers shouldn't pass a negative number to screen_number()Jé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 fdump and sselectMathieu OTHACEHE
2016-12-01Assign a number to each screen using a numsetMathieu OTHACEHE
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-23Sprinkle more debug in xrandr code.Jérémie Courrèges-Anglas
2016-11-22Style nits, typo and non-existing functions.Jérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE
2014-03-04Simplify init_screen using sbufJérémie Courrèges-Anglas
2014-01-03Get rid of useless casts of xmalloc/realloc return value.Jérémie Courrèges-Anglas
2013-02-06make TEXT atoms global variablesJérémie Courrèges-Anglas
2011-05-10Fix display_string construction to handle new XDisplayString() behaviouranthony
2010-04-16in init_screen, properly handle a dot in the display stringShawn Betts
2009-07-15do not shadow identifiers (silencing gcc's -Wshadow warnings)Bernhard R. Link
2009-07-04fix inverted text when using xftwinliststyle-row_brokenShawn Betts
2009-04-30fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...Shawn Betts
2009-04-13resize the help window when a screen is resizedShawn
2009-01-16set _net_wm_name for the root window to ratpoisonBernhard R. Link
2009-01-16Move screen activation code to new (de)activate_screen functions,Bernhard R. Link
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-05-24Add xft supportMidare Kiyura
2006-04-20* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapementsabetts
2006-03-162006-03-15 Bernhard R. Link <brlink@debian.org>sabetts
2006-03-16* src/window.c (_XOPEN_SOURCE): new definesabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2005-10-20* src/window.c: include unistd.hsabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-19* src/actions.c (set_vars): add maxundossabetts
2004-10-05* src/screen.h (is_a_root_window): new prototypesabetts
2004-02-27* src/screen.c (screen_free_nums): new function. prototype addedsabetts
2004-02-27* src/window.c (give_window_focus): save the mouse position beforesabetts
2003-05-25* src/window.c: do not include ctype.hsabetts