| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -16/+7 | |
| 2019-03-22 | Document Properties: General UI cleanup | Patrick Storz | 1 | -0/+2 | |
| Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+4 | |
| 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-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -3/+4 | |
| A lot of header clean-up. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -3/+3 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -31/+0 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15025) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -5/+5 | |
| (bzr r13810) | |||||
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 1 | -2/+2 | |
| supported properly) (bzr r13341.1.179) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -2/+2 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -4/+4 | |
| (bzr r13236) | |||||
| 2012-12-12 | Migrate document metadata from NotbookPage to Gtk::Grid and drop dead code | Alex Valavanis | 1 | -51/+61 | |
| (bzr r11952) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -3/+1 | |
| (bzr r11018) | |||||
| 2012-01-03 | More deprecated GtkTooltips | Alex Valavanis | 1 | -3/+2 | |
| (bzr r10827) | |||||
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10681) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -9/+7 | |
| (bzr r10660) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -5/+5 | |
| (bzr r10067) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| 2010-04-02 | Corrected "using namespace" contamination from ui/dialog header files. | Jon A. Cruz | 1 | -0/+2 | |
| (bzr r9273) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8408) | |||||
| 2009-02-21 | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 1 | -10/+6 | |
| should be. Build libinkscape.a - should reduce link time. (bzr r7337) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -10/+8 | |
| (bzr r6885) | |||||
| 2007-12-07 | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 1 | -66/+31 | |
| started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188) | |||||
| 2007-11-22 | The dialog to panel refactoring: | gustav_b | 1 | -17/+9 | |
| * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126) | |||||
| 2007-11-08 | warning cleanup | Jon A. Cruz | 1 | -17/+17 | |
| (bzr r4043) | |||||
| 2007-08-29 | Dockable dialogs patch applied | gustav_b | 1 | -4/+4 | |
| (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | |||||
| 2007-01-13 | overwritten heap, wrong casts fixed. Closes SF#1575829 | Kees Cook | 1 | -1/+1 | |
| (bzr r2198) | |||||
| 2006-04-30 | updated cc licenses to 2.5 | Jon Phillips | 1 | -1/+1 | |
| (bzr r637) | |||||
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 1 | -5/+5 | |
| confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | |||||
