summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-131-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.
* Code cleanup.Tavmjong Bah2018-04-051-4/+3
|
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Remove unused files.Tavmjong Bah2017-08-011-12/+0
|
* Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-251-6/+0
| | | (bzr r15272)
* Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-251-1/+0
| | | (bzr r15271)
* Make GTK3 width of Text and Font dialog more reasonable.Tavmjong Bah2016-09-011-3/+4
| | | (bzr r15099)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-29/+4
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-29/+4
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
|/ | | (bzr r15025)
* font-selector: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-1/+16
| | | (bzr r14830)
* font-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-27/+15
| | | (bzr r13341.1.151)
* Code cleanup.Liam P. White2014-08-181-4/+2
| | | (bzr r13341.1.145)
* Update to trunk r13525Liam P. White2014-08-171-3/+4
|\ | | | | (bzr r13341.1.142)
| * Similar workaround to r13523 (text&font dialog not appearing quickly)Liam P. White2014-08-171-3/+4
| | | | | | (bzr r13525)
| * Display name of face from font file in Text and Font dialog (as well as ↵Tavmjong Bah2014-06-091-8/+22
| | | | | | | | | | | | | | CSS/Pango name). Partial fix for #165521, #167353, #1008514 (bzr r13414)
* | Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-1/+3
| | | | | | (bzr r13341.1.140)
* | Display name of face from font file in Text and Font dialog (as well as ↵Tavmjong Bah2014-06-091-8/+22
|/ | | | | | | CSS/Pango name). Partial fix for #165521, #167353, #1008514 (bzr r13341.1.54)
* change 0 to NULL for pointersJohan B. C. Engelen2014-03-031-2/+2
| | | (bzr r13102)
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-1/+0
| | | (bzr r12380.1.54)
* Warning cleanup.Jon A. Cruz2013-04-281-1/+1
| | | (bzr r12309)
* Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-011-153/+100
| | | | | fontspec rather than font). (bzr r12164)
* Remove unused variables. Change default preview font size.Tavmjong Bah2013-02-231-8/+1
| | | (bzr r12140)
* Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-111-0/+13
| | | | | Use functions with font-selector (in Text dialog). (bzr r12116)
* Supress Pango error message.Tavmjong Bah2013-02-051-1/+3
| | | (bzr r12103)
* fix crashJohan B. C. Engelen2013-02-031-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1114243 (bzr r12094)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-5/+5
| | | | | christmas\!) (bzr r11986)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-17/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Made a few user-visible messages translatableAlexandre Prokoudine2012-11-261-1/+1
| | | (bzr r11899)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-1/+1
| | | (bzr r11868)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
| | | (bzr r11736)
* Fix for 168164 : gtk 2.22 compile issuesJohn Smith2012-10-031-1/+1
| | | (bzr r11733)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-19/+51
| | | (bzr r11608)
* Fix for 575831 : Add font variant drop-down box to new text toolbarJohn Smith2012-08-041-59/+73
| | | (bzr r11586)
* Fix for 940578 : Max font size in toolbar font chooserJohn Smith2012-07-201-2/+7
| | | (bzr r11558)
* Fix for 1022676 : Font dialog label alignmentJohn Smith2012-07-101-1/+1
| | | (bzr r11535)
* More GtkObject fixesAlex Valavanis2012-05-181-7/+7
| | | (bzr r11382)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+1
| | | (bzr r11309)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+5
| | | (bzr r11213)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+5
| | | (bzr r11204)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-031-5/+24
| | | | | and combo_box fixes (bzr r11140)
* Replace deprecated GtkSignal APIAlex Valavanis2012-03-121-6/+7
| | | (bzr r11071)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-161-0/+1
| | | (bzr r10989)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-1/+1
| | | (bzr r10959)
* More GSEAL stuffAlex Valavanis2012-01-141-1/+1
| | | (bzr r10887)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-1/+1
|\ | | | | (bzr r10401)