summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to snapshot invisible iconsTimm Bäder2017-10-101-4/+5
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* paned: Update to using GdkEvent APICarlos Garnacho2017-09-191-3/+5
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-3/+4
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-22/+18
* paned: Fix clip node coordinatesTimm Bäder2017-07-191-10/+9
* paned: Remove assertion in get_child_propertyTimm Bäder2017-07-191-2/+4
* paned: Draw handle separator at the right locationTimm Bäder2017-07-191-13/+3
* paned: Make sure we set the correct clipsTimm Bäder2017-07-191-30/+17
* paned: Remove useless queue_resize callsTimm Bäder2017-07-191-9/+0
* paned: Reimplement handle draggingTimm Bäder2017-07-191-212/+68
* paned: Replace handle gadget with widgetTimm Bäder2017-07-191-87/+68
* paned: Remove gadgetTimm Bäder2017-07-191-65/+17
* paned: Remove css box drawingTimm Bäder2017-07-191-19/+4
* gtkpaned: Remove per-child windowsCarlos Garnacho2017-05-251-181/+46
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-7/+2
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* paned: Fix typoTimm Bäder2017-04-241-1/+1
* widget: Save pointer to focus childTimm Bäder2017-03-311-5/+3
* paned: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-02-171-12/+12
* snapshot: Rename gtk_snapshot_translate_2d()Benjamin Otte2017-01-131-2/+2
* snapshot: Redo pop() APIBenjamin Otte2017-01-131-2/+2
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-2/+2
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-2/+0
* paned: Implement snapshot()Benjamin Otte2016-12-201-34/+41
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-2/+2
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-2/+1
* Revert "paned: Convert to indirect rendering"Benjamin Otte2016-11-151-30/+90
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+2
* gtk: Chain up in realize()Benjamin Otte2016-11-021-7/+2
* paned: Convert to indirect renderingTimm Bäder2016-10-311-90/+30
* Fix clip position of windowed widgetsTimm Bäder2016-10-281-0/+2
* paned: Use gtk_widget_queue_draw()Benjamin Otte2016-10-271-5/+6
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-81/+33
* paned: Don't check handle-size style propertyTimm Bäder2016-10-221-48/+1
* paned: Use gdk_window_new_child() and gdk_window_new_input()Benjamin Otte2016-10-181-40/+17
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-16/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-3/+2
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-161-8/+11
* paned: quietly handle missing cursorsMatthias Clasen2016-09-271-2/+2
* Fix gtk_paned_set_position to set position_set consistentlyMatthias Clasen2016-05-021-11/+14
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* paned: Fix drawingBenjamin Otte2016-02-141-10/+29
* paned: Use content allocation instead of widget allocationBenjamin Otte2016-02-141-5/+4
* paned: rtl-flip with the correct rectangleBenjamin Otte2016-02-141-9/+7
* paned: Draw handle before childrenMatthias Clasen2016-02-121-5/+5
* paned: Don't overdrawMatthias Clasen2016-02-121-26/+8
* paned: Initialize max_positionMatthias Clasen2016-01-241-0/+1
* paned: Update node ordering according to text directionMatthias Clasen2016-01-131-2/+25