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
/
font-selector.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-13
Replace C FontSelector by C++ FontSelector.
Tavmjong Bah
1
-509
/
+0
2018-04-05
Code cleanup.
Tavmjong Bah
1
-4
/
+3
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-08-01
Remove unused files.
Tavmjong Bah
1
-12
/
+0
2016-11-25
Remove deprecated GtkWidget-separator-height, ignored as of 3.20.
Tavmjong Bah
1
-6
/
+0
2016-11-25
Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.
Tavmjong Bah
1
-1
/
+0
2016-10-03
Fix merge bugs
Jabier Arraiza Cenoz
1
-7
/
+0
2016-09-01
Make GTK3 width of Text and Font dialog more reasonable.
Tavmjong Bah
1
-3
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-29
/
+4
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-07-24
Add Text tag and update widgets code
Jabier Arraiza Cenoz
1
-25
/
+1
2016-04-13
font-selector: Gtk+ 3 theming #Hackfest2016
Alex Valavanis
1
-1
/
+16
2014-10-15
LiamW's initial font caching work.
Tavmjong Bah
1
-1
/
+3
2014-08-23
font-selector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
1
-27
/
+15
2014-08-18
Code cleanup.
Liam P. White
1
-4
/
+2
2014-08-17
Similar workaround to r13523 (text&font dialog not appearing quickly)
Liam P. White
1
-3
/
+4
2014-08-17
Merge in font-speedup branch to improve launch times
Liam P. White
1
-1
/
+3
2014-06-09
Display name of face from font file in Text and Font dialog (as well as CSS/P...
Tavmjong Bah
1
-8
/
+22
2014-06-09
Display name of face from font file in Text and Font dialog (as well as CSS/P...
Tavmjong Bah
1
-8
/
+22
2014-03-03
change 0 to NULL for pointers
Johan B. C. Engelen
1
-2
/
+2
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-1
/
+0
2013-04-28
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2013-03-01
Convert font-selector, text-edit, glyphs to use updated font-lister (use font...
Tavmjong Bah
1
-153
/
+100
2013-02-23
Remove unused variables. Change default preview font size.
Tavmjong Bah
1
-8
/
+1
2013-02-11
Move cell_data_func and separator_func from text-toolbar to font-lister.
Tavmjong Bah
1
-0
/
+13
2013-02-05
Supress Pango error message.
Tavmjong Bah
1
-1
/
+3
2013-02-03
fix crash
Johan B. C. Engelen
1
-0
/
+4
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-5
/
+5
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-17
/
+0
2012-11-26
Made a few user-visible messages translatable
Alexandre Prokoudine
1
-1
/
+1
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-1
/
+1
2012-10-04
code cleanup: make more functions static or include their own headers.
Campbell Barton
1
-1
/
+1
2012-10-03
Fix for 168164 : gtk 2.22 compile issues
John Smith
1
-1
/
+1
2012-08-16
Fix for 168164 : Font sizes in points option
John Smith
1
-19
/
+51
2012-08-04
Fix for 575831 : Add font variant drop-down box to new text toolbar
John Smith
1
-59
/
+73
2012-07-20
Fix for 940578 : Max font size in toolbar font chooser
John Smith
1
-2
/
+7
2012-07-10
Fix for 1022676 : Font dialog label alignment
John Smith
1
-1
/
+1
2012-05-18
More GtkObject fixes
Alex Valavanis
1
-7
/
+7
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-1
/
+1
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+5
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+5
2012-04-03
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-5
/
+24
2012-03-12
Replace deprecated GtkSignal API
Alex Valavanis
1
-6
/
+7
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-16
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
John Smith
1
-0
/
+1
2012-02-11
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
1
-1
/
+1
2012-01-14
More GSEAL stuff
Alex Valavanis
1
-1
/
+1
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
[next]