| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -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 trunk | Eric Greveson | 2013-07-03 | 1 | -0/+1 |
| |\ | | | | | (bzr r12387.1.6) | ||||
| | * | Fix Gtk3 build by including togglebutton header | Martin Owens | 2013-06-26 | 1 | -0/+1 |
| | | | | | | | (bzr r12390) | ||||
| * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -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 dialog | Martin Owens | 2013-06-15 | 1 | -3/+3 |
| | | | | (bzr r12376) | ||||
| * | Fix crash for external symbol documents, should never select these items. | Martin Owens | 2013-06-15 | 1 | -2/+4 |
| | | | | (bzr r12375) | ||||
| * | Big change in symbols ui and selection chemistry. | Martin Owens | 2013-06-15 | 1 | -148/+133 |
| | | | | (bzr r12374) | ||||
| * | Change marker layout in stroke-widget so they are all on one line. | Martin Owens | 2013-06-11 | 1 | -0/+60 |
| | | | | (bzr r12363) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Fix symbol-title missing crash | Martin Owens | 2013-06-06 | 1 | -0/+3 |
| | | | | (bzr r12351) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2013-04-28 | 1 | -1/+1 |
| | | | | (bzr r12309) | ||||
| * | Add balloon symbols and connect defs modified signal. | Martin Owens | 2013-04-22 | 1 | -1/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298) | ||||
| * | Clean up symbol pixmap generator and title description | Martin Owens | 2013-04-21 | 1 | -34/+24 |
| | | | | (bzr r12291) | ||||
| * | Warn if we get a NULL object | Martin Owens | 2013-04-21 | 1 | -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 Owens | 2013-04-19 | 1 | -3/+4 |
| | | | | | | symbols dropdown (bzr r12282) | ||||
| * | Change symbols icon and give minimum size for dialog | Martin Owens | 2013-04-18 | 1 | -0/+3 |
| | | | | (bzr r12278) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 2013-03-13 | 1 | -2/+52 |
| | | | | (bzr r12199) | ||||
| * | fix crash | Johan B. C. Engelen | 2013-01-24 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12063) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -2/+2 |
| | | | | (bzr r12014) | ||||
| * | Added support for Visio stencil files (.vss) to Symbols dialog. | Tavmjong Bah | 2012-12-17 | 1 | -4/+104 |
| | | | | (bzr r11962) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -17/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | i18n. Fix for Bug #1083043 (Symbols dialog isn't translatable). | Nicolas Dufour | 2012-11-26 | 1 | -7/+9 |
| | | | | (bzr r11904) | ||||
| * | Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas | John Smith | 2012-11-18 | 1 | -0/+27 |
| | | | | (bzr r11880) | ||||
| * | cppcheck: Fix a couple of leaks | Alex Valavanis | 2012-10-28 | 1 | -0/+2 |
| | | | | (bzr r11845) | ||||
| * | Prevent crash if symbol is empty. Chnage default styling for symbol preview. | Tavmjong Bah | 2012-10-13 | 1 | -19/+24 |
| | | | | (bzr r11790) | ||||
| * | Fix for compiling with pre gtkmm 2.24 libraries. | Tavmjong Bah | 2012-10-12 | 1 | -0/+17 |
| | | | | (bzr r11787) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+574 |
| (bzr r11782) | |||||
