index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
glyphs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
Fix minor typos
Yuri Chornoivan
1
-1
/
+1
2019-10-10
Fix minor typos
Marc Jeanmougin
1
-2
/
+2
2019-10-09
Reduce spacing between entries in Unicode Character dialog. Bump up font-size.
Tavmjong Bah
1
-2
/
+6
2019-10-03
Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ...
Tavmjong Bah
1
-4
/
+21
2019-10-03
Update language list in Glyphs dialog.
Tavmjong Bah
1
-0
/
+77
2019-10-03
Show glyphs using selected font in Glyphs dialog.
Tavmjong Bah
1
-3
/
+5
2019-10-01
Add tooltip showing larger version of glyph in Glyph dialog.
Tavmjong Bah
1
-0
/
+4
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-0
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-16
/
+16
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-151
/
+151
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-05-03
Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ...
Tavmjong Bah
1
-4
/
+2
2018-04-25
Implement FontSelectorToolbar.
Tavmjong Bah
1
-7
/
+4
2018-04-13
Replace C FontSelector by C++ FontSelector.
Tavmjong Bah
1
-31
/
+24
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-6
/
+9
2018-01-17
Move code related to SwatchesPanel where it belongs
Stefano Facchini
1
-4
/
+2
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2018-01-16
panel: remove the "apply_label" API
Stefano Facchini
1
-1
/
+1
2017-07-06
Gtkmm deprecation fixes
Alexander Valavanis
1
-11
/
+11
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-73
/
+6
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-2
/
+2
2015-11-05
static code analysis
Kris De Gussem
1
-2
/
+2
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-4
/
+4
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-5
/
+7
2014-12-25
Remove sp_style_new().
Tavmjong Bah
1
-5
/
+4
2013-03-13
Migrate remaining dialogs to Gtk::Grid
Alex Valavanis
1
-3
/
+55
2013-03-01
Convert font-selector, text-edit, glyphs to use updated font-lister (use font...
Tavmjong Bah
1
-3
/
+12
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-8
/
+0
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-10
/
+0
2012-06-09
Gtkmm 3 fixes for glyphs dialog
Alex Valavanis
1
-1
/
+12
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-4
/
+3
2012-02-25
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-0
/
+16
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+1
2012-01-02
Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ...
Nicolas Dufour
1
-1
/
+1
2011-10-23
Documentation update pass.
Jon A. Cruz
1
-4
/
+0
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-3
/
+1
2011-05-20
Reinstating version bump.
Jon A. Cruz
1
-20
/
+0
2011-05-19
Revert version bump so win devlibs can catch up.
Jon A. Cruz
1
-0
/
+20
2011-05-18
Made dependencies explicit and bumped versions.
Jon A. Cruz
1
-20
/
+0
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-04-06
Track selected text items and append as needed.
Jon A. Cruz
1
-20
/
+148
2010-04-04
Added control to select Unicode range limiting. Switched to using "Basic Lati...
Jon A. Cruz
1
-14
/
+207
[next]