| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Formatting last commit | vanntile | 2019-08-17 | 1 | -6/+4 |
| | | |||||
| * | Some useful hatch changes | vanntile | 2019-08-17 | 1 | -4/+8 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Use monospace digits font in messages and spinbuttons | Jabier Arraiza | 2018-11-03 | 1 | -0/+2 |
| | | |||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -9/+9 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fix behavior of scroling stroke width statusbar indicator with non-px units | eman-mod | 2017-04-15 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622) | ||||
| * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -14/+1 |
| | | | | (bzr r15023.2.6) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -3/+3 |
| | | | | (bzr r13341.1.183) | ||||
| * | Add meshes to selected style widget | Liam P. White | 2014-08-10 | 1 | -0/+11 |
| | | | | (bzr r13341.1.129) | ||||
| * | remove unused private members | Johan B. C. Engelen | 2013-11-05 | 1 | -3/+0 |
| | | | | (bzr r12779) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -2/+2 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | Ported "ui/widget/selected-style.*". | Matthew Petroff | 2013-07-19 | 1 | -4/+7 |
| | | | | (bzr r12380.1.39) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12205) | ||||
| * | Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker | Alex Valavanis | 2013-03-09 | 1 | -1/+15 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185) | ||||
| * | Fix for 171890 : Mouse wheel on swatches | John Smith | 2012-10-23 | 1 | -0/+3 |
| | | | | (bzr r11822) | ||||
| * | Fix for 831008 : Line width menu only show Px,Pt and mm | John Smith | 2012-10-01 | 1 | -6/+3 |
| | | | | (bzr r11719) | ||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 1 | -0/+4 |
| | | | | (bzr r11308) | ||||
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 1 | -0/+2 |
| | | | | (bzr r11304) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -6/+2 |
| | | | | (bzr r11018) | ||||
| * | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -2/+0 |
| | | | | (bzr r10827) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+4 |
| | | | | (bzr r10696) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -2/+2 |
| | | | | (bzr r10176) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Fixed const-correctness and member access | Jon A. Cruz | 2008-08-03 | 1 | -12/+14 |
| | | | | (bzr r6544) | ||||
| * | make stroke width adjustable by rotation too | bulia byak | 2008-04-01 | 1 | -1/+24 |
| | | | | (bzr r5295) | ||||
| * | change cursor for color gestures | bulia byak | 2007-10-24 | 1 | -0/+6 |
| | | | | (bzr r3956) | ||||
| * | enable color gestures for fill and stroke | bulia byak | 2007-10-24 | 1 | -6/+28 |
| | | | | (bzr r3950) | ||||
| * | text markup; use gradient preview for gradient fills or strokes | bulia byak | 2007-01-18 | 1 | -0/+6 |
| | | | | (bzr r2239) | ||||
| * | Make color drag to minibar only work when a styled item is selected. | Jon A. Cruz | 2006-03-04 | 1 | -2/+2 |
| | | | | (bzr r201) | ||||
| * | Made style minibar take color drag-n-drop | Jon A. Cruz | 2006-03-01 | 1 | -0/+11 |
| | | | | (bzr r193) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+212 |
| (bzr r1) | |||||
