summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdkgl: Add gdk_gl_context_get_damage()wip/otte/gl-drawingBenjamin Otte2016-12-058-137/+236
* inspector: Add support for displayin the render regionBenjamin Otte2016-12-053-1/+70
* glrenderer: Always redraw the whole screenBenjamin Otte2016-12-051-0/+22
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-0515-212/+245
* gskrenderer: Add gsk_renderer_begin_draw_frame()Benjamin Otte2016-12-055-17/+71
* inspector: Pass the drawing context into the recorderBenjamin Otte2016-12-057-7/+31
* glrenderer: Always redraw the whole screenBenjamin Otte2016-12-051-0/+27
* gsk: Change GSK_USE_SOFTWARE env var to GSK_RENDERERBenjamin Otte2016-12-051-9/+13
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-056-93/+13
* gdk: Add GdkDrawContextBenjamin Otte2016-12-057-0/+315
* gdk: Redo GL drawingBenjamin Otte2016-12-053-63/+51
* glcontext: Make begin/end_draw() pairedBenjamin Otte2016-12-057-73/+102
* gdk: Large GL refactoringBenjamin Otte2016-12-0514-294/+118
* gsk: Allow 0 for gsk_gl_driver_begin_frame()Benjamin Otte2016-12-051-1/+11
* gdk: Don't recurse when processing updatesBenjamin Otte2016-12-051-81/+11
* gdk: Remove all code that only existed because of use_glBenjamin Otte2016-12-055-516/+60
* gdk: Never draw with GLBenjamin Otte2016-12-051-1/+1
* gskrenderer: Store the GL contextBenjamin Otte2016-12-056-10/+54
* API: Require passing a GLContext to begin_draw_frame()Benjamin Otte2016-12-055-5/+54
* window: Change behavior of gdk_window_begin_draw_frame()Benjamin Otte2016-12-051-2/+2
* drawingcontext: Store the GL paint contextBenjamin Otte2016-12-051-18/+13
* cssgadget: Compute relative to own allocation, not widget allocationBenjamin Otte2016-12-051-15/+3
* frame: Use gtk_widget_measure to measure child sizesTimm Bäder2016-12-041-16/+10
* viewport: Use gtk_widget_measure to measure child sizesTimm Bäder2016-12-041-75/+59
* scrolledwindow: measure child widgets using gtk_widget_measureTimm Bäder2016-12-041-36/+43
* revealer: Measure child widget size using gtk_widget_measureTimm Bäder2016-12-041-4/+6
* headerbar: measure children using gtk_widget_measureTimm Bäder2016-12-041-41/+45
* widget-factory: Use GtkButton:icon-name to construct icon buttonsTimm Bäder2016-12-041-156/+17
* toolpalette: call set_has_windowTimm Bäder2016-12-041-0/+2
* printunixdialog: Remove GtkDrawingArea::draw handlerTimm Bäder2016-12-041-1/+0
* stylecontext: Remove a bunch of unneeded headersBenjamin Otte2016-12-031-5/+0
* GtkProgressBar: trivial conditional optimisationDaniel Boles2016-12-031-2/+1
* entry: Refactor get_icon_pixbufTimm Bäder2016-12-033-25/+2
* iconhelper: Ensure the surface used for textures is ARGB32Timm Bäder2016-12-031-0/+17
* iconhelper: Remove allocate implementationTimm Bäder2016-12-031-10/+0
* listbox: Fix row hoveringTimm Bäder2016-12-031-3/+3
* spinbutton: Remove _get_panelsTimm Bäder2016-12-032-17/+0
* Remove gtk_widget_get_preferred_height_and_baseline_for_widthTimm Bäder2016-12-033-58/+13
* togglebutton: Remove unused definesTimm Bäder2016-12-031-5/+0
* flowbox: Fix get_child_at_index crash with an invalid indexDebarshi Ray2016-12-021-1/+1
* ComboBox: Fix the whitespace fixDaniel Boles2016-12-011-2/+2
* ComboBox: Do not select item before menu realisedDaniel Boles2016-12-011-3/+6
* ComboBox: Fix whitespaceDaniel Boles2016-12-012-28/+28
* cssshadows: Fix extents computationBenjamin Otte2016-11-301-2/+5
* image: Don't translate twiceBenjamin Otte2016-11-301-2/+2
* wayland: Don't warn if we loose the compositor connectionMatthias Clasen2016-11-301-1/+4
* x11: Don't warn if the display is closedMatthias Clasen2016-11-301-2/+2
* gsk: ensure libgsk-4.la before running g-ir-scannerWilliam Hua2016-11-301-1/+1
* gskrenderer: Add GError argument to gsk_renderer_realize()Benjamin Otte2016-11-305-43/+45
* gsk: Add gsk_renderer_new_for_window()Benjamin Otte2016-11-304-39/+85