]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2013-02-18 Мирослав НиколићUpdated Serbian translation
2013-02-18 Bastien NoceraGtkAccelLabel: Don't show "+" if there's no more keys...
2013-02-18 Alexander Larssonwin32: Request higher precision timers during animations
2013-02-18 Owen W. TaylorAdd gdk_frame_clock_begin/end_updating()
2013-02-18 Shushi KUROSE[l10n] Update Japanese translation
2013-02-18 Jiro Matsuzawa[l10n] Update Japanese translation
2013-02-18 Alexander LarssonRemove unnecessary copy of GdkFrameClockIdlePrivate
2013-02-18 Alexander Larssonwin32: Fix build
2013-02-18 Alexander LarssonGtkEntry: Fix text handle painting
2013-02-18 Alexander LarssonAdd a few missing gtk_widget_unregister_window calls
2013-02-17 Marek ČernockýUpdated Czech translation
2013-02-17 Piotr DrągUpdated Polish translation
2013-02-16 Owen W. TaylorGdkWindowX11: the root window is not a toplevel
2013-02-16 Paolo Borelli[entry] unregister icon windows
2013-02-16 Owen W. TaylorGdkFrameClockIdle: remove timeouts in dispose
2013-02-16 Owen W. TaylorGtkScrolledWindow: use gtk_widget_add_tick_callback()
2013-02-16 Changwoo Ryuimmodule: Fix context ID lookup on module with multiple...
2013-02-16 Jasper St.... Update gtk.symbols
2013-02-16 Jasper St.... Update gdk.symbols
2013-02-16 Jasper St.... gdkframeclockidle: Don't expose sleep_source source...
2013-02-16 Jasper St.... gtkplug: Remove a no-op func
2013-02-16 Jasper St.... Fix deprecations for GtkIconInfo
2013-02-16 Jasper St.... gtkicontheme: Mark copy/free compat symbols as skip
2013-02-16 Jasper St.... gdkframeclock: Fix doc comments
2013-02-15 William Jon... Don't crash if inhibit is called with an unrealized...
2013-02-15 Aurimas ČerniusUpdated Lithuanian translation
2013-02-15 Baurzhan MuftakhidinovUpdated Kazakh translation.
2013-02-15 Alexander LarssonFix gtk_widget_add_tick_callback sometimes not working
2013-02-15 Alexander LarssonFix up s/gtk_frame_clock/gdk_frame_clock/ in docs
2013-02-15 Alexander LarssonFix GtkIconInfo docs
2013-02-15 Carles Ferrando[l10n] Updated Catalan (Valencian) translation
2013-02-15 Gil Forcada[l10n] Updated Catalan translation
2013-02-14 Cosimo CecchiFix a typo in the README
2013-02-14 Owen W. TaylorGtkContainer: fix disconnection from frame clock
2013-02-14 Owen W. TaylorGtkTickCallback: document use of G_SOURCE_CONTINUE...
2013-02-14 Owen W. TaylorDon't compress motion events for different devices
2013-02-14 Owen W. TaylorIgnore window manager protocol messages for destroyed...
2013-02-14 Owen W. TaylorSmall documentation fixes for frame synchronization
2013-02-14 Owen W. Taylorgdk_frame_clock_get_frame_time(): use gint64 for time
2013-02-14 Owen W. TaylorMerge with Merge GdkFrameHistory into GdkFrameClock
2013-02-14 Owen W. TaylorGdkFrameClock: update documentation
2013-02-14 Owen W. TaylorGdkFrameTimings: add documentation
2013-02-14 Owen W. TaylorGdkFrameClock: Clean up the public API
2013-02-14 Owen W. TaylorGdkFrameTimings: strip down to a minimal public API
2013-02-14 Owen W. TaylorMerge GdkFrameHistory into GdkFrameClock
2013-02-14 Owen W. TaylorChange GdkFrameClock from an interface to a class
2013-02-14 Owen W. TaylorGdkWindow: make the frame clock an inherent property...
2013-02-14 Owen W. TaylorAdd gtk_widget_add_tick_callback(), remove GtkTimeline...
2013-02-14 Owen W. TaylorGdkX11DeviceManagerXI2: handle focus events not on...
2013-02-14 Owen W. TaylorReimplement _NET_WM_SYNC_REQUEST inside X11 backend
2013-02-14 Owen W. TaylorFix up for newer draft of wm-spec
2013-02-14 Owen W. Taylorvideo-timer: add simple example of PLL-style clock...
2013-02-14 Owen W. Taylorvideo-timer: add a test case for display at a constant...
2013-02-14 Owen W. TaylorAdd gdk_frame_timings_get_predicted_presentation_time()
2013-02-14 Owen W. TaylorAdd GDK_DEBUG=frames
2013-02-14 Owen W. Tayloranimated-resizing: enhance output
2013-02-14 Owen W. Tayloranimated-resizing: make circle size a #define
2013-02-14 Owen W. TaylorGdkWindowX11: Communicate gdk_frame_timings_get_slept_b...
2013-02-14 Owen W. TaylorAdd gdk_frame_timings_get/set_slept_before()
2013-02-14 Owen W. TaylorGdkFrameClockIdle: don't start the tiemout/idle when...
2013-02-14 Owen W. TaylorAdd GdkFrameHistory and GdkFrameTimings, handle _NET_WM...
2013-02-14 Owen W. TaylorGdkWindowX11: Only start a frame when we emit damage
2013-02-14 Owen W. TaylorGdkDisplay: handle multiple calls to _gdk_display_pause...
2013-02-14 Owen W. Taylorgdk_display_get_event: don't unqueue events from the...
2013-02-14 Owen W. TaylorGdkFrameClock: Reverse order of resume-events and after...
2013-02-14 Owen W. TaylorCompress motion synchronized with the paint cycle
2013-02-14 Owen W. TaylorGtkScrolledWindow: use GdkFrameClock for kinetic scrolling
2013-02-14 Owen W. TaylorAdd a test of an animated resizing window
2013-02-14 Owen W. TaylorGtkTimeline: Wrap around the progress correctly when...
2013-02-14 Owen W. TaylorGtkTimeline: introspection fixes, add :progress-type...
2013-02-14 Owen W. TaylorHook GtkTimeline up to GdkFrameClock
2013-02-14 Owen W. TaylorGtkTimeline: remove settable FPS
2013-02-14 Owen W. TaylorAdd back GtkTimeline
2013-02-14 Owen W. TaylorAdd an UPDATE phase and GdkFrameClockTarget, use for...
2013-02-14 Owen W. TaylorGdkFrameClockIdle: add throttling to 60fps
2013-02-14 Owen W. TaylorGdkWindowX11: start off with an odd frame-counter value
2013-02-14 Owen W. TaylorFreeze the update counter for unmapped windows
2013-02-14 Owen W. TaylorUse _NET_WM_FRAME_DRAWN to synchronize frame drawing
2013-02-14 Owen W. TaylorSwitch to an extended form of _NET_WM_SYNC_REQUEST_COUNTER
2013-02-14 Owen W. TaylorGdkFrameClock: add freeze/thaw
2013-02-14 Owen W. TaylorGdkFrameClock: Make the phase explicit when requesting...
2013-02-14 Owen W. TaylorUse GdkFrameClock for relayout
2013-02-14 Owen W. TaylorAdd GdkFrameClock
2013-02-14 Owen W. TaylorGdkDisplayX11: Don't use substructure events in interna...
2013-02-14 Alexander Larssongtk3-demo: Fix up resource handling
2013-02-14 Alexander LarssonAdd new GtkIconInfo calls to the reference docs
2013-02-14 Alexander LarssonUpdate README.in for the GtkIconInfo type change
2013-02-14 Alexander LarssonGtkIconTheme: Add async versions of symbolic icon loaders
2013-02-14 Alexander LarssonGtkIconTheme Don't leak pixbuf in symbolic icon cache
2013-02-14 Alexander LarssonAdd gtk_icon_info_load_icon_async
2013-02-14 Alexander LarssonMake GtkIconInfo a GObject
2013-02-14 Anish ARevert "Updated Malayalam Localization"
2013-02-14 Anish AUpdated Malayalam Localization
2013-02-14 Rob Bradfordwayland: Add support for output device removal
2013-02-14 Rob Bradfordwayland: Add basic multiple output support
2013-02-14 Federico Mena... filechooserbutton: Add tests for SELECT_FOLDER mode...
2013-02-14 Federico Mena... filechooser: Oops, cancel a file operation that was...
2013-02-14 Federico Mena... filechooserbutton: Add a battery of tests for GtkFileCh...
2013-02-14 Federico Mena... filechooserbutton: In SELECT_FOLDER mode, consider...
2013-02-14 Federico Mena... filechooserbutton: Keep track of the current_folder...
next