| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Symbol dialog: Fix translation of symbol and symbol set names | Patrick Storz | 2019-09-20 | 1 | -0/+3 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/429 | ||||
| * | Fixes for symbols dialog | Jabiertxof | 2019-08-17 | 1 | -0/+2 |
| | | |||||
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -2/+0 |
| | | |||||
| * | Fix compiling bug | Jabiertxof | 2018-11-09 | 1 | -1/+0 |
| | | |||||
| * | Fixing symbols icon size | Jabiertxof | 2018-11-09 | 1 | -0/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 header | Eduard Braun | 2018-10-01 | 1 | -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 Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-12 | 1 | -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 Bah | 2018-01-30 | 1 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Add title to symbols dropdown | Jabiertxo Arraiza Cenoz | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | Fix FTBFS with GtkMM < 3.14 (lp:1740024) | Alexander Valavanis | 2017-12-25 | 1 | -1/+1 |
| | | |||||
| * | Working on fix | Jabier Arraiza | 2017-11-16 | 1 | -2/+3 |
| | | |||||
| * | Now symbols are sorted | Jabier Arraiza | 2017-11-08 | 1 | -3/+3 |
| | | |||||
| * | Refactor and order of document list | Jabier Arraiza | 2017-11-08 | 1 | -1/+4 |
| | | |||||
| * | Working on CPU issues | Jabier Arraiza | 2017-11-07 | 1 | -1/+0 |
| | | |||||
| * | Fixes to CPU | Jabier Arraiza | 2017-11-07 | 1 | -1/+3 |
| | | |||||
| * | Add Ignore Gtk::Overlay if GTK=3.0 | Jabiertxo Arraiza Cenoz | 2017-11-03 | 1 | -1/+2 |
| | | |||||
| * | Minor tweak to symbols search UX | Jabiertxo Arraiza Cenoz | 2017-11-03 | 1 | -2/+0 |
| | | |||||
| * | Add search and no results from stock icons. Improve text. Thanks Maren for ↵ | Jabier Arraiza | 2017-10-29 | 1 | -2/+3 |
| | | | | | the inputs | ||||
| * | Add overlay widgets | Jabier Arraiza | 2017-10-29 | 1 | -3/+9 |
| | | |||||
| * | Bug fixes previous to overlay implementation | Jabier Arraiza | 2017-10-28 | 1 | -2/+3 |
| | | |||||
| * | Fix simbols dialog expand, Fix add symbols to document on global search | Jabier Arraiza | 2017-10-27 | 1 | -5/+9 |
| | | |||||
| * | Add progressbar to all actions | Jabier Arraiza | 2017-10-24 | 1 | -14/+10 |
| | | |||||
| * | Added some improvements discused in MR | Jabier Arraiza | 2017-10-22 | 1 | -12/+12 |
| | | |||||
| * | Add discarted switch mode, working on global search | Jabier Arraiza | 2017-10-22 | 1 | -31/+35 |
| | | |||||
| * | Progress Bar workinggit add .git add . | Jabier Arraiza | 2017-10-20 | 1 | -2/+5 |
| | | |||||
| * | Add progress bar to loading, currently not working but all the base code is ↵ | Jabiertxo Arraiza Cenoz | 2017-10-20 | 1 | -1/+7 |
| | | | | | done. need to look into idle methods | ||||
| * | Add case insensitive and no dialog loading | Jabier Arraiza | 2017-10-20 | 1 | -3/+3 |
| | | |||||
| * | Finish speed improvements | Jabiertxo Arraiza Cenoz | 2017-10-19 | 1 | -1/+2 |
| | | |||||
| * | Working on current document | Jabiertxo Arraiza Cenoz | 2017-10-19 | 1 | -1/+2 |
| | | |||||
| * | Improving speed | Jabier Arraiza | 2017-10-19 | 1 | -2/+4 |
| | | |||||
| * | Working on speed improvements | Jabiertxo Arraiza Cenoz | 2017-10-18 | 1 | -0/+1 |
| | | |||||
| * | Add search to symbols dialog | Jabiertxo Arraiza Cenoz | 2017-10-18 | 1 | -4/+7 |
| | | |||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -6/+6 |
| | | |||||
| * | Allow symbol zooming independent of icon screen size. | Tavmjong Bah | 2014-06-13 | 1 | -1/+8 |
| | | | | (bzr r13425) | ||||
| * | Fix bug #1239779 by removing caching for symbols. | Martin Owens | 2014-01-14 | 1 | -4/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239779 (bzr r12924) | ||||
| * | Rebuild symbols collection if opening or closing documents. | Martin Owens | 2014-01-08 | 1 | -0/+1 |
| | | | | (bzr r12900) | ||||
| * | Big change in symbols ui and selection chemistry. | Martin Owens | 2013-06-15 | 1 | -2/+15 |
| | | | | (bzr r12374) | ||||
| * | Improve code documentation for symbols | Martin Owens | 2013-05-09 | 1 | -2/+19 |
| | | | | (bzr r12324) | ||||
| * | Add balloon symbols and connect defs modified signal. | Martin Owens | 2013-04-22 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298) | ||||
| * | Clean up symbol pixmap generator and title description | Martin Owens | 2013-04-21 | 1 | -3/+2 |
| | | | | (bzr r12291) | ||||
| * | Header cleanup | Alex Valavanis | 2013-03-29 | 1 | -9/+2 |
| | | | | (bzr r12258) | ||||
| * | Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas | John Smith | 2012-11-18 | 1 | -0/+1 |
| | | | | (bzr r11880) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+114 |
| (bzr r11782) | |||||
