summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-3/+3
* textview: Use content size when validating contentsTimm Bäder2018-02-251-4/+4
* text-view: make measure() use the layout heightPeter Bloomfield2018-02-211-1/+2
* textview: Implement measure()Timm Bäder2018-02-161-92/+26
* The big versioning cleanupMatthias Clasen2018-02-061-59/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-19/+15
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-6/+6
* textview: Remove some stray debugging outputTimm Bäder2018-01-191-3/+0
* text view: Stop using ::focus-in/out-eventMatthias Clasen2018-01-161-19/+34
* textview: Use a motion event controllerMatthias Clasen2018-01-161-11/+19
* Make a few more code samples compileTimm Bäder2018-01-031-3/+7
* Drop deprecated text view layersMatthias Clasen2017-12-291-8/+0
* gtk: Remove unused includeBenjamin Otte2017-12-151-1/+0
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-3/+3
* Drop gdk_atom_internMatthias Clasen2017-12-131-3/+3
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-2/+2
* dnd: Pass device, not eventBenjamin Otte2017-12-121-2/+4
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-1/+1
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-4/+2
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-4/+0
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-4/+2
* textview: Redo clipboard handlingBenjamin Otte2017-12-031-108/+37
* widget: gtk_widget_get_clipboard => gtk_widget_get_old_clipboardBenjamin Otte2017-12-031-10/+10
* textview: Remove serialization APIBenjamin Otte2017-11-291-67/+0
* Be more specific in ::insert-emoji Since tagDaniel Boles2017-11-231-1/+1
* Add Since to ::insert-emoji, and some trivialitiesDaniel Boles2017-11-221-2/+3
* text view: Support the Emoji chooserMatthias Clasen2017-11-221-0/+76
* gdk: Add GType support to GdkContentFormatsBenjamin Otte2017-11-201-2/+2
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-201-1/+1
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-12/+5
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-4/+4
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-8/+4
* textview: Stop playing shenanigans with the target listBenjamin Otte2017-11-161-36/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-1/+1
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-5/+5
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+1
* textview: Remove GDK windowsBenjamin Otte2017-11-111-295/+10
* textview: Simplify gtk_text_view_buffer_to_window_coords()Benjamin Otte2017-11-111-171/+24
* textview: Use text_window_get_width()/height()Benjamin Otte2017-11-111-12/+6
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-2/+1
* textview: Store border window sizes in a custom structBenjamin Otte2017-11-111-158/+50
* gtktexttag: Remove GtkTextTag::event and gtk_text_tag_event()Benjamin Otte2017-11-111-122/+0
* textview: Hide the selection bubble betterBenjamin Otte2017-11-111-11/+4
* textview: Use gtk_widget_set_cursor()Benjamin Otte2017-11-041-42/+5
* textview: Remove GdkWindow usage from the public APIBenjamin Otte2017-11-041-108/+4
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-11/+5
* gdk: Remove VisibilityNotify eventsBenjamin Otte2017-11-011-1/+1
* textview: Remove {top,bottom,left,right}_borderTimm Bäder2017-10-311-28/+24
* textview: Stop fiddling with CSS paddingTimm Bäder2017-10-311-12/+7