gtk4.git
2018-06-19 Benjamin Ottednd: Use a GtkPicture in gtk_dnd_set_icon_paintable()
2018-06-19 Benjamin Ottesnapshot: Compute correct size in gtk_snapshot_to_paint...
2018-06-19 Benjamin Ottednd: gdk_drag_action_is_unique() should return a boolean
2018-06-19 Matthias ClasenMerge branch 'wip/carlosg/issue-1159' into 'master'
2018-06-19 Piotr DrągUpdate POTFILES.in
2018-06-19 myfreewebwayland: Use shm_open(SHM_ANON) on FreeBSD
2018-06-19 Carlos Garnachogtkgesture: Check claimed status after event delivery
2018-06-19 Carlos Garnachogtkwidget: Avoid doubly coordinate conversion when...
2018-06-18 Benjamin Ottex11: Set background as transparent as possible
2018-06-18 Benjamin Ottewidget: Remove time argument from drag_data_get() vfunc
2018-06-18 Benjamin Ottednd: Remove unused time arguments
2018-06-18 Benjamin Ottednd: Remove GdkDragContext.dest_surface
2018-06-18 Руслан ИжбулатовGDK W32: Remove gdk_win32_surface_foreign_new_for_display
2018-06-18 Руслан ИжбулатовGDK W32: Adapt to dest_surface removal, misc changes
2018-06-18 Benjamin Ottednd: Remove GdkDragContext.is_source
2018-06-18 Benjamin Ottex11: Remove gdk_x11_surface_foreign_new_for_display()
2018-06-18 Benjamin Ottex11: Store the XID instead of a GdkSurface
2018-06-18 Benjamin Ottex11: Simplify test
2018-06-18 Benjamin Ottex11: xdnd_send_event() always returns TRUE
2018-06-18 Benjamin Ottex11: Don't multiply X values by the scale factor
2018-06-18 Benjamin Ottednd: Make the base Drag/Drop types abstract
2018-06-18 Benjamin Ottednd: GdkDragContext is no longer a GdkDrop subclass
2018-06-18 Benjamin Ottednd: Remove gdk_drag_status() and gdk_drag_finish()
2018-06-18 Benjamin Ottesurface: Kill event masks
2018-06-18 Benjamin Ottex11: Store the source surface as an XID
2018-06-18 Benjamin Ottex11: Split drag and drop contexts
2018-06-18 Benjamin Ottex11: Handle events on drag side differently
2018-06-18 Benjamin Ottex11: Change the way local Drop => Drag is shortcut
2018-06-18 Benjamin Ottex11: Remove unused argument
2018-06-18 Benjamin Ottex11: switch a bunch of variable types
2018-06-18 Benjamin Ottebroadway: Remove unused variable
2018-06-18 Benjamin Ottednd: Remove gdk_drag_context_get_dest_surface()
2018-06-18 Benjamin Ottednd: Implement gtk_drag_get_source_widget() differently
2018-06-18 Benjamin Ottex11: Replace the hardcoded DND filter
2018-06-18 Руслан ИжбулатовGDK W32: Remove unused files
2018-06-18 Руслан ИжбулатовGDK W32: Adapt to GdkDrop and GdkDragContext changes
2018-06-18 Benjamin Ottednd: Add read_value() and read_text() functions to...
2018-06-18 Benjamin Ottedrop: Implement shortcut for local DND
2018-06-18 Benjamin Ottex11: Pass the drag source when creating a drop context
2018-06-18 Benjamin Ottex11: Find dest drops differently
2018-06-18 Benjamin Ottewayland: Store the current drag operation
2018-06-18 Benjamin Ottednd: Move GdkDragAction to gdktypes.h
2018-06-18 Benjamin Ottegdk: Remove leftover type from autocleanup
2018-06-18 Benjamin Ottewayland: Get rid of GdkWaylandSelection
2018-06-18 Benjamin Ottewayland: Split drop context into GdkWaylandDrop
2018-06-18 Benjamin Ottewayland: Remove a bunch of unused functions
2018-06-18 Benjamin Otteevents: Make GdkEventDND have a GdkDrop member
2018-06-18 Benjamin Ottex11: Refactor DND filter
2018-06-18 Benjamin Ottex11: Use new DND event emitters
2018-06-18 Benjamin Ottewin32: Use new DND event emitters
2018-06-18 Benjamin Ottewayland: Use new DND event emitters
2018-06-18 Benjamin Ottedrop: Add private API for event emission
2018-06-18 Benjamin Ottedrop: Add GdkDrop:surface property
2018-06-18 Benjamin Ottedisplay: Don't wake up the main loop anymore
2018-06-18 Benjamin Ottex11: Don't sneakily allocate memory in initializers
2018-06-18 Benjamin Ottednd: Add gdk_event_get_drop()
2018-06-18 Benjamin Ottewayland: Fix drop operations for new semantics
2018-06-18 Benjamin Ottednd: Remove GdkDragContext::commit_drag_status() vfunc
2018-06-18 Benjamin Ottednd: Make drag-motion and drag-drop signals use GdkDrop
2018-06-18 Benjamin Ottednd: Make drag-data-received use a GdkDrop
2018-06-18 Benjamin Ottedrop: Add gdk_drop_get_drag()
2018-06-18 Benjamin Ottewidget: Make GtkWidgetClass::drag_leave() take a GdkDrop
2018-06-18 Benjamin Ottednd: Add gdk_drop_finish()
2018-06-18 Benjamin Ottednd: Get rid of gtk_drag_finish()
2018-06-18 Benjamin Ottednd: Rename gdk_drop_finish() => gdk_drag_finish()
2018-06-18 Benjamin Ottednd: Move the gdk_drag_status() function
2018-06-18 Benjamin Ottednd: Add gdk_drop_get_actions()
2018-06-18 Benjamin Ottednd: Make actions a private member variable
2018-06-18 Benjamin Ottex11: Remove unused variables
2018-06-18 Benjamin Ottewayland: Set correct variable
2018-06-18 Benjamin Ottednd: Add gdk_drag_action_is_unique()
2018-06-18 Benjamin Ottednd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE
2018-06-18 Benjamin Ottedrop: Move gdk_drop_read_async() to GdkDrop class
2018-06-18 Benjamin Ottednd: Add GdkDrop base class for GdkDragContext
2018-06-18 Matthias ClasenMerge branch 'lrn/misc-gtk4-fixes' into 'master'
2018-06-18 Matthias ClasenMerge branch 'win32-filechooser-fix-file-list-order...
2018-06-18 Timm Bäderthemes: Don't handle box.linked special
2018-06-18 Timm Bäderfilechooserbutton: Remove priv pointer
2018-06-18 Timm BäderGtkStyleContext: Remove the frame clock
2018-06-18 Timm Bäderdnd: Fix up a comment
2018-06-18 Timm Bädercolorscale: Remove priv pointer
2018-06-18 Timm Bäderfontbutton: Remove priv pointer
2018-06-18 Timm Bäderradiobutton: remove priv pointer
2018-06-18 Timm Bäderpicture: Fix up some docs
2018-06-18 Timm Bäderdrawingarea: Clarify some comments
2018-06-18 Timm Bädermessagedialog: Remove priv pointer
2018-06-18 Timm Bäderpaned: Allocation x/y are always 0
2018-06-18 Timm Bäderpaned: Remove handle_pos member
2018-06-18 Timm Bäderpaned: Chain up in snapshot
2018-06-18 Timm Bäderpaned: Remove unnecessary local variable
2018-06-18 Timm Bäderpaned: Don't unnecessarily redraw handle in size_allocate
2018-06-18 Timm Bäderpaned: Store GParamSpecs
2018-06-18 Timm BäderRemove gtk_css_node_reverse_children
2018-06-18 Timm Bädertoolbar: Stop reordering css nodes based on text direction
2018-06-18 Timm Bäderheaderbar: Stop reordering css nodes depending on text...
2018-06-18 Timm Bädernotebook: Stop reversing tabs based on text direction
2018-06-18 Timm Bäderbuilder: Fix g-i annotations of _get_translation_domain
2018-06-18 Timm Bäderbuilder: Use TRUE/FALSE for error return values
2018-06-18 Timm Bäderbuilder: Remove priv pointer
2018-06-18 Timm Bäderbox: Don't reorder children based on text direction
next