summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
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
Fixed bugs: - https://launchpad.net/bugs/1639611 (bzr r15221)
2014-09-27Update to experimental r13565Liam P. White1-4/+5
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-4/+5
GThread deprecation errors. (bzr r13341.1.190)
2012-05-27Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis1-87/+7
Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
2012-02-05cppchecktells us: Using signed char type as array index. If the value can be ↵Kris De Gussem1-1/+2
greater than 127 there will be a buffer overflow (because of sign extension). -> treating symptoms (pointer conversion and error in case of issues) rather than disease (correct reading from beginning; prevented by string routines not accepting unsigned chars) (bzr r10937)
2012-01-22cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem1-10/+17
input data. (bzr r10918)
2011-10-02Warning cleanup.Jon A. Cruz1-1/+1
(bzr r10655)
2010-09-09Minor cleanup.Jon A. Cruz1-51/+68
(bzr r9750)
2010-09-06Color preview in cursorJasper van de Gronde1-5/+78
(bzr r9743)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-2/+3
(bzr r4629)
2007-09-16(struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to ↵Peter Moulder1-4/+6
gchar const *const *. (bzr r3760)
2006-10-19remove color cursorsJosh Andler1-37/+73
(bzr r1811)
2006-06-27another prototype include to compile on CentOS, finally fixes #1505373Ralf Stephan1-0/+1
(bzr r1310)
2006-06-19initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler1-73/+37
reading from svg instead) (bzr r1227)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-4/+4
(bzr r149)
2006-02-07reverted changes for color cursorsJosh Andler1-30/+14
(bzr r102)
2006-02-03Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler1-14/+30
transparency in mouse pointer (bzr r68)