summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup.Matthew Petroff2013-07-301-6/+0
| | | (bzr r12380.1.52)
* Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-6/+0
| | | (bzr r12380.1.30)
* Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"Matthew Petroff2013-07-171-6/+3
| | | (bzr r12380.1.11)
* Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-1/+1
| | | (bzr r12380.1.8)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-011-3/+3
| | | | | fontspec rather than font). (bzr r12164)
* Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-10/+19
| | | (bzr r12149)
* Move code from text-toolbar to font-lister in preparation to share code with ↵Tavmjong Bah2013-02-171-410/+84
| | | | | font-selector/text-edit. (bzr r12131)
* Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-151-1/+46
| | | (bzr r12129)
* Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-111-93/+2
| | | | | Use functions with font-selector (in Text dialog). (bzr r12116)
* Use update_font_list() in font-lister.cpp. Remove equivalent code in ↵Tavmjong Bah2013-02-091-94/+6
| | | | | | | text-toolbar.cpp. Change separator "tag" from "separatoR" to "#" in attempt to speed up start up. (bzr r12112)
* Better rc matching for text-toolbar font-family drop-down separator. From ↵Tavmjong Bah2013-02-081-1/+1
| | | | | John Smith. (bzr r12107)
* Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah2013-02-071-1/+7
| | | (bzr r12106)
* Add separator between fonts in document and fonts on sytem in font-family ↵Tavmjong Bah2013-02-071-9/+30
| | | | | | | drop-down menu. Separator style depends on GTK theme (may be invisible). (bzr r12105)
* Add fonts (and font-lists) used in document to top of Text tool-bar ↵Tavmjong Bah2013-02-061-18/+195
| | | | | | | font-family drop-down menu. If font is not on system, draws strikethrough on top of font name. (bzr r12104)
* Second try at getting text toolbar properly initialized when there is no ↵Tavmjong Bah2013-02-051-8/+7
| | | | | prefs file. (bzr r12101)
* Only set up text-tool bar if has actually been created. Ensures proper ↵Tavmjong Bah2013-02-041-0/+7
| | | | | initialization after creation. (bzr r12099)
* Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah2013-02-041-17/+16
| | | (bzr r12097)
* add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen2013-02-031-0/+2
| | | (bzr r12095)
* fix crashJohan B. C. Engelen2013-02-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1114243 (bzr r12094)
* Allow simple font style changes even if first font-family in font list is ↵Tavmjong Bah2013-02-021-14/+39
| | | | | not on users system. (bzr r12093)
* Text toolbar will display style options for the first font in a font-family ↵Tavmjong Bah2013-01-311-0/+7
| | | | | list. Also, fix mem leak. (bzr r12082)
* fix crasherJohan B. C. Engelen2012-12-201-3/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1092663 (bzr r11964)
* Made a few user-visible messages translatableAlexandre Prokoudine2012-11-261-2/+2
| | | (bzr r11899)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-5/+5
| | | (bzr r11868)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Fix for 900602 : Enter key returns focus to canvas for Font family selectorJohn Smith2012-09-191-3/+12
| | | (bzr r11676)
* Fix for 168164 : Fix precision of font sizeJohn Smith2012-09-181-3/+6
| | | (bzr r11675)
* Fix for bug #900602 (Switching font with up/down arrows de-selects font list ↵cadabra2012-08-251-2/+2
| | | | | box) (bzr r11622)
* Fix for 168164 : Default text output to pxJohn Smith2012-08-251-1/+1
| | | (bzr r11621)
* Fix for 575831 : font variant drop-down - fix for selection problemJohn Smith2012-08-231-13/+11
| | | (bzr r11617)
* Fix for 168164 : Font size, always output px optionJohn Smith2012-08-211-3/+7
| | | (bzr r11616)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-16/+42
| | | (bzr r11608)
* Fix for 575831 : Add font variant drop-down box to new text toolbarJohn Smith2012-08-041-93/+117
| | | (bzr r11586)
* Fix for 940578 : Max font size in toolbar font chooserJohn Smith2012-07-201-0/+6
| | | (bzr r11558)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-081-0/+1809
(bzr r11346)