summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* css: Clipping changes don't need a queue_allocate() anymoreBenjamin Otte2018-04-091-1/+1
* treeview: Remove invalidation tracking codeBenjamin Otte2018-04-051-182/+27
* snapshot: Allow passing the bounds of the created paintableBenjamin Otte2018-04-051-1/+1
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-9/+5
* snapshot: Remove clip argument from gtk_snapshot_new()Benjamin Otte2018-04-051-1/+1
* treeview: Turn drag icon into paintableBenjamin Otte2018-03-261-34/+28
* snapshot: Remove rendererBenjamin Otte2018-03-241-1/+1
* Continue renaming window to surfaceAlexander Larsson2018-03-211-74/+74
* gdk: Remove gdk_surface_shape_combine_region()Benjamin Otte2018-03-211-11/+0
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-18/+18
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-7/+7
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-54/+54
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-34/+34
* Use GtkSnapshot gettersMatthias Clasen2018-03-111-1/+1
* Stop using stack-allocated snapshotsMatthias Clasen2018-03-111-6/+6
* Fix annotation for gtk_tree_view_is_blank_at_pos()Gniourf2018-02-141-4/+8
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-29/+33
* The big versioning cleanupMatthias Clasen2018-02-061-96/+0
* treeview: Stop using gtk_widget_show_nowMatthias Clasen2018-02-041-1/+1
* rbtree: Privatize headerBenjamin Otte2018-02-031-1/+1
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-4/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-14/+15
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-2/+2
* treeview: Stop using ::button-press-eventMatthias Clasen2018-01-161-14/+24
* treeview: Stop using ::focus-out-eventMatthias Clasen2018-01-161-12/+24
* treeview: Use a motion event controllerMatthias Clasen2018-01-161-43/+38
* treeview: Don't handle ::delete-eventMatthias Clasen2018-01-161-18/+0
* treeview: Use a scroll event controllerMatthias Clasen2018-01-161-21/+18
* treeview: Stop using gtk_trueMatthias Clasen2018-01-161-1/+7
* treeview: Stop rendering focus outlineTimm Bäder2018-01-081-25/+1
* Drop gdk_atom_internMatthias Clasen2017-12-131-2/+2
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-2/+2
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-4/+4
* dnd: Pass device, not eventBenjamin Otte2017-12-121-5/+1
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-1/+0
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-4/+1
* treeview: Don't draw background twiceTimm Bäder2017-12-091-4/+0
* Fix fallout from g_object_ref changeMatthias Clasen2017-12-081-1/+1
* Remove all gtk_widget_get_content_size usagesTimm Bäder2017-12-061-7/+7
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-5/+0
* treeview: Don't use GdkDeviceManagerMatthias Clasen2017-11-251-12/+5
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-19/+16
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-2/+2
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-5/+1
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-5/+5
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-19/+14
* gdkwindow: Remove event_mask arguments from constructorsBenjamin Otte2017-11-131-4/+0
* treeview: Only update vadjustment in size_allocate()Benjamin Otte2017-11-131-10/+0
* treeview: Pass height to allocate as argumentBenjamin Otte2017-11-131-11/+5