summaryrefslogtreecommitdiff
path: root/gdk/gdkframeclock.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove gdkinternals.hBenjamin Otte2021-09-241-1/+0
* Docs: TweaksMatthias Clasen2021-06-051-3/+3
* doc: Syntax fixesMatthias Clasen2021-05-251-1/+1
* docs: Rework the gdk docsMatthias Clasen2021-03-111-108/+113
* docs: Tweak frame clock docsMatthias Clasen2020-10-291-4/+4
* Add gdk_frame_clock_get_fpsMatthias Clasen2020-09-131-5/+12
* Port tracing to the sysprof collector apiMatthias Clasen2020-08-211-17/+22
* docs: Clean up dangling links in gdk docsMatthias Clasen2020-08-051-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-4/+4
* frame-clock: New approach in smoothing frame clockAlexander Larsson2020-05-281-1/+8
* frame clock: Use compositor refresh rate info even if presentation time not setAlexander Larsson2020-05-281-10/+15
* frame clock: Used drawn_time (as well as presentation time) in profiler marks.Alexander Larsson2020-05-281-4/+8
* FrameClock debug: Log drawn_time if setAlexander Larsson2020-05-281-0/+2
* profile: Use separate names for frameclock marks instead of using detailsAlexander Larsson2020-02-121-4/+4
* profiler: Clean up profiler marks for frameclockAlexander Larsson2020-02-121-20/+0
* profiler: Add _end_mark() version of _add_mark()Alexander Larsson2020-02-121-28/+7
* profiler: Make profiler-is-running a macroAlexander Larsson2020-02-121-7/+7
* Convert all profiler times from nsec to usecAlexander Larsson2020-02-121-9/+9
* frameclock: cosmeticsMatthias Clasen2020-02-051-37/+41
* More profiler reshufflingMatthias Clasen2020-01-221-20/+1
* frame clock: Redo the profiler marksMatthias Clasen2020-01-221-1/+51
* gdk/frameclock: Make surfaces inhibit freezeJonas Ådahl2019-07-031-2/+44
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-14/+7
* Redo frame profilingMatthias Clasen2019-05-161-0/+109
* docs: Its just GTK nowMatthias Clasen2019-02-241-4/+4
* g-i: Add transfer none annotations for frame clock timings gettersTomasz Miąsko2019-01-171-6/+6
* Add proper annotation for gdk_frame_clock_get_refresh_infoSander Sweers2018-03-121-4/+4
* The big versioning cleanupMatthias Clasen2018-02-061-13/+0
* Document more structsMatthias Clasen2017-12-261-0/+7
* frame-clock: Fix typo in API documentationBastien Nocera2017-11-221-1/+1
* Trivial whitespace fixMatthias Clasen2016-04-301-1/+1
* frametimings: reuse previous frame timing in common caseChristian Hergert2016-04-261-3/+9
* frame-clock: avoid g_signal_emit_by_name()Christian Hergert2016-04-181-0/+42
* gdk: Don't use g_print for debug outputMatthias Clasen2016-02-281-10/+16
* gdk: add many missing (nullable) return value annotationsEvan Nemerson2014-05-111-5/+5
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* Use proper quotes in gdkWilliam Jon McCann2014-02-051-2/+2
* docs: fix typo in type nameWilliam Jon McCann2014-01-201-1/+1
* Changed obsolete FSF portal addresses to web addressAndika Triwidada2014-01-121-3/+1
* gdk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-8/+3
* Fix a few more doc issuesMatthias Clasen2013-02-251-0/+1
* Include GdkFrameClock in the docsMatthias Clasen2013-02-251-11/+11
* Add gdk_frame_clock_begin/end_updating()Owen W. Taylor2013-02-181-1/+43
* gdkframeclock: Fix doc commentsJasper St. Pierre2013-02-151-1/+1
* gdk_frame_clock_get_frame_time(): use gint64 for timeOwen W. Taylor2013-02-141-1/+1
* GdkFrameClock: update documentationOwen W. Taylor2013-02-141-96/+168
* GdkFrameClock: Clean up the public APIOwen W. Taylor2013-02-141-83/+4
* GdkFrameTimings: strip down to a minimal public APIOwen W. Taylor2013-02-141-30/+21
* Merge GdkFrameHistory into GdkFrameClockOwen W. Taylor2013-02-141-33/+150