summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog-manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-9/+0
2019-08-21Remove pixelart dialogMarc Jeanmougin1-3/+0
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita1-1/+4
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-1/+13
Hide warnings emitted if Aspell/Potrace missing
2019-07-08Fix coding styleJabiertxof1-1/+0
2019-07-08Initial code to fixJabiertxof1-0/+1
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-2/+3
2019-06-10Dialogs improvementJabiertxof1-4/+3
2019-06-10Fixing coding styleJabier Arraiza1-7/+7
2019-06-10Move from XMLDialog to another paned dialogJabier Arraiza1-5/+3
2019-06-02Back dialog managerJabier Arraiza1-3/+3
2019-06-02reorder dialogsJabier Arraiza1-3/+3
2019-04-20Rename files to fit better his functionJabier Arraiza1-3/+3
2019-02-20Remove Tags functionality (replaced by css selectors)Martin Owens1-3/+0
2018-12-29Fix namespace naming consistencyAlexander Valavanis1-1/+0
2018-11-08Clarify licensesMax Gaukler1-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-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-13/+13
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-13/+13
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-06-28First version (non-working)Marc Jeanmougin1-0/+3
2017-02-27Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah1-0/+3
Panel. To be disabled for releases. (bzr r15551)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+1
(bzr r15025)
2016-07-17Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal1-0/+3
(bzr r14949.1.52)
2016-06-04Register style dialog with support to add selectorkamalpreetgrewal1-0/+3
(bzr r14949.1.1)
2015-11-09Enable builds without flood/trace on systems without PotraceAlex Valavanis1-1/+13
(bzr r14449.1.4)
2014-09-27Update to experimental r13565Liam P. White1-0/+6
(bzr r13341.5.16)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-2/+2
supported properly) (bzr r13341.1.179)
2014-07-26Fix for crash regression 1348927 -- dialogs that are shown but have not been ↵Liam P. White1-3/+3
presented are buggy Fixed bugs: - https://launchpad.net/bugs/1348927 (bzr r13471)
2014-05-10Add selection setsLiam P. White1-3/+3
(bzr r13090.1.75)
2014-04-05Revert the xml editor to it's dockable behaviour and add a comment for the ↵Martin Owens1-1/+3
preferences. (bzr r13269)
2014-04-04XMLTree and InkscapePreferences are not dockable windows, don't treat them ↵Martin Owens1-4/+3
like one. (bzr r13262)
2014-03-27Get pollar tiling working agains with trunkMartin Owens1-5/+1
(bzr r11073.1.37)
2014-03-07Start cleanup for merge into trunkLiam P. White1-2/+2
(bzr r13090.1.20)
2014-03-04Remove tag dialog temporarilyLiam P. White1-3/+3
(bzr r13090.1.13)
2014-03-02Fix objects dialogueLiam P. White1-0/+3
(bzr r13090.1.9)
2013-10-13we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ↵buliabyak1-4/+5
DialogManager; do not grab focus when restoring (bzr r12682)
2013-09-12Integrating with libdepixelizeVinícius dos Santos Oliveira1-0/+3
(bzr r12506.1.1)
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-3/+0
(bzr r12428)
2013-03-19Fixing regressionjtx1-7/+0
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+7
(bzr r11950.1.56)
2013-03-16Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis1-7/+0
(bzr r12213)
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+3
(bzr r11782)
2012-04-02Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara1-1/+1
selection widget is also smaller now. (bzr r11073.1.10)
2012-03-31Brought old code, "Rows and Columns" in it's own class. Added a separate ↵Denis Declara1-2/+2
class for the panel. Still some cleanup to do. (bzr r11073.1.8)
2012-03-24Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith1-0/+3
(bzr r11125)
2012-03-09Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith1-0/+3
(bzr r11065)