summaryrefslogtreecommitdiff
path: root/gdk/gdkapplaunchcontext.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix broken linksBilal Elmoussaoui2021-05-271-1/+1
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-2/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-2/+2
* applaunchcontext: Add property annotationsMatthias Clasen2021-03-111-1/+6
* docs: Rework the gdk docsMatthias Clasen2021-03-111-29/+25
* Replace "gchar" with "char"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+1
* Add missing ownership transfer annotationsEmmanuele Bassi2020-02-261-1/+1
* Add a getter for GdkAppLaunchContext::displayMatthias Clasen2020-02-241-7/+23
* events: reorganize gettersMatthias Clasen2020-02-211-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-8/+0
* More documentation additionsMatthias Clasen2017-12-261-0/+6
* Stop including gdkscreen.hMatthias Clasen2017-11-171-1/+1
* Drop gdk_app_launch_context_set_screenMatthias Clasen2017-10-301-37/+1
* Remove deprecated gdk_app_launch_context_set_displayMatthias Clasen2016-10-251-22/+0
* Remove deprecated gdk_app_launch_context_newMatthias Clasen2016-10-251-17/+0
* applaunchcontext: Ignore screen nameBenjamin Otte2016-10-161-3/+0
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+3
* docs: Use markdown for ulinksWilliam Jon McCann2014-02-041-2/+1
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gdkapplaunchcontext: Add tags to code exampleJavier Jardón2012-01-251-0/+2
* Add deprecation guards for deprecated GdkAppLaunchContext APIMatthias Clasen2010-12-241-2/+2
* Make GdkAppLaunchContext work againMatthias Clasen2010-12-211-0/+50
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-43/+29
* Make GdkAppLaunchContext display-dependentMatthias Clasen2010-12-211-32/+49
* docs: Move documentation to inline comments: gdkapplaunchcontextJavier Jardón2010-11-161-0/+28
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-0/+1
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Typo fixes and small doc improvementsMatthias Clasen2008-12-261-1/+6
* reorder functions to be in standard order, add prototypes and namespace toMichael Natterer2008-10-211-38/+52
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-1/+1
* Improve docsMatthias Clasen2008-08-021-6/+21
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-7/+7
* Remove unneeded includes. (#505411, Kazuki IWAMOTO)Matthias Clasen2007-12-251-3/+0
* gdk/gdkinternals.h #include <gio/gio.h> instead of individual files.Michael Natterer2007-12-141-2/+0
* Add docsMatthias Clasen2007-12-131-1/+78
* Implement GAppLaunchContext in gdk, providing startup notification.Matthias Clasen2007-12-131-0/+186