| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-03-13 | Place vertical iconified docks to the right of dock | Nathan Lee | 1 | -1/+2 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/129 | |||||
| 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 | -0/+4 | |
| 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 | |
| 2017-12-24 | Name a few more widgets. Minor cleanup. | Tavmjong Bah | 1 | -16/+13 | |
| 2017-07-10 | Drop obsolete resize_mode usage | Alexander Valavanis | 1 | -7/+0 | |
| 2017-06-29 | Dock: Rm unnecessary enum | Alexander Valavanis | 1 | -2/+3 | |
| 2016-11-11 | fix automatic dockbar resizing | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r15237) | |||||
| 2016-07-28 | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 1 | -12/+0 | |
| (bzr r15023.2.6) | |||||
| 2016-05-15 | GTK3: Give names to many widgets. Useful for debugging and for using CSS. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r14890) | |||||
| 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-06-26 | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 1 | -2/+2 | |
| members, simplify signals (bzr r13341.5.6) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -3/+1 | |
| (bzr r13341.5.3) | |||||
| 2014-06-25 | 2. connect signals | Liam P. White | 1 | -2/+5 | |
| (bzr r13341.5.2) | |||||
| 2013-07-06 | Fix build failure with GDL >= 3.6 | Alex Valavanis | 1 | -4/+16 | |
| Fixed bugs: - https://launchpad.net/bugs/1196070 (bzr r12407) | |||||
| 2013-03-08 | Drop more Gtk::Table usage | Alex Valavanis | 1 | -0/+12 | |
| (bzr r12180) | |||||
| 2012-10-14 | Stop using private GdlDockObject->master (broken in GDL 3.6) | Alex Valavanis | 1 | -3/+9 | |
| (bzr r11801) | |||||
| 2012-05-21 | GTK+ 3 changes for cell-renderers | Alex Valavanis | 1 | -2/+2 | |
| (bzr r11392) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -2/+3 | |
| (bzr r11018) | |||||
| 2012-02-17 | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 1 | -1/+3 | |
| (bzr r10992) | |||||
| 2012-02-05 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -27/+15 | |
| (bzr r10938) | |||||
| 2011-12-29 | GDL: Drop placement patches | Alex Valavanis | 1 | -1/+0 | |
| (bzr r10801) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10660) | |||||
| 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) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -7/+8 | |
| (bzr r6885) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -39/+45 | |
| (bzr r4052) | |||||
| 2007-10-25 | Dockable dialogs: Allow in-dock dialogs to be expanded even if there's | gustav_b | 1 | -1/+22 | |
| no "slack". (bzr r3960) | |||||
| 2007-09-25 | Define DockItems' floating state properly. Fixes some issues with | gustav_b | 1 | -0/+5 | |
| floating docks. (bzr r3799) | |||||
| 2007-09-20 | Add scrolling of dock on DockItem::present. | gustav_b | 1 | -0/+18 | |
| (bzr r3777) | |||||
| 2007-09-06 | Group dock related prefs, add hidden prefs for dock bar and switcher appearance. | gustav_b | 1 | -1/+12 | |
| (bzr r3699) | |||||
| 2007-08-29 | Dockable dialogs patch applied | gustav_b | 1 | -0/+235 | |
| (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | |||||
