summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix keyboard shortcuts for changing line spacing.Tavmjong Bah2017-08-091-59/+123
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-0/+287
* Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-241-231/+168
* Fix 'direction' gui.Tavmjong Bah2017-07-051-5/+3
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+1
* Don't block data entry into the text-tool font-size entry widget after an emp...Tavmjong Bah2017-02-241-0/+1
* Fix g_warnings (typo in action name).Tavmjong Bah2017-02-081-1/+1
* Add GUI support for 'direction' property (right to left vs. left to right text).Tavmjong Bah2017-02-021-0/+103
* Fix line-height conversions between no unit and 'em' unit.Tavmjong Bah2017-02-021-1/+4
* Enable setting of default 'font-style'.Tavmjong Bah2017-02-021-4/+16
* Prevent display units from effecting 'line-height' unit.Tavmjong Bah2017-02-011-21/+15
* increased space for font-size.Marc Jeanmougin2017-01-041-3/+3
* Add option to unset 'line-height' (as well as determine where it is set).Tavmjong Bah2016-12-111-3/+45
* Fix line-height when converting between different units for flowed text.Tavmjong Bah2016-12-101-2/+2
* Correct outer text style input for non-px based files.Tavmjong Bah2016-12-101-6/+28
* Add button to access outer text style ('font-size', 'line-height'). These det...Tavmjong Bah2016-12-091-13/+83
* Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-251-3/+0
* Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-251-1/+0
* [Bug #1630635] Wrong tool tip for new text line height setting.marenhachmann2016-10-121-11/+11
* Extract a function - is_query_style_updateable.Shlomi Fish2016-10-021-1/+2
* Fix history handling for previous commit.Tavmjong Bah2016-09-051-3/+4
* Save new 'x' and 'y' attribute values when 'line-height' changed.Tavmjong Bah2016-09-051-0/+9
* Merged trunkAdrian Boguszewski2016-08-091-18/+4
|\
| * Split InkAction classes into separate filesAlex Valavanis2016-08-051-1/+2
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-17/+2
| |\
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-17/+2
* | | Merged trunkAdrian Boguszewski2016-08-031-6/+1
|\| |
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| |/
* | Added items as a range functionAdrian Boguszewski2016-07-031-10/+10
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-4/+4
|/
* text-toolbar: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-0/+18
* Restore ability to set unitless 'line-height'. Hackfest 2016Tavmjong Bah2016-04-131-31/+48
* Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah2016-03-301-4/+6
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-14/+242
* Reverting 14701.Tavmjong Bah2016-03-181-67/+14
* Revert 14707Tavmjong Bah2016-03-181-5/+3
* Commit to using our stored units for now.Martin Owens2016-03-151-3/+5
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-14/+67
* Clarify meaning of line spacing.Tavmjong Bah2016-02-201-1/+1
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-241-13/+166
|\
| * Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-13/+166
* | static code analysisKris De Gussem2015-11-131-5/+5
|/
* updated with trunkMarc Jeanmougin2015-04-291-4/+10
|\
| * Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah2015-04-291-4/+10
* | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-4/+4
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+11
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-17/+17
|/