index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
text-toolbar.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed includes for tools.
Markus Engel
2014-03-02
1
-37
/
+24
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
1
-6
/
+6
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-2
/
+2
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-4
/
+4
*
Enable unit evaluation in toolbars.
Matthew Petroff
2013-09-15
1
-0
/
+6
*
Cleanup.
Matthew Petroff
2013-07-30
1
-6
/
+0
*
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.
Matthew Petroff
2013-07-19
1
-6
/
+0
*
Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"
Matthew Petroff
2013-07-17
1
-6
/
+3
*
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
2013-07-09
1
-1
/
+1
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-3
/
+1
*
Convert font-selector, text-edit, glyphs to use updated font-lister (use font...
Tavmjong Bah
2013-03-01
1
-3
/
+3
*
Fix for font-family scrolling in text-tool tool-controls (bug 1122553).
Tavmjong Bah
2013-02-24
1
-10
/
+19
*
Move code from text-toolbar to font-lister in preparation to share code with ...
Tavmjong Bah
2013-02-17
1
-410
/
+84
*
Selection based on font-family via icon in text-toolbar font-family entry box.
Tavmjong Bah
2013-02-15
1
-1
/
+46
*
Move cell_data_func and separator_func from text-toolbar to font-lister.
Tavmjong Bah
2013-02-11
1
-93
/
+2
*
Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...
Tavmjong Bah
2013-02-09
1
-94
/
+6
*
Better rc matching for text-toolbar font-family drop-down separator. From Joh...
Tavmjong Bah
2013-02-08
1
-1
/
+1
*
Widen the separator in font-family drop-down so it is visible in more themes.
Tavmjong Bah
2013-02-07
1
-1
/
+7
*
Add separator between fonts in document and fonts on sytem in font-family dro...
Tavmjong Bah
2013-02-07
1
-9
/
+30
*
Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...
Tavmjong Bah
2013-02-06
1
-18
/
+195
*
Second try at getting text toolbar properly initialized when there is no pref...
Tavmjong Bah
2013-02-05
1
-8
/
+7
*
Only set up text-tool bar if has actually been created. Ensures proper initia...
Tavmjong Bah
2013-02-04
1
-0
/
+7
*
Better fix for 1114243, crash on launch with default prefs from stable
Tavmjong Bah
2013-02-04
1
-17
/
+16
*
add todo comment for fixing fontstyle fall-back behaviour
Johan B. C. Engelen
2013-02-03
1
-0
/
+2
*
fix crash
Johan B. C. Engelen
2013-02-03
1
-1
/
+1
*
Allow simple font style changes even if first font-family in font list is not...
Tavmjong Bah
2013-02-02
1
-14
/
+39
*
Text toolbar will display style options for the first font in a font-family l...
Tavmjong Bah
2013-01-31
1
-0
/
+7
*
fix crasher
Johan B. C. Engelen
2012-12-20
1
-3
/
+6
*
Made a few user-visible messages translatable
Alexandre Prokoudine
2012-11-26
1
-2
/
+2
*
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
2012-11-11
1
-5
/
+5
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
1
-2
/
+2
*
Fix for 900602 : Enter key returns focus to canvas for Font family selector
John Smith
2012-09-19
1
-3
/
+12
*
Fix for 168164 : Fix precision of font size
John Smith
2012-09-18
1
-3
/
+6
*
Fix for bug #900602 (Switching font with up/down arrows de-selects font list ...
cadabra
2012-08-25
1
-2
/
+2
*
Fix for 168164 : Default text output to px
John Smith
2012-08-25
1
-1
/
+1
*
Fix for 575831 : font variant drop-down - fix for selection problem
John Smith
2012-08-23
1
-13
/
+11
*
Fix for 168164 : Font size, always output px option
John Smith
2012-08-21
1
-3
/
+7
*
Fix for 168164 : Font sizes in points option
John Smith
2012-08-16
1
-16
/
+42
*
Fix for 575831 : Add font variant drop-down box to new text toolbar
John Smith
2012-08-04
1
-93
/
+117
*
Fix for 940578 : Max font size in toolbar font chooser
John Smith
2012-07-20
1
-0
/
+6
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
1
-0
/
+2
*
Build with GDK_DISABLE_DEPRECATED for Gtk+ 2
Alex Valavanis
2012-05-28
1
-1
/
+1
*
Fix for 986446 : Refactor toolbox into tool specific files
John Smith
2012-05-08
1
-0
/
+1809