| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Fix codding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -4/+4 |
| | | |||||
| * | Improve the look of prefs buttons | Jabier Arraiza | 2018-07-24 | 1 | -1/+1 |
| | | |||||
| * | Add buttons to open folders as sugestion of Maren | Jabier Arraiza | 2018-07-24 | 1 | -0/+10 |
| | | |||||
| * | Fix a wrongy commit | Jabier Arraiza | 2018-07-24 | 1 | -6/+0 |
| | | |||||
| * | Remove pointer | Jabiertxo Arraiza Cenoz | 2018-07-24 | 1 | -0/+6 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -5/+5 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -0/+10 |
| | | |||||
| * | 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-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -13/+13 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Add preferences widget 'PrefMultiEntry' | Eduard Braun | 2017-10-21 | 1 | -0/+12 |
| | | | | | | | | | | This is a multiline text input, similar to 'PrefEntry' Newlines characters in the multiline input will be converted to '|' in the saved preference. This is because the XML parser will convert real newline characters to spaces when reading the preferences file the next time. | ||||
| * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -25/+0 |
| | | | | (bzr r15023.2.6) | ||||
| * | Make persistence of snap indicator configurable, and clean up the snapping ↵ | Diederik van Lierop | 2015-07-24 | 1 | -0/+1 |
| | | | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253) | ||||
| * | 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 | -2/+2 |
| | | | | (bzr r13341.1.183) | ||||
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | 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/+3 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fix deprecated Gtkmm symbols in preferences widget | Alex Valavanis | 2013-03-07 | 1 | -3/+29 |
| | | | | (bzr r12178) | ||||
| * | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog | Alex Valavanis | 2012-12-28 | 1 | -2/+5 |
| | | | | (bzr r11995) | ||||
| * | Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keys | John Smith | 2012-09-11 | 1 | -2/+7 |
| | | | | (bzr r11662) | ||||
| * | 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 | -2/+1 |
| | | | | (bzr r11018) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+5 |
| | | | | (bzr r10940) | ||||
| * | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -10/+1 |
| | | | | (bzr r10827) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -2/+0 |
| | | | | (bzr r10826) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -0/+5 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -2/+4 |
| | | | | (bzr r10696) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -0/+16 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -3/+3 |
| | | | | (bzr r10176) | ||||
| * | Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵ | Johan B. C. Engelen | 2011-04-11 | 1 | -1/+2 |
| | | | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159) | ||||
| * | 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) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -0/+13 |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| * | add possibility to change the UI language (gettext) in preferences dialogue | theAdib | 2008-12-30 | 1 | -0/+3 |
| | | | | (bzr r7044) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -0/+17 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -20/+10 |
| | | | | (bzr r6885) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -35/+34 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵ | Maximilian Albert | 2008-09-04 | 1 | -0/+44 |
| | | | | | | to display items in their true sizes) (bzr r6758) | ||||
| * | * Missing localization for Reset preferences button | Luca Bruno | 2008-02-11 | 1 | -1/+1 |
| | | | | (bzr r4707) | ||||
| * | add default unit to grid preferences. | Johan B. C. Engelen | 2007-12-16 | 1 | -0/+10 |
| | | | | (bzr r4238) | ||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 1 | -0/+18 |
| | | | | (bzr r4230) | ||||
| * | Changed preference to use file chooser button | Jon A. Cruz | 2007-09-26 | 1 | -5/+17 |
| | | | | (bzr r3806) | ||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 1 | -0/+16 |
| | | | | | | import from ocal dialog. (bzr r3544) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -1/+1 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -1/+13 |
| | | | | (bzr r3398) | ||||
| * | applying patch #1407697 by Marco Scholten | Ralf Stephan | 2006-01-17 | 1 | -0/+1 |
| | | | | (bzr r10) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+117 |
| (bzr r1) | |||||
