summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/glyphs.cpp (unfollow)
Commit message (Expand)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
2019-10-03Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ...Tavmjong Bah1-4/+21
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
2019-10-01Add tooltip showing larger version of glyph in Glyph dialog.Tavmjong Bah1-0/+4
2019-04-02Tidy various dialog UIsNathan Lee1-0/+2
2019-01-02modernize loopsMarc Jeanmougin1-16/+16
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-151/+151
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-05-03Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ...Tavmjong Bah1-4/+2
2018-04-25Implement FontSelectorToolbar.Tavmjong Bah1-7/+4
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah1-31/+24
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-6/+9
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-4/+2
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2018-01-16panel: remove the "apply_label" APIStefano Facchini1-1/+1
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-11/+11
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-73/+6
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
2015-11-05static code analysisKris De Gussem1-2/+2
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-5/+7
2014-12-25Remove sp_style_new().Tavmjong Bah1-5/+4
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-3/+55
2013-03-01Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah1-3/+12
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-8/+0
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-10/+0
2012-06-09Gtkmm 3 fixes for glyphs dialogAlex Valavanis1-1/+12
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-4/+3
2012-02-25Header cleaningAlex Valavanis1-0/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-0/+16
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+1
2012-01-02Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ...Nicolas Dufour1-1/+1
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-3/+1
2011-05-20Reinstating version bump.Jon A. Cruz1-20/+0
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-0/+20
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-20/+0
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-04-06Track selected text items and append as needed.Jon A. Cruz1-20/+148
2010-04-04Added control to select Unicode range limiting. Switched to using "Basic Lati...Jon A. Cruz1-14/+207