summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gl renderer: Ignore nodes outside of the clipwip/baedert/emoji-loadingTimm Bäder2018-05-011-1/+15
* gl renderer: Use simple offset for selected offset node childrenTimm Bäder2018-05-011-12/+31
* emojichooser: Load emojis 'asynchronously'Timm Bäder2018-05-011-114/+155
* widget: add shortcut to gtk_widget_set_child_visibleTimm Bäder2018-04-302-4/+9
* widget: Don't mention gtk_widget_snapshot() in the docsTimm Bäder2018-04-301-3/+1
* Merge branch 'lrn/meson-intl' into 'master'Benjamin Otte2018-04-301-0/+4
|\
| * Link libgtk to libintllrn/meson-intlРуслан Ижбулатов2018-04-111-0/+4
* | Merge branch '169-gtktextview-accesses-already-disposed-object' into 'master'Benjamin Otte2018-04-301-4/+8
|\ \
| * | TextView: Don't access already disposed text markMarek Kasik2018-04-171-4/+8
* | | Update German translationMario Blättermann2018-04-301-1312/+2805
* | | Merge branch 'window-activate-grab-4-2.4' into 'master'Benjamin Otte2018-04-302-2/+2
|\ \ \
| * | | gdk: do not deactivate surface on keyboard grabsSamuel Thibault2018-04-302-2/+2
|/ / /
* | | Misc documentation fixesMatthias Clasen2018-04-286-11/+9
* | | Document GdkMemoryTextureMatthias Clasen2018-04-283-2/+16
* | | More doc build fixesMatthias Clasen2018-04-281-1/+0
* | | More doc build fixesMatthias Clasen2018-04-281-2/+7
* | | Add offset nodes to the docsMatthias Clasen2018-04-281-0/+4
* | | Fix the gdk doc buildMatthias Clasen2018-04-281-1/+0
* | | Update Friulian translationFabio Tomat2018-04-281-1288/+3073
* | | dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-2714-70/+57
* | | wayland: Create drop contexts on demandBenjamin Otte2018-04-272-15/+19
* | | dragsource: Use capture phase for gestureBenjamin Otte2018-04-271-1/+1
* | | gtk-demo: Always have at least 1 icon in the fishbowlBenjamin Otte2018-04-271-0/+2
* | | Update Esperanto translationKristjan SCHMIDT2018-04-261-190/+97
* | | imcontextsimple: ensure W32 code only runs on W32 displaysРуслан Ижбулатов2018-04-261-19/+22
* | | Add gtk_printer_get_hard_margins_for_paper_sizeAdrian Johnson2018-04-267-2/+113
* | | Update Friulian translationFabio Tomat2018-04-261-2074/+2194
* | | menu: Set up callback with a return functionCarlos Garnacho2018-04-251-2/+18
* | | comboboxtext: GTK_DISABLE_SINGLE_INCLUDES is not a thingBenjamin Otte2018-04-251-1/+1
* | | Updated Spanish translationDaniel Mustieles2018-04-251-149/+85
* | | notebook: Fetch directly current event state/deviceCarlos Garnacho2018-04-251-5/+2
* | | range: Do not unconditionally stop events in event handlerCarlos Garnacho2018-04-251-1/+1
* | | combobox: Do not unconditionally stop events in event handlerCarlos Garnacho2018-04-251-2/+2
* | | cairocontext: Remove fallback implementationsBenjamin Otte2018-04-247-284/+17
* | | GDK W32: Switch to GdkCairoContextРуслан Ижбулатов2018-04-247-428/+386
* | | broadway: Handle offset nodesAlexander Larsson2018-04-241-1/+9
* | | broadway: Handle cairo nodes of type recording surfaceAlexander Larsson2018-04-241-2/+20
* | | broadway: Add and use GdkBroadwayDrawContextAlexander Larsson2018-04-246-170/+198
* | | broadway: Add basic GdkCairoContext implementationAlexander Larsson2018-04-242-1/+110
* | | broadway: Call _gdk_surface_update_size when resizing surfaceAlexander Larsson2018-04-241-1/+4
* | | drawcontext: Only pass the region that mattersBenjamin Otte2018-04-2411-32/+20
* | | drawcontext: Add gdk_draw_context_in_frame() APIBenjamin Otte2018-04-248-13/+18
* | | drawcontext: Move variable into private structBenjamin Otte2018-04-242-12/+9
* | | gdk: Move begin/end_frame() functionsBenjamin Otte2018-04-2413-204/+142
* | | gdk: Get rid of GdkDrawingContextBenjamin Otte2018-04-2418-388/+38
* | | gdk: Get rid of gdk_drawing_context_get_clip()Benjamin Otte2018-04-246-57/+5
* | | gdk: Add gdk_draw_context_get_frame_region()Benjamin Otte2018-04-245-20/+37
* | | gdk: Remove gdk_gl_context_get_damage()Benjamin Otte2018-04-243-22/+1
* | | gsk: Refactor damage computation for GL rendererBenjamin Otte2018-04-241-11/+6
* | | wayland: Rewrite Cairo renderingBenjamin Otte2018-04-244-257/+238