summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Symbol dialog: Fix translation of symbol and symbol set namesPatrick Storz2019-09-201-0/+3
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/429
* Fixes for symbols dialogJabiertxof2019-08-171-0/+2
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+0
|
* Fix compiling bugJabiertxof2018-11-091-1/+0
|
* Fixing symbols icon sizeJabiertxof2018-11-091-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-1/+4
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Add title to symbols dropdownJabiertxo Arraiza Cenoz2018-01-051-1/+1
|
* Fix FTBFS with GtkMM < 3.14 (lp:1740024)Alexander Valavanis2017-12-251-1/+1
|
* Working on fixJabier Arraiza2017-11-161-2/+3
|
* Now symbols are sortedJabier Arraiza2017-11-081-3/+3
|
* Refactor and order of document listJabier Arraiza2017-11-081-1/+4
|
* Working on CPU issuesJabier Arraiza2017-11-071-1/+0
|
* Fixes to CPUJabier Arraiza2017-11-071-1/+3
|
* Add Ignore Gtk::Overlay if GTK=3.0Jabiertxo Arraiza Cenoz2017-11-031-1/+2
|
* Minor tweak to symbols search UXJabiertxo Arraiza Cenoz2017-11-031-2/+0
|
* Add search and no results from stock icons. Improve text. Thanks Maren for ↵Jabier Arraiza2017-10-291-2/+3
| | | | the inputs
* Add overlay widgetsJabier Arraiza2017-10-291-3/+9
|
* Bug fixes previous to overlay implementationJabier Arraiza2017-10-281-2/+3
|
* Fix simbols dialog expand, Fix add symbols to document on global searchJabier Arraiza2017-10-271-5/+9
|
* Add progressbar to all actionsJabier Arraiza2017-10-241-14/+10
|
* Added some improvements discused in MRJabier Arraiza2017-10-221-12/+12
|
* Add discarted switch mode, working on global searchJabier Arraiza2017-10-221-31/+35
|
* Progress Bar workinggit add .git add .Jabier Arraiza2017-10-201-2/+5
|
* Add progress bar to loading, currently not working but all the base code is ↵Jabiertxo Arraiza Cenoz2017-10-201-1/+7
| | | | done. need to look into idle methods
* Add case insensitive and no dialog loadingJabier Arraiza2017-10-201-3/+3
|
* Finish speed improvementsJabiertxo Arraiza Cenoz2017-10-191-1/+2
|
* Working on current documentJabiertxo Arraiza Cenoz2017-10-191-1/+2
|
* Improving speedJabier Arraiza2017-10-191-2/+4
|
* Working on speed improvementsJabiertxo Arraiza Cenoz2017-10-181-0/+1
|
* Add search to symbols dialogJabiertxo Arraiza Cenoz2017-10-181-4/+7
|
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-6/+6
|
* Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-131-1/+8
| | | (bzr r13425)
* Fix bug #1239779 by removing caching for symbols.Martin Owens2014-01-141-4/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239779 (bzr r12924)
* Rebuild symbols collection if opening or closing documents.Martin Owens2014-01-081-0/+1
| | | (bzr r12900)
* Big change in symbols ui and selection chemistry.Martin Owens2013-06-151-2/+15
| | | (bzr r12374)
* Improve code documentation for symbolsMartin Owens2013-05-091-2/+19
| | | (bzr r12324)
* Add balloon symbols and connect defs modified signal.Martin Owens2013-04-221-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
* Clean up symbol pixmap generator and title descriptionMartin Owens2013-04-211-3/+2
| | | (bzr r12291)
* Header cleanupAlex Valavanis2013-03-291-9/+2
| | | (bzr r12258)
* Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-181-0/+1
| | | (bzr r11880)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+114
(bzr r11782)