| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Cleaning up unused variables and other warnings. | Jon A. Cruz | 2012-02-14 | 4 | -16/+13 | |
| | | | | | | | | | | | | | (bzr r10972) | |||||
| * | | | | Adding stdint for definitions of uint32_t, etc. | Jon A. Cruz | 2012-02-14 | 1 | -0/+4 | |
| | | | | | | | | | | | | | (bzr r10971) | |||||
| * | | | | extensions. render QR barcode. support for unicode (Bug 929001) | Alvin Penner | 2012-02-13 | 2 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/929001 (bzr r10970) | |||||
| * | | | | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 19 | -271/+421 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | |||||
| * | | | | Fix wrong placement in authors | Josh Andler | 2012-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | (bzr r10968) | |||||
| * | | | | Update authors file | Josh Andler | 2012-02-13 | 1 | -2/+12 | |
| | | | | | | | | | | | | | (bzr r10967) | |||||
| * | | | | some switches between visual and geometric bbox based on prefs (Bug 473608) | Alvin Penner | 2012-02-12 | 1 | -13/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/473608 (bzr r10966) | |||||
| * | | | | Fix build with DBUS enabled | Alex Valavanis | 2012-02-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/931003 (bzr r10965) | |||||
| * | | | | Fix for 911079 : Error messages from Extensions hidden | John Smith | 2012-02-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | (bzr r10964) | |||||
| * | | | | Header cleaning | Alex Valavanis | 2012-02-12 | 110 | -47/+162 | |
| | | | | | | | | | | | | | (bzr r10963) | |||||
| * | | | | Refresh marshallers for mingw | Alex Valavanis | 2012-02-12 | 2 | -308/+60 | |
| | | | | | | | | | | | | | (bzr r10962) | |||||
| * | | | | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 20 | -50/+45 | |
| | | | | | | | | | | | | | (bzr r10961) | |||||
| * | | | | Replace old ComboText with Gtk::ComboBoxText | Alex Valavanis | 2012-02-11 | 7 | -163/+17 | |
| | | | | | | | | | | | | | (bzr r10960) | |||||
| * | | | | Get rid of deprecated gtk_marshal_* and some old GtkComboBox API | Alex Valavanis | 2012-02-11 | 11 | -28/+53 | |
| | | | | | | | | | | | | | (bzr r10959) | |||||
| * | | | | GSEAL fixes | Alex Valavanis | 2012-02-11 | 2 | -62/+85 | |
| | | | | | | | | | | | | | (bzr r10958) | |||||
| * | | | | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 27 | -73/+245 | |
| | | | | | | | | | | | | | (bzr r10957) | |||||
| * | | | | Backward compat fix for Gtkmm 2.20 | Alex Valavanis | 2012-02-09 | 9 | -1/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956) | |||||
| * | | | | Translations. Translation template update. | Nicolas Dufour | 2012-02-09 | 2 | -3055/+3146 | |
| | | | | | | | | | | | | | (bzr r10955) | |||||
| * | | | | Extensions. PEP8, error handling and various extension fixes. | Nicolas Dufour | 2012-02-09 | 8 | -82/+146 | |
| | | | | | | | | | | | | | (bzr r10954) | |||||
| * | | | | Extensions. Unit tests improvement. | Nicolas Dufour | 2012-02-09 | 12 | -79/+406 | |
| | | | | | | | | | | | | | (bzr r10953) | |||||
| * | | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 12 | -93/+68 | |
| | | | | | | | | | | | | | (bzr r10952) | |||||
| * | | | | Patch from lp 819209 to fix python extensions on OSX Lion | Josh Andler | 2012-02-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | (bzr r10951) | |||||
| * | | | | Patch from lp 721448 to make OSX Aqua builds more stable | Josh Andler | 2012-02-08 | 6 | -980/+2 | |
| | | | | | | | | | | | | | (bzr r10950) | |||||
| * | | | | add missing files in cmake | Campbell Barton | 2012-02-08 | 1 | -0/+3 | |
| | | | | | | | | | | | | | (bzr r10949) | |||||
| * | | | | Fix typo in gtkmm-2.22 backward compatibility | Alex Valavanis | 2012-02-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10948) | |||||
| * | | | | Cleaning up my mess... backward compatibility and fix Windows build (hopefully) | Alex Valavanis | 2012-02-07 | 7 | -0/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947) | |||||
| * | | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-06 | 7 | -23/+22 | |
| | | | | | | | | | | | | | (bzr r10946) | |||||
| * | | | | Unwanted output in documentation dropped | Kris De Gussem | 2012-02-06 | 3 | -6/+2 | |
| | | | | | | | | | | | | | (bzr r10945) | |||||
| * | | | | fixed memleak | Kris De Gussem | 2012-02-06 | 1 | -9/+2 | |
| | | | | | | | | | | | | | (bzr r10944) | |||||
| * | | | | Extensions: replace deprecated gtkmm symbols | Alex Valavanis | 2012-02-06 | 10 | -35/+33 | |
| | | | | | | | | | | | | | (bzr r10943) | |||||
| * | | | | export: replace deprecated Gtk::ALIGN_LEFT symbol | Alex Valavanis | 2012-02-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | (bzr r10942) | |||||
| * | | | | document-properties: Stop using deprecated Gtk::OptionMenu | Alex Valavanis | 2012-02-06 | 2 | -30/+18 | |
| | | | | | | | | | | | | | (bzr r10941) | |||||
| * | | | | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 72 | -64/+109 | |
| | | | | | | | | | | | | | (bzr r10940) | |||||
| * | | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-05 | 10 | -46/+38 | |
| | | | | | | | | | | | | | (bzr r10939) | |||||
| * | | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-05 | 6 | -43/+27 | |
| | | | | | | | | | | | | | (bzr r10938) | |||||
| * | | | | cppchecktells us: Using signed char type as array index. If the value can be ↵ | Kris De Gussem | 2012-02-05 | 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) | |||||
| * | | | | reverting change to seltrans.cpp in rev 10935, as requested | Alvin Penner | 2012-02-04 | 1 | -10/+2 | |
| | | | | | | | | | | | | | (bzr r10936) | |||||
| * | | | | implement some switches between visual bbox and geometric bbox, depending on ↵ | Alvin Penner | 2012-02-04 | 3 | -4/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935) | |||||
| * | | | | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-04 | 1 | -13/+20 | |
| | | | | | | | | | | | | | | | | | | | | | input data. (bzr r10934) | |||||
| * | | | | initialisation | Kris De Gussem | 2012-02-04 | 2 | -14/+12 | |
| | | | | | | | | | | | | | (bzr r10933) | |||||
| * | | | | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-04 | 3 | -90/+69 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | input data. (gimpgrad) Some additional scanf modifications (bzr r10932) | |||||
| * | | | | Documentation: sp-filter.h is not documented at all, removing fake explanation. | Kris De Gussem | 2012-02-03 | 1 | -8/+0 | |
| | | | | | | | | | | | | | (bzr r10931) | |||||
| * | | | | cppcheck tells us: fprintf format string has 0 parameters but 1 are given | Kris De Gussem | 2012-02-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | (bzr r10930) | |||||
| * | | | | rv some issues with previous commit | Kris De Gussem | 2012-02-02 | 1 | -18/+7 | |
| | | | | | | | | | | | | | (bzr r10929) | |||||
| * | | | | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-02 | 1 | -7/+18 | |
| | | | | | | | | | | | | | | | | | | | | | input data. (bzr r10928) | |||||
| * | | | | Fill x and y fields in the fake GdkEventMotion struct used when cancelling | Krzysztof Kosi??ski | 2012-02-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | a drag with the Escape key in the node tool with correct values. (bzr r10927) | |||||
| * | | | | Additional fixes for drag cancellation in the node tool | Krzysztof Kosi??ski | 2012-02-01 | 5 | -18/+45 | |
| | | | | | | | | | | | | | (bzr r10926) | |||||
| * | | | | Implement cancellations of drags with ESC in the node tool | Krzysztof Kosi??ski | 2012-02-01 | 1 | -4/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/788560 (bzr r10925) | |||||
| * | | | | Implement tangential and perpendicular snapping in the measurement tool | Diederik van Lierop | 2012-01-31 | 1 | -2/+8 | |
| | | | | | | | | | | | | | (bzr r10924) | |||||
| * | | | | Cherry-pick upstream GDL patch 31886 (2011-08-08). Avoid a crash when the ↵ | Alex Valavanis | 2012-01-29 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pane width is smaller than a button Fixed bugs: - https://launchpad.net/bugs/923241 (bzr r10923) | |||||
