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