summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-9/+9
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-11/+11
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-7/+14
* docs: use apostrophe in *'veWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-10/+10
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: don't use <replaceable>William Jon McCann2014-02-041-1/+1
* docs: don't use <parameter> tagsWilliam Jon McCann2014-02-041-6/+6
* docs: use ` instead of <literal>William Jon McCann2014-02-041-3/+3
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-3/+3
* docs: don't use <application> tagsWilliam Jon McCann2014-02-041-4/+4
* docs: don't use <option>William Jon McCann2014-02-041-3/+3
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-9/+6
* Docs: Don't use note elementsMatthias Clasen2014-02-021-4/+0
* Docs: Use markdown for listsMatthias Clasen2014-02-021-45/+27
* docs: remove spurious paraWilliam Jon McCann2014-02-011-2/+2
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-2/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-4/+4
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-6/+6
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* docs: use () instead of <function> tagsWilliam Jon McCann2014-01-271-1/+1
* gtkmain: Let windows handle WM-related events before delivering to the grab_w...Carlos Garnacho2014-01-221-0/+6
* docs/comments: Fix spelling of 'explicitly'Volker Sobek2014-01-181-1/+1
* Gettext comment for "default:LTR" must be before the stringJehan2013-12-101-3/+3
* Add a function to determine the text directionMatthias Clasen2013-12-101-12/+49
* 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