summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-57/+61
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* Merge recent changes from inkscape trunkEric Greveson2013-07-031-0/+1
|\ | | | | (bzr r12387.1.6)
| * Fix Gtk3 build by including togglebutton headerMartin Owens2013-06-261-0/+1
| | | | | | (bzr r12390)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-2/+3
|/ | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* Improve icons for symbols dialogMartin Owens2013-06-151-3/+3
| | | (bzr r12376)
* Fix crash for external symbol documents, should never select these items.Martin Owens2013-06-151-2/+4
| | | (bzr r12375)
* Big change in symbols ui and selection chemistry.Martin Owens2013-06-151-148/+133
| | | (bzr r12374)
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-0/+60
| | | (bzr r12363)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Fix symbol-title missing crashMartin Owens2013-06-061-0/+3
| | | (bzr r12351)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Warning cleanup.Jon A. Cruz2013-04-281-1/+1
| | | (bzr r12309)
* Add balloon symbols and connect defs modified signal.Martin Owens2013-04-221-1/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
* Clean up symbol pixmap generator and title descriptionMartin Owens2013-04-211-34/+24
| | | (bzr r12291)
* Warn if we get a NULL objectMartin Owens2013-04-211-4/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12290)
* Updated aiga symbols to have more meta data and used document title for ↵Martin Owens2013-04-191-3/+4
| | | | | symbols dropdown (bzr r12282)
* Change symbols icon and give minimum size for dialogMartin Owens2013-04-181-0/+3
| | | (bzr r12278)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+52
| | | (bzr r12199)
* fix crashJohan B. C. Engelen2013-01-241-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12063)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-2/+2
| | | (bzr r12014)
* Added support for Visio stencil files (.vss) to Symbols dialog.Tavmjong Bah2012-12-171-4/+104
| | | (bzr r11962)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-17/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* i18n. Fix for Bug #1083043 (Symbols dialog isn't translatable).Nicolas Dufour2012-11-261-7/+9
| | | (bzr r11904)
* Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-181-0/+27
| | | (bzr r11880)
* cppcheck: Fix a couple of leaksAlex Valavanis2012-10-281-0/+2
| | | (bzr r11845)
* Prevent crash if symbol is empty. Chnage default styling for symbol preview.Tavmjong Bah2012-10-131-19/+24
| | | (bzr r11790)
* Fix for compiling with pre gtkmm 2.24 libraries.Tavmjong Bah2012-10-121-0/+17
| | | (bzr r11787)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+574
(bzr r11782)