summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* a11y: don't shutdown accessibility, so the atk bridge is always validMario Sanchez Prada2013-09-251-2/+0
* Pixel cache: Add no-pixel-cache debug flagAlexander Larsson2013-09-091-1/+2
* Deprecate and hardcode the value of visible-focus settingWilliam Jon McCann2013-07-081-3/+1
* Deprecate and ignore gtk-enable-mnemonics and gtk-auto-mnemonics" propertiesWilliam Jon McCann2013-06-261-17/+9
* GtkPixelCache: Add debug feature to track redrawsAlexander Larsson2013-05-071-1/+2
* Only handle exposes on native window, propagate to children via draw()Alexander Larsson2013-05-071-3/+11
* Add GTK_DEBUG=baselines supportAlexander Larsson2013-04-231-1/+2
* Work around access to global resources without calling gtk_init()Tristan Van Berkom2013-04-081-2/+1
* window: rename functions dealing with mnemonic delayed displayCosimo Cecchi2013-04-021-1/+1
* gtk: gtk_init_with_args allows NULL for parameter_stringChristian Persch2013-03-181-1/+1
* Don't mention gtk_set_locale() in docs; this function does not existFederico Mena Quintero2013-03-071-2/+2
* Rename and clean up gailutilMatthias Clasen2012-12-271-2/+1
* Some renamingMatthias Clasen2012-12-271-1/+1
* gtk: fix scrolling in modal dialogs when event_widget is insensitiveMichael Natterer2012-12-141-1/+1
* gtk: don't let insensitive children eat scroll events when bubbling downMichael Natterer2012-11-221-1/+9
* Bump GLib dependency to 2.35Matthias Clasen2012-11-041-3/+0
* a11y: Fix for -Wmissing-declarationsBenjamin Otte2012-10-021-4/+1
* Shut down a11y when an app shuts downWilliam Jon McCann2012-09-161-0/+5
* window: Add a delay before automatically showing mnemonicsRui Matos2012-08-311-1/+6
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-8/+8
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-3/+2
* debug: Add GTK_DEBUG=no-css-cacheBenjamin Otte2012-05-021-0/+1
* gdk: handle implicit touch grabsCarlos Garnacho2012-03-011-0/+17
* gtk: Add a way to do event captureCarlos Garcia Campos2012-03-011-72/+152
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Only set widget under device on non-virtual crossing eventsCarlos Garnacho2012-02-231-6/+10
* gtkmain: Invoke keysnoopers unconditionallyBenjamin Otte2012-02-011-5/+2
* main: fix a compilation warningCosimo Cecchi2012-01-191-1/+1
* a11y: Invoke key snooper directlyBenjamin Otte2012-01-191-0/+3
* Add Gtk resource file with the default CSS fileAlexander Larsson2012-01-161-0/+3
* API: Deprecate key snoopingBenjamin Otte2012-01-061-0/+6
* Introduce gtkaccelmapprivate.hMatthias Clasen2011-12-191-1/+1
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-34/+6
* gtk: clean up the private horrorMichael Natterer2011-10-221-258/+4
* gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK defineMichael Natterer2011-10-071-0/+47
* GtkComboBox: Add the format-entry-text signal.Tristan Van Berkom2011-10-061-0/+16
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-20/+0
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-0/+20
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+11
* Drop a few more unwanted exportsMatthias Clasen2011-07-091-2/+2
* We're not a module anymoreMatthias Clasen2011-07-051-2/+2
* gtk: Include gail by default, don't build it as a moduleBenjamin Otte2011-07-051-0/+5
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* Some additional auto-mnemonic fixesMatthias Clasen2011-05-061-0/+3
* gtk_init*(): Document that argc/argv can be 0,NULL.Murray Cumming2011-03-051-8/+17
* Extend the mixed-dependency check to modules as wellMatthias Clasen2011-02-081-9/+20
* [GI] Add method annotation for gtk_grab_add and gtk_grab_remove.Laszlo Pandy2011-02-031-2/+2
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-2/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+5
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+3