index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
widget
/
combo-box-entry-tool-item.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-11
Reduce memory leak on editing text, etc.
Nathan Lee
1
-0
/
+3
2019-09-12
Fix non changing value on combobox. This can also be used in other toolbars
Jabier Arraiza
1
-0
/
+8
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-06-12
Update comments to match reality.
Tavmjong Bah
1
-2
/
+2
2019-06-07
ComboBoxEntryToolItem: Add tooltip support (Fix issue #290)
Alexander Valavanis
1
-1
/
+1
2019-06-05
Finish TextToolbar migration
Alexander Valavanis
1
-1
/
+2
2019-06-05
TextToolbar: Migrate FontSize widget
Alexander Valavanis
1
-7
/
+5
2019-06-04
ComboBoxToolItem: Rebase on ToolItem
Alexander Valavanis
1
-46
/
+39
2019-05-29
Hackfest 2019: C++ify ComboBoxEntryAction
Alexander Valavanis
1
-564
/
+292
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-30
/
+30
2018-06-12
Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...
Emmanuel Gil Peyrot
1
-1
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-14
/
+0
2016-04-13
ink-comboboxentry-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+18
2014-10-05
Move GtkAction subclasses to widgets/
Liam P. White
1
-1
/
+1
2014-08-17
Merge in font-speedup branch to improve launch times
Liam P. White
1
-7
/
+11
2014-08-17
Work around for upstream GTK bug #734915 (speeds launch times)
Liam P. White
1
-7
/
+9
2014-06-05
Make family-name comparisons case insensitive.
Tavmjong Bah
1
-7
/
+21
2014-06-05
Make family-name comparisons case insensitive.
Tavmjong Bah
1
-7
/
+21
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-17
/
+3
2013-02-24
Fix for font-family scrolling in text-tool tool-controls (bug 1122553).
Tavmjong Bah
1
-5
/
+21
2013-02-23
Get text from selected row rather than from entry box.
Tavmjong Bah
1
-9
/
+14
2013-02-23
Noop: simplify some variable names.
Tavmjong Bah
1
-73
/
+73
2013-02-15
Selection based on font-family via icon in text-toolbar font-family entry box.
Tavmjong Bah
1
-19
/
+108
2013-02-11
Move cell_data_func and separator_func from text-toolbar to font-lister.
Tavmjong Bah
1
-2
/
+2
2013-02-07
Add separator between fonts in document and fonts on sytem in font-family dro...
Tavmjong Bah
1
-1
/
+27
2013-02-06
Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...
Tavmjong Bah
1
-11
/
+23
2013-02-02
Text-Toolbar font-family entry-box warning-icon tooltip now includes list of ...
Tavmjong Bah
1
-29
/
+38
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-35
/
+9
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2013-01-04
ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
Alex Valavanis
1
-9
/
+1
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-09-19
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
John Smith
1
-1
/
+1
2012-09-19
Fix for 900602 : Enter key returns focus to canvas for Font family selector
John Smith
1
-2
/
+67
2012-08-16
Fix for 168164 : Font sizes in points option
John Smith
1
-0
/
+11
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+8
2012-01-02
Replace more GtkComboBoxEntry usage
Alex Valavanis
1
-8
/
+19
2011-08-09
Remove unused variable.
Jon A. Cruz
1
-1
/
+0
2011-07-23
Don't flag a comma separted list of fonts in the font-family entry box
Tavmjong Bah
1
-2
/
+46
2011-07-03
GTK+ cleanup: gtk_action_connect_proxy
Alex Valavanis
1
-1
/
+1
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-3
/
+0
2011-05-20
Reinstating version bump.
Jon A. Cruz
1
-27
/
+0
2011-05-19
Revert version bump so win devlibs can catch up.
Jon A. Cruz
1
-0
/
+27
2011-05-18
Made dependencies explicit and bumped versions.
Jon A. Cruz
1
-27
/
+0
2010-12-06
Fix missing warning icon for missing font on text toolbar.
Jon A. Cruz
1
-3
/
+16
2010-04-27
inkscape-comboboxentry-action:
Tavmjong Bah
1
-14
/
+70
[next]