Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fontcombobox.py
Commit message (Collapse)AuthorAgeFilesLines
* The font widgets should not catch focusGonzalo Odiard2013-08-051-0/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve controls on FontSize.set_font_size()Gonzalo Odiard2013-06-111-0/+17
| | | | | | | The method is not used in Paint yet, but used in other activities like Write. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Interchange buttons in FontSize widgetGonzalo Odiard2013-06-111-15/+16
| | | | | | | Is more intuitive have the button to shrink at left, and the button to enlarge at right. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix vertical size of the FontSize widgetGonzalo Odiard2013-06-111-6/+9
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add widget to change font sizeGonzalo Odiard2013-06-101-1/+88
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* FontComboBox updatedGonzalo Odiard2013-06-101-33/+165
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial version of port to gtk3Gonzalo Odiard2012-08-101-14/+15
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use FontComboBox, allow the user preview the font in the combo.Gonzalo Odiard2012-04-181-0/+65
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>