summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/glyphs.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-10Fix minor typosYuri Chornoivan1-1/+1
2019-10-10Fix minor typosMarc Jeanmougin1-2/+2
2019-10-09Reduce spacing between entries in Unicode Character dialog. Bump up font-size.Tavmjong Bah1-2/+6
Partial fix for https://gitlab.com/inkscape/inkscape/issues/436
2019-10-03Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ↵Tavmjong Bah1-4/+21
emoji).
2019-10-03Update language list in Glyphs dialog.Tavmjong Bah1-0/+77
2019-10-03Show glyphs using selected font in Glyphs dialog.Tavmjong Bah1-3/+5
Changed due to Maren's comment in https://gitlab.com/inkscape/inkscape/issues/436
2019-10-01Add tooltip showing larger version of glyph in Glyph dialog.Tavmjong Bah1-0/+4
Partially addresses https://gitlab.com/inkscape/inkscape/issues/436
2019-04-02Tidy various dialog UIsNathan Lee1-0/+2
2019-01-02modernize loopsMarc Jeanmougin1-16/+16
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-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-151/+151
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-03Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah1-4/+2
it does. Minor UI tweaks and bug fixes.
2018-04-25Implement FontSelectorToolbar.Tavmjong Bah1-7/+4
A version of FontSelector designed for the text toolbar. This is meant as a replacement for Ink_ComboBoxEntry_Action. It is not ready for use. Also includes some code cleanup.
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah1-31/+24
Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-6/+9
A lot of header clean-up.
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-4/+2
panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2018-01-16panel: remove the "apply_label" APIStefano Facchini1-1/+1
It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-11/+11
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-73/+6
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
(bzr r14954.1.10)
2015-11-05static code analysisKris De Gussem1-2/+2
(bzr r14446)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-5/+7
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-12-25Remove sp_style_new().Tavmjong Bah1-5/+4
(bzr r13822.1.6)
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-3/+55
(bzr r12199)
2013-03-01Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah1-3/+12
fontspec rather than font). (bzr r12164)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-8/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-10/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-06-09Gtkmm 3 fixes for glyphs dialogAlex Valavanis1-1/+12
(bzr r11478)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-4/+3
(bzr r11018)
2012-02-25Header cleaningAlex Valavanis1-0/+1
(bzr r11015)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-0/+16
(bzr r10957)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+1
(bzr r10940)
2012-01-02Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵Nicolas Dufour1-1/+1
John Smith. (bzr r10818)
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
(bzr r10692)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-3/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-05-20Reinstating version bump.Jon A. Cruz1-20/+0
(bzr r10215)
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-0/+20
(bzr r10210)
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-20/+0
(bzr r10208)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2010-04-06Track selected text items and append as needed.Jon A. Cruz1-20/+148
(bzr r9296)
2010-04-04Added control to select Unicode range limiting. Switched to using "Basic ↵Jon A. Cruz1-14/+207
Latin" there as a default instead of the script. Fixes bug #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9293)