| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -1/+1 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2017-07-05 | cursors: rm deprecated gtkstyle custom black/white | Alexander Valavanis | 1 | -5/+1 | |
| 2017-06-30 | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 1 | -48/+58 | |
| 2016-11-06 | fix cursor on big endian systems | mpasteven | 1 | -0/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/1639611 (bzr r15221) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -4/+5 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -4/+5 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2012-05-27 | Stop using deprecated GdkBitmap in custom cursors | Alex Valavanis | 1 | -87/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429) | |||||
| 2012-02-05 | cppchecktells us: Using signed char type as array index. If the value can be ↵ | Kris De Gussem | 1 | -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-22 | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 1 | -10/+17 | |
| input data. (bzr r10918) | |||||
| 2011-10-02 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10655) | |||||
| 2010-09-09 | Minor cleanup. | Jon A. Cruz | 1 | -51/+68 | |
| (bzr r9750) | |||||
| 2010-09-06 | Color preview in cursor | Jasper van de Gronde | 1 | -5/+78 | |
| (bzr r9743) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -2/+3 | |
| (bzr r4629) | |||||
| 2007-09-16 | (struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to ↵ | Peter Moulder | 1 | -4/+6 | |
| gchar const *const *. (bzr r3760) | |||||
| 2006-10-19 | remove color cursors | Josh Andler | 1 | -37/+73 | |
| (bzr r1811) | |||||
| 2006-06-27 | another prototype include to compile on CentOS, finally fixes #1505373 | Ralf Stephan | 1 | -0/+1 | |
| (bzr r1310) | |||||
| 2006-06-19 | initial color cursor implementation (reads from pixbufs, will work on ↵ | Josh Andler | 1 | -73/+37 | |
| reading from svg instead) (bzr r1227) | |||||
| 2006-02-15 | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 1 | -4/+4 | |
| (bzr r149) | |||||
| 2006-02-07 | reverted changes for color cursors | Josh Andler | 1 | -30/+14 | |
| (bzr r102) | |||||
| 2006-02-03 | Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵ | Josh Andler | 1 | -14/+30 | |
| transparency in mouse pointer (bzr r68) | |||||
