aboutsummaryrefslogtreecommitdiff
path: root/src/xcursor.c
AgeCommit message (Expand)Author
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-02-24Assume xcb_cursor_context_new never fails (#3955)xzfc
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-03-01run clang-format (3.5.0)Michael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-02-08fix warnings: unsigned check for >= 0 is always trueMichael Stapelberg
2013-08-17switch from libXcursor to xcb-util-cursorMichael Stapelberg
2012-09-23Display appropriate cursors when resizing or moving floating windows.Deiz
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-07explicitly set filenames to $(basename __FILE__)Michael Stapelberg
2012-03-31Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg
2011-10-22normalize modelines/headers across src/*.cMichael Stapelberg
2011-10-10Change the root window cursor to 'watch' during startupsMichael Stapelberg
2011-07-29Bugfix: Set the cursor via the Xlib connection if XCursor is supportedMichael Stapelberg
2011-04-01Bugfix: Flush the Xlib connection after creating cursorsMichael Stapelberg
2011-02-06Fix libxcursor -> xcb cursors fallback.Fernando Tarlá Cardoso Lemos
2010-11-28little style fixes, add vim modelineMichael Stapelberg
2010-11-28libXcursor support (themed cursors).Fernando Tarlá Cardoso Lemos