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
/
text-edit.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-11
Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting cer...
Jabiertxof
1
-1
/
+1
2019-09-09
Load GPOS table only when selecting font features tab to speedup font usage
Jabier Arraiza
1
-1
/
+16
2019-09-07
Add line height UX improvements
Jabier Arraiza
1
-5
/
+15
2019-08-02
Remove line height code and ficx coding style
Jabiertxof
1
-15
/
+5
2019-08-02
Fix coding style
Jabiertxof
1
-6
/
+6
2019-08-02
Working state
Jabiertxof
1
-2
/
+2
2019-08-02
Stop worinig with units switch to px. Keep discussion opengit add .git add .
Jabiertxof
1
-9
/
+4
2019-08-02
Adding font size scale
Jabiertxof
1
-3
/
+18
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-2
/
+4
2019-02-12
Header cleanup.
Tavmjong Bah
1
-1
/
+0
2019-01-08
Remove unused header file.
Tavmjong Bah
1
-2
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-03
Keep Features tab in sync with font in Font tab.
Tavmjong Bah
1
-0
/
+1
2018-06-02
Add preview to Font Features tab of Text and Font dialog.
Tavmjong Bah
1
-30
/
+35
2018-05-31
In font list, don't change selection if current font is already selected; oth...
Geoff Lankow
1
-1
/
+5
2018-05-03
Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ...
Tavmjong Bah
1
-3
/
+3
2018-04-28
More progress on variable fonts support.
Tavmjong Bah
1
-2
/
+0
2018-04-26
Add start of 'font-variations' widget.
Tavmjong Bah
1
-0
/
+3
2018-04-25
Implement FontSelectorToolbar.
Tavmjong Bah
1
-4
/
+4
2018-04-13
Replace C FontSelector by C++ FontSelector.
Tavmjong Bah
1
-42
/
+37
2018-04-07
Cleanup Text and Font dialog.
Tavmjong Bah
1
-230
/
+48
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-16
/
+23
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2017-12-31
Escape font name when setting preview text
Geoff Lankow
1
-1
/
+2
2017-12-18
Limit size of font preview to 100pt
Geoff Lankow
1
-0
/
+1
2017-07-06
Gtkmm deprecation fixes
Alexander Valavanis
1
-2
/
+0
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-25
/
+1
2016-12-27
Rm more deprecated Gtk::Stock
Alex Valavanis
1
-3
/
+2
2016-09-01
Comment out line-height setting code in Text and Font dialog as it does not y...
Tavmjong Bah
1
-3
/
+7
2016-08-29
Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.
Tavmjong Bah
1
-12
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-7
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-24
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+8
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-8
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-3
/
+3
2016-02-20
Clarify meaning of line spacing.
Tavmjong Bah
1
-2
/
+2
2015-11-05
static code analysis
Kris De Gussem
1
-3
/
+3
2015-10-26
add gtk3 experimental support in CMake
Shlomi Fish
1
-0
/
+14
2015-06-25
Set sensitivty of font-variant buttons according to available OpenType tables.
Tavmjong Bah
1
-1
/
+1
2015-06-22
Add simple GUI for 'font-feature-settings'.
Tavmjong Bah
1
-1
/
+3
2015-05-20
Font-variants widget: Enable 'Apply' button. Add more tooltips.
Tavmjong Bah
1
-0
/
+15
2015-05-16
Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...
Tavmjong Bah
1
-1
/
+1
2015-05-14
Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...
Tavmjong Bah
1
-1
/
+4
2015-05-12
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...
Tavmjong Bah
1
-1
/
+8
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-6
/
+6
[next]