summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah2017-02-271-0/+3
| | | | | | | Panel. To be disabled for releases. (bzr r15551)
* Merge changes from trunkkamalpreetgrewal2016-08-041-4/+1
|\ | | | | (bzr r14949.1.62)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
| | | | | | (bzr r15025)
* | Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-171-0/+3
| | | | | | (bzr r14949.1.52)
* | Register style dialog with support to add selectorkamalpreetgrewal2016-06-041-0/+3
|/ | | (bzr r14949.1.1)
* Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-091-1/+13
| | | (bzr r14449.1.4)
* Update to experimental r13531Liam P. White2014-08-311-2/+2
|\ | | | | (bzr r13090.1.106)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-2/+2
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | Update to experimental r13452Liam P. White2014-07-301-3/+3
|\| | | | | (bzr r13090.1.95)
| * Fix for crash regression 1348927 -- dialogs that are shown but have not been ↵Liam P. White2014-07-261-3/+3
| | | | | | | | | | | | | | | | presented are buggy Fixed bugs: - https://launchpad.net/bugs/1348927 (bzr r13471)
* | Add selection setsLiam P. White2014-05-101-3/+3
| | | | | | (bzr r13090.1.75)
* | Updaet to trunkLiam P. White2014-04-061-4/+5
|\| | | | | (bzr r13090.1.49)
| * Revert the xml editor to it's dockable behaviour and add a comment for the ↵Martin Owens2014-04-051-1/+3
| | | | | | | | | | preferences. (bzr r13269)
| * XMLTree and InkscapePreferences are not dockable windows, don't treat them ↵Martin Owens2014-04-041-4/+3
| | | | | | | | | | like one. (bzr r13262)
* | Update to trunkLiam P. White2014-03-281-2/+2
|\| | | | | (bzr r13090.1.35)
| * Get pollar tiling working agains with trunkMartin Owens2014-03-271-5/+1
| | | | | | (bzr r11073.1.37)
| * Commit a merge to trunk, with probabal errorsMartin Owens2014-03-271-14/+15
| |\ | | | | | | (bzr r11073.1.36)
| * | Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara2012-04-021-1/+1
| | | | | | | | | | | | | | | selection widget is also smaller now. (bzr r11073.1.10)
| * | Brought old code, "Rows and Columns" in it's own class. Added a separate ↵Denis Declara2012-03-311-2/+2
| | | | | | | | | | | | | | | class for the panel. Still some cleanup to do. (bzr r11073.1.8)
* | | Start cleanup for merge into trunkLiam P. White2014-03-071-2/+2
| | | | | | | | | (bzr r13090.1.20)
* | | Remove tag dialog temporarilyLiam P. White2014-03-041-3/+3
| | | | | | | | | (bzr r13090.1.13)
* | | Merge to trunkLiam P. White2014-03-041-0/+3
|\ \ \ | | |/ | |/| (bzr r13090.1.12)
* / | Fix objects dialogueLiam P. White2014-03-021-0/+3
|/ / | | | | (bzr r13090.1.9)
* | we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ↵buliabyak2013-10-131-4/+5
| | | | | | | | | | DialogManager; do not grab focus when restoring (bzr r12682)
* | Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+3
| | | | | | (bzr r12506.1.1)
* | Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-231-3/+0
| | | | | | (bzr r12428)
* | Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis2013-03-161-7/+0
| | | | | | (bzr r12213)
* | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+3
|/ | | (bzr r11782)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-0/+3
| | | (bzr r11125)
* Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith2012-03-091-0/+3
| | | (bzr r11065)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-0/+3
| | | (bzr r11042)
* Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith2012-02-211-1/+3
| | | (bzr r11006)
* Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-161-0/+3
| | | (bzr r10989)
* Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-191-2/+5
| | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-0/+4
| | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-181-2/+16
| | | (bzr r9966)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Disabling Print Colors dialog due to lack of resolution from mailing list ↵Josh Andler2010-07-071-3/+3
| | | | | thread and no response by author (bzr r9593)
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* Spray cleanupSteren Giannini2010-01-031-3/+0
| | | | | | | | | | | | | | | | | | | | | ------------ This line and the following will be ignored -------------- removed: src/ui/dialog/spray-option.cpp src/ui/dialog/spray-option.h modified: src/spray-context.cpp src/ui/dialog/Makefile_insert src/ui/dialog/dialog-manager.cpp src/ui/view/edit-widget.cpp src/ui/view/edit-widget.h src/widgets/toolbox.cpp unknown: backup.bzr/ description-pak doc-pak/ po/.intltool-merge-cache (bzr r8938.1.1)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+3
| | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-2/+4
| | | (bzr r8851)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-7/+6
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Merge from fe-movedTed Gould2008-11-211-6/+6
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-2/+5
| | | (bzr r6885)
* missed a spotMenTaLguY2008-07-011-14/+0
| | | (bzr r6113)
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-261-0/+2
| | | (bzr r6063)