summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix windows builds with filename in symbols dialogMartin Owens2017-07-021-1/+1
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-70/+27
* Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-291-15/+29
|\
| * Remove old icon handling codeAlexander Valavanis2017-06-291-15/+29
* | Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-10/+7
|/
* Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
* Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
* Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-111-0/+4
* Add missing "#include <glibmm/regex.h>" for previous commitEduard Braun2017-02-101-0/+1
* Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) f...Eduard Braun2017-02-101-19/+28
* Merged trunkAdrian Boguszewski2016-08-091-44/+5
|\
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-44/+5
| |\
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-44/+5
* | | Merged trunkAdrian Boguszewski2016-08-031-5/+0
|\| |
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| |/
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-4/+4
* | Added first range to ObjectSetAdrian Boguszewski2016-06-191-5/+0
|/
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner2015-01-151-1/+1
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
* Update to trunk r13750Liam P. White2014-11-241-10/+12
|\
| * Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-10/+12
* | Update to experimental r13619Liam P. White2014-10-181-4/+22
|\|
| * librevenge: update to latest patch from bug #1323592 (support old and new ver...su_v2014-08-261-4/+20
| * update to trunk (r13425)su_v2014-06-151-12/+61
| |\
| | * Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-131-12/+60
| | * Display symbols in document order.Tavmjong Bah2014-06-131-0/+1
| * | Port inkscape to librevenge framework for WPG, CDR and VSD importsFridrich Strba2014-05-271-4/+6
| |/
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-3/+5
* | 1. make it compileLiam P. White2014-06-251-3/+3
* | Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-131-12/+60
* | Display symbols in document order.Tavmjong Bah2014-06-131-0/+1
|/
* Symbols. Adding missing include.Nicolas Dufour2014-03-071-1/+1
* Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...Nicolas Dufour2014-03-061-1/+1
* Symbols dialog: update currentDesktop and currentDocument when document repla...Tavmjong Bah2014-02-211-1/+3
* Fix some formatting problems and add formatting info at end of file.Tavmjong Bah2014-02-011-60/+74
* Fix spacing/remove tabs and eliminate extra conditional.Martin Owens2014-01-311-10/+8
* Prevent crash if a symbols file does not have a title.Tavmjong Bah2014-01-301-1/+9
* Better fix for GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-2/+2
* GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-1/+2
* i18n. Symbols are now translatable (see Bug #1261198); POT file and French tr...Nicolas Dufour2014-01-171-3/+4
* Fix bug #1239779 by removing caching for symbols.Martin Owens2014-01-141-46/+19
* suppress compiler warningsKris De Gussem2014-01-081-1/+1
* Rebuild symbols collection if opening or closing documents.Martin Owens2014-01-081-0/+9
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-57/+61