summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdk: Deprecate gdk_cairo_create()wip/ebassi/frame-markerEmmanuele Bassi2016-06-084-1/+19
* gdk: Explicitly create a cairo context inside GdkDrawingContextEmmanuele Bassi2016-06-083-2/+39
* Deprecate the gdk_window_begin/end_paint family of functionsEmmanuele Bassi2016-06-083-10/+12
* Associate the drawing context to the Cairo contextEmmanuele Bassi2016-06-085-43/+54
* docs: Add GdkDrawingContext to the GDK API referenceEmmanuele Bassi2016-06-083-0/+18
* Add GdkDrawingContextEmmanuele Bassi2016-06-0810-21/+453
* Simplify the widget rendering entry pointEmmanuele Bassi2016-06-083-72/+74
* Add frame drawing API to GdkWindowEmmanuele Bassi2016-06-084-162/+302
* Fix buildEmmanuele Bassi2016-06-081-2/+2
* wayland: Make sure window titles fit into a wl_bufferTimm Bäder2016-06-081-1/+8
* test: Skip GtkScrolledWindow::max-content- propertiesMatthias Clasen2016-06-081-0/+6
* wayland: add extended state for tiledOlivier Fourdan2016-06-081-2/+14
* HC: focus outline more prominentJakub Steiner2016-06-083-36/+15
* Adwaita: .osd button.colorLapo Calamandrei2016-06-082-6/+14
* Adwaita: centralize outline-colorLapo Calamandrei2016-06-083-18/+6
* Make gtk_scrolled_window_remove() smartKjell Ahlstedt2016-06-081-2/+48
* Update GtkLabel::angle docsMatthias Clasen2016-06-071-1/+1
* scale, spinbutton: Avoid -0.0Matthias Clasen2016-06-072-2/+31
* Ensure that GtkRange allocates enough space for the valueMatthias Clasen2016-06-073-1/+42
* Fix preconditions in set_max_content_size settersMatthias Clasen2016-06-071-4/+4
* widget: Add classes to widget path even if no style context exists yetBenjamin Otte2016-06-071-12/+5
* searchenginetracker: Fix prefix searchesCarlos Garnacho2016-06-071-2/+2
* Revert "scrolledwindow: Bug 766569 - Report child natural size unconditionally"Matthias Clasen2016-06-061-6/+4
* widget-factory: Use max-content-size in a popoverMatthias Clasen2016-06-061-1/+3
* scrolledwindow: Bug 767238 - Fixing up for max content sizesTristan Van Berkom2016-06-061-12/+12
* Fix hiding popover when focus moves outsidePhillip Wood2016-06-051-8/+14
* scrolledwindow: Bug 766569 - Report child natural size unconditionallyTristan Van Berkom2016-06-061-4/+6
* treeview: fix an off-by-one errorMatthias Clasen2016-06-051-1/+1
* object test: Also test object type propertiesChristian Dywan2016-06-051-1/+19
* Make gtk_tooltip_trigger_tooltip_query work againMatthias Clasen2016-06-051-4/+12
* inspector: Ellipsize accessible description.Matthias Clasen2016-06-051-0/+2
* viewport: Free gadgets in finalizeMatthias Clasen2016-06-051-2/+13
* scrolled window: Free gestures and gadgets in finalizeMatthias Clasen2016-06-051-3/+16
* range: Free gadgets in finalizeMatthias Clasen2016-06-051-15/+26
* notebook: Free gadgets in finalizeMatthias Clasen2016-06-051-0/+11
* menu: Free gadgets in finalizeMatthias Clasen2016-06-051-1/+12
* button: Free gadgets and gestures in finalizeMatthias Clasen2016-06-051-5/+5
* testsuite: add tests for scrolledwindowGeorges Basile Stavracas Neto2016-06-052-0/+140
* tests: adapt testscrolledwindow to have max content sizesGeorges Basile Stavracas Neto2016-06-051-2/+145
* scrolledwindow: add ::max-content-width and -height propertiesGeorges Basile Stavracas Neto2016-06-052-0/+201
* GDK W32: Fix dragging AeroSnap applicationРуслан Ижбулатов2016-06-051-5/+5
* progressbar: Render text with the text css nodeMatthias Clasen2016-06-031-9/+48
* scale: Also queue a resize if font changesMatthias Clasen2016-06-031-2/+15
* gdktypes: Update docs for GDK_GRAB_FAILEDPavel Grunt2016-06-031-1/+1
* scale: Apply css style to textMatthias Clasen2016-06-031-21/+83
* Add a function to get a font from a css styleMatthias Clasen2016-06-032-0/+20
* Add a function to turn a css style into pango attributesMatthias Clasen2016-06-033-70/+79
* widget: Avoid a deprecation warningTimm Bäder2016-06-021-0/+3
* Show a scroll cursor when appropriateMatthias Clasen2016-06-011-4/+51
* wayland: Provide information about scroll devicesMatthias Clasen2016-06-011-15/+139