summaryrefslogtreecommitdiff
path: root/gtk/queryimmodules.c
Commit message (Expand)AuthorAgeFilesLines
* queryimmodules: Fix compiler warningsMatthias Clasen2015-06-021-1/+0
* gtk: Add deprecation guards for newest pango deprecationsBenjamin Otte2015-05-281-0/+2
* queryimmodules: Localize suppressed deprecationMatthias Clasen2014-05-021-2/+4
* build: Remove now-unused GTK_DISABLE_DEPRECATED undefsBenjamin Otte2012-05-011-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* queryimmodules: Actually fix deprecation warningsBenjamin Otte2011-11-091-6/+2
* queryimmodules: Disable deprecaion warnings for deprecated headerBenjamin Otte2011-11-081-0/+7
* immodule: Fix includesBenjamin Otte2011-11-081-0/+1
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* Silence new gcc warningsMatthias Clasen2011-01-231-6/+0
* Let query utilities update the cache file directlyMatthias Clasen2010-05-171-36/+61
* Move the module cache files below libdirMatthias Clasen2010-05-171-59/+59
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-4/+14
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-1/+0
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* print out the version and binary name in the header comment. ProblemJonathan Blandford2004-12-221-2/+7
* Copy code from queryloaders.c which turns backslashes in slashes on win32.Matthias Clasen2004-09-141-0/+8
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Don't look at the same directory twice (in simple cases). (#120342)Noah Levitt2003-08-201-15/+22
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-5/+4
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-7/+7
* escape_string() only takes one argjacob berkman2002-07-311-1/+1
* Avoid using g_strescape(), since it mangles UTF-8, (#89479, Yao Zhang.)Owen Taylor2002-07-311-1/+29
* new fileHans Breuer2002-02-271-2/+2
* gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-051-4/+4
* close comment.Sven Neumann2001-12-051-1/+1
* make it compile with msvc: !HAVE_UNISTD_H; no label without op, even ifHans Breuer2001-11-181-12/+11
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-2/+2
* Make parent_class static.Owen Taylor2000-11-121-0/+170