summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah1-509/+0
Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style.
2018-04-05Code cleanup.Tavmjong Bah1-4/+3
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-08-01Remove unused files.Tavmjong Bah1-12/+0
2016-11-25Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah1-6/+0
(bzr r15272)
2016-11-25Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah1-1/+0
(bzr r15271)
2016-10-03Fix merge bugsJabier Arraiza Cenoz1-7/+0
(bzr r15017.1.36)
2016-09-01Make GTK3 width of Text and Font dialog more reasonable.Tavmjong Bah1-3/+4
(bzr r15099)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-29/+4
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
(bzr r15025)
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-25/+1
(bzr r15017.1.2)
2016-04-13font-selector: Gtk+ 3 theming #Hackfest2016Alex Valavanis1-1/+16
(bzr r14830)
2014-10-15LiamW's initial font caching work.Tavmjong Bah1-1/+3
(bzr r13616.1.1)
2014-08-23font-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-27/+15
(bzr r13341.1.151)
2014-08-18Code cleanup.Liam P. White1-4/+2
(bzr r13341.1.145)
2014-08-17Similar workaround to r13523 (text&font dialog not appearing quickly)Liam P. White1-3/+4
(bzr r13525)
2014-08-17Merge in font-speedup branch to improve launch timesLiam P. White1-1/+3
(bzr r13341.1.140)
2014-06-09Display name of face from font file in Text and Font dialog (as well as ↵Tavmjong Bah1-8/+22
CSS/Pango name). Partial fix for #165521, #167353, #1008514 (bzr r13414)
2014-06-09Display name of face from font file in Text and Font dialog (as well as ↵Tavmjong Bah1-8/+22
CSS/Pango name). Partial fix for #165521, #167353, #1008514 (bzr r13341.1.54)
2014-03-03change 0 to NULL for pointersJohan B. C. Engelen1-2/+2
(bzr r13102)
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-1/+0
(bzr r12380.1.54)
2013-04-28Warning cleanup.Jon A. Cruz1-1/+1
(bzr r12309)
2013-03-01Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah1-153/+100
fontspec rather than font). (bzr r12164)
2013-02-23Remove unused variables. Change default preview font size.Tavmjong Bah1-8/+1
(bzr r12140)
2013-02-11Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah1-0/+13
Use functions with font-selector (in Text dialog). (bzr r12116)
2013-02-05Supress Pango error message.Tavmjong Bah1-1/+3
(bzr r12103)
2013-02-03fix crashJohan B. C. Engelen1-0/+4
Fixed bugs: - https://launchpad.net/bugs/1114243 (bzr r12094)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-5/+5
christmas\!) (bzr r11986)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-17/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-11-26Made a few user-visible messages translatableAlexandre Prokoudine1-1/+1
(bzr r11899)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-1/+1
(bzr r11868)
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-1/+1
(bzr r11736)
2012-10-03Fix for 168164 : gtk 2.22 compile issuesJohn Smith1-1/+1
(bzr r11733)
2012-08-16Fix for 168164 : Font sizes in points optionJohn Smith1-19/+51
(bzr r11608)
2012-08-04Fix for 575831 : Add font variant drop-down box to new text toolbarJohn Smith1-59/+73
(bzr r11586)
2012-07-20Fix for 940578 : Max font size in toolbar font chooserJohn Smith1-2/+7
(bzr r11558)
2012-07-10Fix for 1022676 : Font dialog label alignmentJohn Smith1-1/+1
(bzr r11535)
2012-05-18More GtkObject fixesAlex Valavanis1-7/+7
(bzr r11382)
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-1/+1
(bzr r11309)
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+5
(bzr r11213)
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+5
(bzr r11204)
2012-04-03Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith1-5/+24
and combo_box fixes (bzr r11140)
2012-03-12Replace deprecated GtkSignal APIAlex Valavanis1-6/+7
(bzr r11071)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
(bzr r11030)
2012-02-16Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith1-0/+1
(bzr r10989)
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-1/+1
(bzr r10959)
2012-01-14More GSEAL stuffAlex Valavanis1-1/+1
(bzr r10887)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)