summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis2017-07-051-5/+1
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-48/+58
|
* fix cursor on big endian systemsmpasteven2016-11-061-0/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639611 (bzr r15221)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-4/+5
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-87/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
* cppchecktells us: Using signed char type as array index. If the value can be ↵Kris De Gussem2012-02-051-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)
* cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-01-221-10/+17
| | | | | input data. (bzr r10918)
* Warning cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10655)
* Minor cleanup.Jon A. Cruz2010-09-091-51/+68
| | | (bzr r9750)
* Color preview in cursorJasper van de Gronde2010-09-061-5/+78
| | | (bzr r9743)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-2/+3
| | | (bzr r4629)
* (struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to ↵Peter Moulder2007-09-161-4/+6
| | | | | gchar const *const *. (bzr r3760)
* remove color cursorsJosh Andler2006-10-191-37/+73
| | | (bzr r1811)
* another prototype include to compile on CentOS, finally fixes #1505373Ralf Stephan2006-06-271-0/+1
| | | (bzr r1310)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-73/+37
| | | | | reading from svg instead) (bzr r1227)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-4/+4
| | | (bzr r149)
* reverted changes for color cursorsJosh Andler2006-02-071-30/+14
| | | (bzr r102)
* Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler2006-02-031-14/+30
| | | | | transparency in mouse pointer (bzr r68)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+115
(bzr r1)