summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-20Symbol dialog: Fix translation of symbol and symbol set namesPatrick Storz1-18/+25
2019-08-22Merge XML and CSS widgets improvements from https://gitlab.com/inkscape/inksc...Jabier Arraiza1-1/+1
2019-08-17Fix for bug https://gitlab.com/inkscape/inbox/issues/764 and some UI improvem...Jabiertxof1-45/+48
2019-08-17Fixes for symbols dialogJabiertxof1-22/+38
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-1/+1
2019-06-18Base of theming refactorJabiertxof1-2/+1
2019-06-16Remove deprecated usage of custom Gtk::IconSizeKarl Cheng1-18/+19
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-20/+3
2019-04-09Style fixMarc Jeanmougin1-1/+1
2019-04-02Tidy various dialog UIsNathan Lee1-8/+0
2019-01-27Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza1-2/+3
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09Fixing symbols icon sizeJabiertxof1-1/+5
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-1/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-06Fix icon loader to allow inverse color in symbolic icons. Also added searchin...Jabier Arraiza1-8/+4
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-19/+16
2018-09-13Allow symbols dialog on dark themeJabiertxof1-0/+1
2018-08-04Fixing coding styleJabiertxo Arraiza Cenoz1-3/+3
2018-08-04Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz1-1/+4
2018-07-21adding gtk-themeJabier Arraiza1-21/+19
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-10/+10
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-10/+10
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+5
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2018-01-07Fix a problem with symbols when updating defs with current document set. Also...Jabier Arraiza1-2/+5
2018-01-07Fix for bug 1741625. Visio stencil (.vss) don't load in 0.92+devel ('No resul...Jabier Arraiza1-10/+5
2018-01-05Do not parse visio files, use filenameJabiertxo Arraiza Cenoz1-49/+71
2018-01-05Add suport to noty titled symbols sets with filenameJabiertxo Arraiza Cenoz1-2/+18
2018-01-05Add title to symbols dropdownJabiertxo Arraiza Cenoz1-41/+43
2017-12-26Fix Gtkmm widget margin deprecationAlexander Valavanis1-0/+20
2017-12-25Fix FTBFS with GtkMM < 3.14 (lp:1740024)Alexander Valavanis1-3/+3
2017-11-26Don't translate the empty stringEduard Braun1-1/+1
2017-11-17More memleaks fixesJabiertxo Arraiza Cenoz1-4/+8
2017-11-17Fix memleaks and double call to title() in a recursive function in Symbols Di...Jabiertxo Arraiza Cenoz1-2/+4
2017-11-17Code simplificationJabiertxo Arraiza Cenoz1-17/+3
2017-11-16Fix a bug pointed by suv when the title of a symbol has duplicatesJabier Arraiza1-15/+24
2017-11-16Fix last bug pointed by Eduard Brawn in MR 126Jabier Arraiza1-13/+13
2017-11-16Fix title problemsJabiertxo Arraiza Cenoz1-13/+19
2017-11-16Working on fixJabier Arraiza1-44/+24
2017-11-13Symbols: Fix uninitialized variable and some minor consistency fixesEduard Braun1-19/+9