index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
text-toolbar.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-17
Move toolbars to ui/toolbar
Alexander Valavanis
1
-2604
/
+0
2018-04-13
Add files missing in last commit (FontSelector).
Tavmjong Bah
1
-6
/
+9
2018-04-04
Remove call to update font list when selection changes.
Tavmjong Bah
1
-3
/
+0
2018-02-04
Convert UnitTracker to use ink-select-one-action.
Tavmjong Bah
1
-9
/
+9
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-13
/
+19
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-11-04
Fix typo in line spacing tool tip
Maren Hachmann
1
-1
/
+1
2017-08-09
Fix keyboard shortcuts for changing line spacing.
Tavmjong Bah
1
-59
/
+123
2017-08-05
Add GUI and code to implement "Line Spacing Modes".
Tavmjong Bah
1
-0
/
+287
2017-07-24
Add C++ based Gtk::Action for choosing one item out of many.
Tavmjong Bah
1
-231
/
+168
2017-07-05
Fix 'direction' gui.
Tavmjong Bah
1
-5
/
+3
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+1
2017-02-24
Don't block data entry into the text-tool font-size entry widget after an emp...
Tavmjong Bah
1
-0
/
+1
2017-02-08
Fix g_warnings (typo in action name).
Tavmjong Bah
1
-1
/
+1
2017-02-02
Add GUI support for 'direction' property (right to left vs. left to right text).
Tavmjong Bah
1
-0
/
+103
2017-02-02
Fix line-height conversions between no unit and 'em' unit.
Tavmjong Bah
1
-1
/
+4
2017-02-02
Enable setting of default 'font-style'.
Tavmjong Bah
1
-4
/
+16
2017-02-01
Prevent display units from effecting 'line-height' unit.
Tavmjong Bah
1
-21
/
+15
2017-01-04
increased space for font-size.
Marc Jeanmougin
1
-3
/
+3
2016-12-16
remove rollback to 15315
Jabiertxof
1
-16
/
+150
2016-12-16
Rollback 15315
Jabiertxof
1
-150
/
+16
2016-12-11
Add option to unset 'line-height' (as well as determine where it is set).
Tavmjong Bah
1
-3
/
+45
2016-12-10
Fix line-height when converting between different units for flowed text.
Tavmjong Bah
1
-2
/
+2
2016-12-10
Correct outer text style input for non-px based files.
Tavmjong Bah
1
-6
/
+28
2016-12-09
Add button to access outer text style ('font-size', 'line-height'). These det...
Tavmjong Bah
1
-13
/
+83
2016-11-25
Remove deprecated GtkWidget-separator-height, ignored as of 3.20.
Tavmjong Bah
1
-3
/
+0
2016-11-25
Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.
Tavmjong Bah
1
-1
/
+0
2016-10-12
[Bug #1630635] Wrong tool tip for new text line height setting.
marenhachmann
1
-11
/
+11
2016-10-02
Extract a function - is_query_style_updateable.
Shlomi Fish
1
-1
/
+2
2016-09-05
Fix history handling for previous commit.
Tavmjong Bah
1
-3
/
+4
2016-09-05
Save new 'x' and 'y' attribute values when 'line-height' changed.
Tavmjong Bah
1
-0
/
+9
2016-08-05
Split InkAction classes into separate files
Alex Valavanis
1
-1
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-17
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-4
/
+4
2016-04-13
text-toolbar: Gtk+ 3 theming #Hackfest2016
Alex Valavanis
1
-0
/
+18
2016-04-13
Restore ability to set unitless 'line-height'. Hackfest 2016
Tavmjong Bah
1
-31
/
+48
2016-03-30
Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).
Tavmjong Bah
1
-4
/
+6
2016-03-22
Add line-height unit selector to text toolbar.
Tavmjong Bah
1
-14
/
+242
2016-03-18
Reverting 14701.
Tavmjong Bah
1
-67
/
+14
2016-03-18
Revert 14707
Tavmjong Bah
1
-5
/
+3
2016-03-15
Commit to using our stored units for now.
Martin Owens
1
-3
/
+5
2016-03-12
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
1
-14
/
+67
2016-02-20
Clarify meaning of line spacing.
Tavmjong Bah
1
-1
/
+1
2015-11-13
static code analysis
Kris De Gussem
1
-5
/
+5
2015-10-28
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
1
-13
/
+166
2015-04-29
Fix regression: Update default font-family if nothing is selected on canvas.
Tavmjong Bah
1
-4
/
+10
[next]