summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkfont-x11.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused gdk_font_charset_for_locale() function.Manish Singh2004-08-261-37/+0
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Remove unused variable 'result'Soeren Sandmann2004-02-021-2/+0
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-34/+2
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+9
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-0/+2
* Reformulate doc comments to work around gtk-doc limitations.Matthias Clasen2002-11-081-2/+2
* More doc comments moved inline.Matthias Clasen2002-11-011-0/+79
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-1/+1
* Fix problem with wrong depth being used. (#89941, Jacob Berkman.) RemoveOwen Taylor2002-08-051-1/+1
* Renames:Owen Taylor2002-06-201-1/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-25/+0
* Doc updates.Matthias Clasen2002-05-021-0/+37
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-52/+139
* add more explanatory text to the error message about missing charsets, andHavoc Pennington2002-03-231-2/+5
* Update to new Pango API.Alex Larsson2001-11-191-1/+1
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-0/+24
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-0/+30
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* font charset is iso8859-1, not iso-8859-1.Owen Taylor2000-07-031-2/+3
* Use g_get_charset() instead of g_get_codeset().Owen Taylor2000-07-031-3/+4
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+90
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+1
* Merges from gtk-1-2Owen Taylor2000-03-141-2/+2
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-343/+72
* StartedOwen Taylor1999-10-011-1/+1
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-8/+99
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-101-12/+22
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-211-2/+2
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-1/+0
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-0/+74
* Corrections to computation of extents of text from a font set. (fromOwen Taylor1998-12-121-4/+4
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-0/+106
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-2/+2
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-0/+86
* Added functions gdk_text_height, gdk_string_height, gdk_char_height toStefan Jeske1998-06-251-0/+68
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-9/+9
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Don't clear the window on an expose event. On draws, just clear theOwen Taylor1998-03-281-5/+14
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-221-1/+4
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-26/+21
* Initial revisionElliot Lee1997-11-241-0/+379