summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2017-07-05cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis1-5/+1
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-48/+58
2016-11-06fix cursor on big endian systemsmpasteven1-0/+7
2014-09-27Update to experimental r13565Liam P. White1-4/+5
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-4/+5
2012-05-27Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis1-87/+7
2012-02-05cppchecktells us: Using signed char type as array index. If the value can be ...Kris De Gussem1-1/+2
2012-01-22cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-10/+17
2011-10-02Warning cleanup.Jon A. Cruz1-1/+1
2010-09-09Minor cleanup.Jon A. Cruz1-51/+68
2010-09-06Color preview in cursorJasper van de Gronde1-5/+78
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-2/+3
2007-09-16(struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to gc...Peter Moulder1-4/+6
2006-10-19remove color cursorsJosh Andler1-37/+73
2006-06-27another prototype include to compile on CentOS, finally fixes #1505373Ralf Stephan1-0/+1
2006-06-19initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler1-73/+37
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-4/+4
2006-02-07reverted changes for color cursorsJosh Andler1-30/+14
2006-02-03Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transpare...Josh Andler1-14/+30