summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.c
Commit message (Expand)AuthorAgeFilesLines
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-0/+7
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Remove unnecessary checks. (#148175, Morten Welinder)Matthias Clasen2004-07-231-2/+1
* Add additional accessability relations. (#141804, Padraig O'Briain)Matthias Clasen2004-07-221-0/+48
* Don't close the dialog on focus out of the size entry. (#143505, DavidMatthias Clasen2004-06-021-1/+10
* Make Return activate the default button. (#118921)Matthias Clasen2004-05-101-1/+33
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-201-1/+1
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-2/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-6/+14
* If called when fontsel->face is NULL, just return "Sans 10". (#82745,Owen Taylor2002-11-071-2/+9
* Add ::screen-changed signal.Owen Taylor2002-11-071-49/+6
* Deprecation cleanupManish Singh2002-10-091-102/+66
* Minor documentation fixesSoren Sandmann2002-08-101-3/+3
* Update from contents of size entry on focus out. (#76493, LaurisOwen Taylor2002-05-151-0/+16
* Discard configure events from SubstructureNotify. (#81760, Rich Burridge)Owen Taylor2002-05-141-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-9/+63
* Make path arg const, #75653Jonathan Blandford2002-03-251-1/+1
* Don't create ->font_entry, ->font_style_entry at all rather than just notOwen Taylor2002-03-051-2/+18
* Mark <Control>, <Shift>, <Release>, <Alt> for translation.Owen Taylor2002-02-271-2/+2
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-1/+1
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-4/+4
* Select the right item in the family list. (Reported by Mark Patton, PatchOwen Taylor2002-02-181-29/+63
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Show correct size in the size entry.Anders Carlsson2002-01-291-0/+5
* Use gtk_tree_view_set_cursor() instead ofOwen Taylor2002-01-291-14/+28
* Switch over to GtkTreeView from GtkCList. Remove the entries above theOwen Taylor2002-01-291-227/+349
* Mark children as composite. (#66360)Matthias Clasen2002-01-171-0/+7
* don't cast a possible NULL pointer.Tim Janik2002-01-091-1/+1
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-091-2/+2
* Go to the GUP proposed ordering of buttons with [OK] in the lower rightOwen Taylor2001-11-021-10/+9
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-5/+5
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-102/+159
* Use GtkType/GType instead of uint.Alex Larsson2001-09-061-1/+1
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-75/+74
* Get rid of stupid g_return_if_fail on digits greater than 6. If thereHavoc Pennington2001-06-041-8/+6
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-3/+3
* Added properties. Based on patch by Lee Mallabone.Alexander Larsson2001-05-221-0/+103
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-90/+16
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-241-3/+0
* make this somewhat key-navigableHavoc Pennington2001-03-241-17/+25
* fix warningsHavoc Pennington2001-03-241-1/+1
* Check for FreeType using freetype-config, since we can't rely on Xft toOwen Taylor2000-12-201-0/+2
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-3/+6
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-32/+29