gtk4.git
2018-06-11 Mohammed Sadiqoverlay: Use the right property variable name
2018-06-11 Benjamin OtteMerge branch 'wip/sadiq/fixes' into 'master'
2018-06-11 Mohammed Sadiqoverlay: Add support for clipping overlay widgets
2018-06-10 Matthias ClasenMerge branch 'lrn/gtk4warnings' into 'master'
2018-06-10 Matthias ClasenMerge branch 'master' into 'master'
2018-06-10 Matthias ClasenMerge branch 'lrn/aligned-alloc' into 'master'
2018-06-10 Руслан ИжбулатовUse correct stat struct for ftw()
2018-06-10 Руслан ИжбулатовSee if _MSC_VER is defined before checking its value
2018-06-10 Руслан ИжбулатовFix missing default switch case in DllMain
2018-06-10 Руслан ИжбулатовFix missing default switch cases in gtkimcontextsimple
2018-06-10 Руслан ИжбулатовFix some warnings in W32 part of gtkmain
2018-06-10 Руслан ИжбулатовFix a typo in W32 event-handling code
2018-06-10 Руслан ИжбулатовFix a warning about uninitialized variable
2018-06-10 Руслан ИжбулатовRemove unused code in gdksurface-win32.c
2018-06-10 Руслан ИжбулатовFix more signedness issues in W32 backend
2018-06-10 Руслан ИжбулатовA quick and dirty fix for a circular allocation issue
2018-06-10 Руслан ИжбулатовFix a missing default case warning
2018-06-10 Руслан ИжбулатовRemove unused functions in W32 backend
2018-06-10 Руслан ИжбулатовFix signedness issues, remove unused code
2018-06-10 Руслан ИжбулатовRemove some more unused variables
2018-06-10 Руслан ИжбулатовFix various type mismatch warnings
2018-06-10 Руслан ИжбулатовFix gdk_win32_cairo_context_end_frame prototype
2018-06-10 Руслан ИжбулатовRemove unused variables (mostly in W32 code)
2018-06-10 Руслан ИжбулатовFix wrong format strings in various places
2018-06-10 Руслан ИжбулатовUse aligned allocators for GtkSnapshot
2018-06-10 Piotr DrągUpdate Polish translation
2018-06-10 Piotr DrągUpdate POTFILES.in
2018-06-10 Benjamin Ottepicture: Don't use g_str_equal() with potential NULLs
2018-06-10 Benjamin Ottedocs: Add GtkEventControllerKey to index
2018-06-10 Benjamin Ottednd: Ref the GdkDrop during the DND operation
2018-06-10 Benjamin Ottequartz: Remove gtkdnd-quartz.c
2018-06-10 Benjamin Ottex11: Remove useless check
2018-06-10 Benjamin Otteclipboard: Remove return statements from void function
2018-06-10 Benjamin Ottegtk-demo: Use GtkImages to select the puzzle
2018-06-10 Benjamin Otteiconhelper: Always size contents to icon size
2018-06-10 Benjamin Otteimage: Remove gtk_image_set_keep_aspect_ratio()
2018-06-10 Benjamin Ottegtk-demo: Make sliding puzzle demo use GtkPicture
2018-06-10 Benjamin Ottegtk-demo: Port images demo to use a GtkPicture in places
2018-06-10 Benjamin Ottevideo: Use a Picture instead of an Image
2018-06-10 Benjamin Ottepicture: Introduce
2018-06-09 Matthias Clasenpuzzle: fix some compiler warnings
2018-06-09 Timm Bäderwidget: Use priv pointer less
2018-06-09 Руслан ИжбулатовUse aligned allocators for GskRenderNode
2018-06-09 Руслан ИжбулатовAdd aligned allocator functions to GSK
2018-06-09 Руслан ИжбулатовAdd aligned allocator support to meson
2018-06-08 Philippe Normandgtkmain: Add gtk_get_main_thread()
2018-06-08 Philippe Normandgtkmain: Add gtk_is_initialized()
2018-06-08 Fran DieguezUpdate Galician translation
2018-06-08 Matthias Clasenpuzzle: Add mouse support
2018-06-08 Matthias Clasenpuzzle: Use plain labels
2018-06-08 Matthias ClasenAdd tweaks
2018-06-08 Matthias Clasenpuzzle: Add a reshuffle button
2018-06-08 Matthias ClasenKeep aspect ratio of the image
2018-06-08 Benjamin Ottedemo: Add the sliding puzzle demo
2018-06-07 Matthias ClasenMerge branch 'master' into 'master'
2018-06-07 Mohammed Sadiqfont-button: Suggest non deprecated function in docs
2018-06-07 Matijs van... Fix reference to user styles in gtkstyleprovider.h
2018-06-05 Matthias ClasenMerge branch 'wip/move-to-rect-public' into 'master'
2018-06-05 Daniel BolesSizeRequest: Round px values up for min CSS sizes
2018-06-05 Jonas Ådahlgdk: Make gdk_surface_move_to_rect public
2018-06-04 Timm Bäderpopover: Add missing close paren in docs
2018-06-04 Timm Bädercolorbutton: Remove priv pointer
2018-06-04 Timm Bäderaspectframe: Remove unused member
2018-06-04 Timm Bäderbin: Remove public GtkBinPrivate typedef
2018-06-04 Timm Bäderstatusbar: Remove garbage from header file
2018-06-04 Timm Bäderstatusbar: Remove priv pointer
2018-06-04 Timm Bäderwidget: Add docs for {get,set}_focus_child
2018-06-04 Timm Bädergl renderer: use w axis vector from graphene
2018-06-03 Matthias ClasenMerge branch 'patch-1' into 'master'
2018-05-31 Christian StadelmannGtkWindow: Handle non-square icons with height > width...
2018-05-31 Mohammed Sadiqwidget: Fix example code in doc
2018-05-30 Matthias ClasenMerge branch 'gesture-docs' into 'master'
2018-05-30 Matthias Clasenx11: Don't set NET_WM_PID when sandboxed
2018-05-30 Matthias Clasengdk: Add a private api to find sandboxes
2018-05-29 Benjamin Otteevents: Mark static function as such
2018-05-29 Benjamin Ottegdk: Get rid of gdk_event_free()
2018-05-29 Ernestas Kulikgesturemultipress: Don’t fire ::released after ::cancel
2018-05-29 Ernestas Kulikgesture: Fix code snippet
2018-05-29 Ernestas Kulikgesture: Fix get_last_event() docs
2018-05-29 Victor Tosogdkseatdefault: Don't hide GdkSurface on grab failure
2018-05-29 Carlos Garnachogtkpopover: Fix thinko in key press event type check
2018-05-29 Carlos GarnachoRevert "popover: Fix setting priv->button_pressed in...
2018-05-27 Matthias ClasenRemove an unused struct
2018-05-27 Timm Bäderpopover: Fix setting priv->button_pressed in ::event...
2018-05-27 Timm Bädergdkscreen-x11: Remove redundant typedef
2018-05-27 Timm Bädergl renderer: Remove an outdated comment
2018-05-27 Matthias ClasenMerge branch 'master' into 'master'
2018-05-27 Timm Bäderfilechooserwidget: Don't chain up in ::event
2018-05-27 Timm Bädergl renderer: Use offsets for more node types
2018-05-27 Piotr DrągUpdate Polish translation
2018-05-26 Matthias Clasena11y: Stop using ::event
2018-05-26 Christoph Reiterci/msys2: force disable vulkan
2018-05-26 Daniel BolesSpinButton: Fix an obviously wrong arg description
2018-05-23 Jan Alexander... icontheme: Keep dir_mtimes in order
2018-05-23 Matthias ClasenMerge branch 'kill-key-events' into 'master'
2018-05-22 Carlos GarnachoMerge branch 'issue792' into 'master'
2018-05-22 Matthias ClasenDrop the ::key-press/release-event signals
2018-05-22 Matthias Clasentreeview: Stop using ::key-press-event
2018-05-22 Matthias Clasenspin button: Stop using ::key-release-event
2018-05-22 Matthias Clasenfont chooser dialog: Stop using ::key-press-event
next