summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-20Symbol dialog: Fix translation of symbol and symbol set namesPatrick Storz1-18/+25
Fixes https://gitlab.com/inkscape/inkscape/issues/429
2019-08-22Merge XML and CSS widgets improvements from ↵Jabier Arraiza1-1/+1
https://gitlab.com/inkscape/inkscape/merge_requests/801
2019-08-17Fix for bug https://gitlab.com/inkscape/inbox/issues/764 and some UI ↵Jabiertxof1-45/+48
improvements
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
Custom Gtk::IconSize values have been deprecated since GTK 3.10. Also fix incorrect usage of pixel values to the Gtk::IconSize() constructor (introduced in de13793763), these are in fact meant to be enum values. Refs: https://gitlab.com/inkscape/inkscape/commit/de137937630524727b287fb2e03ec470554683a8
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 ↵Jabiertxof1-1/+2
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-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
2018-11-06Fix icon loader to allow inverse color in symbolic icons. Also added ↵Jabier Arraiza1-8/+4
searching.svg for loading symbols
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-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
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-19/+16
Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
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
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-10/+10
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
A lot of header clean-up.
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. ↵Jabier Arraiza1-2/+5
Also fix a double XML write in path parameter unnecesary
2018-01-07Fix for bug 1741625. Visio stencil (.vss) don't load in 0.92+devel ('No ↵Jabier Arraiza1-10/+5
results found')
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 ↵Jabiertxo Arraiza Cenoz1-2/+4
Dialog
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