summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-19/+16
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Allow symbols dialog on dark themeJabiertxof2018-09-131-0/+1
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-08-041-3/+3
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-041-1/+4
|
* adding gtk-themeJabier Arraiza2018-07-211-21/+19
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* 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.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-10/+10
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-10/+10
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+5
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Fix a problem with symbols when updating defs with current document set. ↵Jabier Arraiza2018-01-071-2/+5
| | | | Also fix a double XML write in path parameter unnecesary
* Fix for bug 1741625. Visio stencil (.vss) don't load in 0.92+devel ('No ↵Jabier Arraiza2018-01-071-10/+5
| | | | results found')
* Do not parse visio files, use filenameJabiertxo Arraiza Cenoz2018-01-051-49/+71
|
* Add suport to noty titled symbols sets with filenameJabiertxo Arraiza Cenoz2018-01-051-2/+18
|
* Add title to symbols dropdownJabiertxo Arraiza Cenoz2018-01-051-41/+43
|
* Fix Gtkmm widget margin deprecationAlexander Valavanis2017-12-261-0/+20
|
* Fix FTBFS with GtkMM < 3.14 (lp:1740024)Alexander Valavanis2017-12-251-3/+3
|
* Don't translate the empty stringEduard Braun2017-11-261-1/+1
|
* More memleaks fixesJabiertxo Arraiza Cenoz2017-11-171-4/+8
|
* Fix memleaks and double call to title() in a recursive function in Symbols ↵Jabiertxo Arraiza Cenoz2017-11-171-2/+4
| | | | Dialog
* Code simplificationJabiertxo Arraiza Cenoz2017-11-171-17/+3
|
* Fix a bug pointed by suv when the title of a symbol has duplicatesJabier Arraiza2017-11-161-15/+24
|
* Fix last bug pointed by Eduard Brawn in MR 126Jabier Arraiza2017-11-161-13/+13
|
* Fix title problemsJabiertxo Arraiza Cenoz2017-11-161-13/+19
|
* Working on fixJabier Arraiza2017-11-161-44/+24
|
* Symbols: Fix uninitialized variable and some minor consistency fixesEduard Braun2017-11-131-19/+9
|
* Add eduard improvementsJabiertxo Arraiza Cenoz2017-11-101-4/+4
|
* Start working on Eduard improvementsJabier Arraiza2017-11-101-18/+24
|
* Now symbols are sortedJabier Arraiza2017-11-081-13/+20
|
* Refactor and order of document listJabier Arraiza2017-11-081-188/+175
|
* Fixes CPU problemsJabier Arraiza2017-11-081-0/+5
|
* Reducing the risk of ocureences of 100% CPU bugJabier Arraiza2017-11-081-6/+7
|
* Working on CPU issuesJabier Arraiza2017-11-071-34/+34
|
* Fixes to CPUJabier Arraiza2017-11-071-3/+8
|
* Add Ignore Gtk::Overlay if GTK=3.0Jabiertxo Arraiza Cenoz2017-11-031-5/+29
|
* Minor tweak to symbols search UXJabiertxo Arraiza Cenoz2017-11-031-4/+4
|
* Add search and no results from stock icons. Improve text. Thanks Maren for ↵Jabier Arraiza2017-10-291-60/+49
| | | | the inputs
* Add overlay widgetsJabier Arraiza2017-10-291-39/+158
|
* Bug fixes previous to overlay implementationJabier Arraiza2017-10-281-93/+97
|
* Remove CMake blank lineJabier Arraiza2017-10-281-3/+4
|
* Fix simbols dialog expand, Fix add symbols to document on global searchJabier Arraiza2017-10-271-69/+94
|
* Add progressbar to all actionsJabier Arraiza2017-10-241-103/+175
|
* Added some improvements discused in MRJabier Arraiza2017-10-221-138/+129
|
* Add discarted switch mode, working on global searchJabier Arraiza2017-10-221-226/+307
|
* Fis come things pointed by Eduard in the MRJabier Arraiza2017-10-211-4/+9
|