| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge 'writing-modes' branch. | Tavmjong Bah | 2015-11-24 | 1 | -13/+166 | |
| |\ | | | | | (bzr r14487) | |||||
| | * | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 2015-10-28 | 1 | -13/+166 | |
| | | | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1) | |||||
| * | | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -5/+5 | |
| |/ | | | (bzr r14464) | |||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+10 | |
| |\ | | | | | (bzr r13922.1.19) | |||||
| | * | Fix regression: Update default font-family if nothing is selected on canvas. | Tavmjong Bah | 2015-04-29 | 1 | -4/+10 | |
| | | | | | | | (bzr r14072) | |||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 | |
| | | | | | | | (bzr r13922.1.11) | |||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 | |
| | | | | | | | (bzr r13922.1.10) | |||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -11/+11 | |
| | | | | | | | (bzr r13922.1.5) | |||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -17/+17 | |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| * | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 2014-12-24 | 1 | -76/+63 | |
| | | | | (bzr r13822.1.2) | |||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -16/+16 | |
| | | | | (bzr r13820) | |||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -8/+8 | |
| | | | | (bzr r13809) | |||||
| * | Move GtkAction subclasses to widgets/ | Liam P. White | 2014-10-05 | 1 | -4/+4 | |
| | | | | (bzr r13341.1.249) | |||||
| * | Merge in font-speedup branch to improve launch times | Liam P. White | 2014-08-17 | 1 | -4/+6 | |
| | | | | (bzr r13341.1.140) | |||||
| * | Further fixes related to bug #1327267, toolbars don't need to update when ↵ | Liam P. White | 2014-08-10 | 1 | -1/+1 | |
| | | | | | | their context is not in use (bzr r13341.1.126) | |||||
| * | Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs) | Liam P. White | 2014-08-06 | 1 | -20/+25 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1327267 (bzr r13497) | |||||
| * | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 1 | -0/+1 | |
| | | | | (bzr r13402) | |||||
| * | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 1 | -12/+11 | |
| | | | | (bzr r13300) | |||||
| * | Restore ability to insert a font-family that is not on system or a ↵ | Tavmjong Bah | 2014-04-22 | 1 | -0/+7 | |
| | | | | | | font-fallback list. (bzr r13296) | |||||
| * | Fixed includes for tools. | Markus Engel | 2014-03-02 | 1 | -37/+24 | |
| | | | | (bzr r13097) | |||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 1 | -6/+6 | |
| | | | | (bzr r12868) | |||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -2/+2 | |
| | | | | (bzr r12785) | |||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -4/+4 | |
| | | | | (bzr r12782) | |||||
| * | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 1 | -0/+6 | |
| | | | | (bzr r12475.1.22) | |||||
| * | Cleanup. | Matthew Petroff | 2013-07-30 | 1 | -6/+0 | |
| | | | | (bzr r12380.1.52) | |||||
| * | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. | Matthew Petroff | 2013-07-19 | 1 | -6/+0 | |
| | | | | (bzr r12380.1.30) | |||||
| * | Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp" | Matthew Petroff | 2013-07-17 | 1 | -6/+3 | |
| | | | | (bzr r12380.1.11) | |||||
| * | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -1/+1 | |
| | | | | (bzr r12380.1.8) | |||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -3/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| * | Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵ | Tavmjong Bah | 2013-03-01 | 1 | -3/+3 | |
| | | | | | | fontspec rather than font). (bzr r12164) | |||||
| * | Fix for font-family scrolling in text-tool tool-controls (bug 1122553). | Tavmjong Bah | 2013-02-24 | 1 | -10/+19 | |
| | | | | (bzr r12149) | |||||
| * | Move code from text-toolbar to font-lister in preparation to share code with ↵ | Tavmjong Bah | 2013-02-17 | 1 | -410/+84 | |
| | | | | | | font-selector/text-edit. (bzr r12131) | |||||
| * | Selection based on font-family via icon in text-toolbar font-family entry box. | Tavmjong Bah | 2013-02-15 | 1 | -1/+46 | |
| | | | | (bzr r12129) | |||||
| * | Move cell_data_func and separator_func from text-toolbar to font-lister. | Tavmjong Bah | 2013-02-11 | 1 | -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 Bah | 2013-02-09 | 1 | -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 Bah | 2013-02-08 | 1 | -1/+1 | |
| | | | | | | John Smith. (bzr r12107) | |||||
| * | Widen the separator in font-family drop-down so it is visible in more themes. | Tavmjong Bah | 2013-02-07 | 1 | -1/+7 | |
| | | | | (bzr r12106) | |||||
| * | Add separator between fonts in document and fonts on sytem in font-family ↵ | Tavmjong Bah | 2013-02-07 | 1 | -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 Bah | 2013-02-06 | 1 | -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 Bah | 2013-02-05 | 1 | -8/+7 | |
| | | | | | | prefs file. (bzr r12101) | |||||
| * | Only set up text-tool bar if has actually been created. Ensures proper ↵ | Tavmjong Bah | 2013-02-04 | 1 | -0/+7 | |
| | | | | | | initialization after creation. (bzr r12099) | |||||
| * | Better fix for 1114243, crash on launch with default prefs from stable | Tavmjong Bah | 2013-02-04 | 1 | -17/+16 | |
| | | | | (bzr r12097) | |||||
| * | add todo comment for fixing fontstyle fall-back behaviour | Johan B. C. Engelen | 2013-02-03 | 1 | -0/+2 | |
| | | | | (bzr r12095) | |||||
| * | fix crash | Johan B. C. Engelen | 2013-02-03 | 1 | -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 Bah | 2013-02-02 | 1 | -14/+39 | |
| | | | | | | not on users system. (bzr r12093) | |||||
| * | Text toolbar will display style options for the first font in a font-family ↵ | Tavmjong Bah | 2013-01-31 | 1 | -0/+7 | |
| | | | | | | list. Also, fix mem leak. (bzr r12082) | |||||
| * | fix crasher | Johan B. C. Engelen | 2012-12-20 | 1 | -3/+6 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1092663 (bzr r11964) | |||||
| * | Made a few user-visible messages translatable | Alexandre Prokoudine | 2012-11-26 | 1 | -2/+2 | |
| | | | | (bzr r11899) | |||||
| * | Replace remaining C-style pointer casts for src/widgets | Alex Valavanis | 2012-11-11 | 1 | -5/+5 | |
| | | | | (bzr r11868) | |||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -2/+2 | |
| | | | | (bzr r11736) | |||||
