summaryrefslogtreecommitdiff
path: root/gtk/gtkmodules.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused codeMatthias Clasen2018-02-181-74/+0
* Move the mixed module check functionMatthias Clasen2018-02-181-28/+0
* Remove gtkmodules.hMatthias Clasen2018-02-181-1/+0
* Stop loading modulesMatthias Clasen2018-02-181-317/+0
* Stop using settings for modulesMatthias Clasen2018-02-181-64/+0
* modules: Avoid GdkScreen apiMatthias Clasen2017-10-301-7/+2
* gtk: Avoid using gdk_screen_get_settingMatthias Clasen2017-10-301-5/+3
* modules: Add a check for GTK3 symbolsBenjamin Otte2016-11-201-0/+2
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-2/+2
* Stop using pango_split_file_listMatthias Clasen2016-03-261-7/+4
* Don't use g_print for debug outputMatthias Clasen2016-02-281-6/+6
* gdk: Deprecate gdk_display_get_screenRobert Ancell2015-10-271-2/+2
* gtk: Add deprecation guards for newest pango deprecationsBenjamin Otte2015-05-281-0/+4
* Revert "Add private api to load a single module"Matthias Clasen2014-05-141-7/+0
* Add private api to load a single moduleMatthias Clasen2014-05-101-0/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* gdk: Remove new gdk_display_manager_peek() APIBenjamin Otte2013-05-021-11/+8
* gtk: Simplify code for reduced screen countBenjamin Otte2013-04-061-24/+13
* Make gtk_init_check work as expectedMatthias Clasen2013-03-231-19/+23
* gtk: Always load the atk-bridgeBastien Nocera2012-06-151-2/+3
* Don't load binary modules from the home directory by defaultWilliam Jon McCann2012-04-301-14/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-021-1/+0
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+27
* gtk: clean up the private horrorMichael Natterer2011-10-221-2/+3
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* Fix module blacklistingMatthias Clasen2011-09-231-0/+2
* gtkmodules: don't append NULL to module list for blacklisted moduleDan Winship2011-09-081-1/+1
* Make the gail blacklisting more quietMatthias Clasen2011-09-051-6/+12
* modules: Blacklist gailBenjamin Otte2011-07-061-1/+20
* Extend the mixed-dependency check to modules as wellMatthias Clasen2011-02-081-6/+21
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-3/+3
* Fix casting problem in gmodule code.Brian Cameron2009-04-241-2/+9
* Add some debug output.Matthias Clasen2008-10-041-0/+2
* Bug 552153 – GtkModules loading with XSettings doesn't work if theCosimo Cecchi2008-09-131-5/+7
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-2/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* 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
* added missing \n to g_print() in GTK_NOTE().Michael Natterer2007-09-041-2/+2
* Set default_display_opened before loading modules. (#393102, BrianMatthias Clasen2007-01-081-0/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-0/+1
* Use local binding when loading modules. (#351868)Matthias Clasen2006-08-261-1/+1
* revert a change that causes a11y regressions in OOoMatthias Clasen2006-08-171-1/+1
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-161-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+3