summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches2008-06-251-0/+7
| | | (bzr r6056)
* Adding new extended input devices dialogJon A. Cruz2008-03-131-0/+5
| | | (bzr r5076)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-0/+17
| | | | | | | | 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)
* The dialog to panel refactoring:gustav_b2007-11-221-1/+6
| | | | | | | | | | | | | | | | | | * 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)
* Dockable dialogs patch applied gustav_b2007-08-291-25/+67
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+2
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+2
| | | (bzr r3095)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-13/+0
| | | (bzr r1268)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+191
(bzr r1)