summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Entry:show-emoji-icon is in GTK+ 3 tooDaniel Boles2017-11-231-1/+1
* Be more specific in ::insert-emoji Since tagDaniel Boles2017-11-231-1/+1
* Add Since to ::insert-emoji, and some trivialitiesDaniel Boles2017-11-221-1/+3
* Fix indentation mishapMatthias Clasen2017-11-221-4/+4
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-2/+2
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-14/+14
* entry: Add a key binding for the emoji chooserMatthias Clasen2017-11-191-5/+34
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-7/+2
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-13/+5
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-3/+3
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+1
* clipboard: Consistently use GtkTargetListBenjamin Otte2017-11-151-6/+1
* entry: Remove surface iconsBenjamin Otte2017-11-051-156/+1
* entry: Texture properties are objectsBenjamin Otte2017-11-051-8/+8
* image: Add the ability to set texturesBenjamin Otte2017-11-051-5/+158
* gtk: Use gtk_widget_set_cursor()Benjamin Otte2017-11-041-9/+2
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-6/+3
* entry: Remove unused variableBenjamin Otte2017-11-011-3/+0
* widget: Turn screen-changed signal into display-changedBenjamin Otte2017-10-311-5/+5
* Drop all uses of GdkPixbufAnimation in the gtk APIsAlexander Larsson2017-10-231-1/+0
* Drop pixbuf support in IconHelper and ImageDefinitionAlexander Larsson2017-10-231-1/+0
* GtkEntry: Use surfaces, not pixbufs for bitmapped iconsAlexander Larsson2017-10-231-64/+66
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+9
* Fix a typoMatthias Clasen2017-09-211-1/+1
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-191-2/+0
* entry: Convert to GdkEvent APIMatthias Clasen2017-09-191-5/+9
* entry: Update to using GdkEvent APICarlos Garnacho2017-09-191-9/+20
* Entry: Fix leak of text in ensure_has_tooltip()Daniel Boles2017-09-071-1/+6
* entry: Set a clipMatthias Clasen2017-09-051-0/+9
* entry: Consider input hints for Emoji supportMatthias Clasen2017-09-021-8/+12
* emoji chooser: Avoid a crashMatthias Clasen2017-09-011-1/+1
* Entry: Set tooltip text on icon for emoji chooserDaniel Boles2017-09-011-0/+8
* entry: Convert to gskMatthias Clasen2017-09-011-62/+68
* Entry: Rename int helper to gtk_entry_clear_icon()Daniel Boles2017-08-301-5/+5
* Entry: Fix Shift-click → extend/truncate selectionDaniel Boles2017-08-301-15/+22
* Entry: Handle :show-emoji-icon becoming falseDaniel Boles2017-08-281-0/+8
* Entry: Drop redundant typecastsDaniel Boles2017-08-281-3/+3
* Entry: Only open emoji picker on 2ndary icon clickDaniel Boles2017-08-281-1/+2
* widget: Remove gtk_widget_get_border_allocationTimm Bäder2017-08-141-3/+2
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-6/+3
* entry: Add support for an Emoji chooserMatthias Clasen2017-08-121-0/+104
* Remove an unused fieldMatthias Clasen2017-08-111-1/+0
* entry: get_icon_area returns in entry coordinatesTimm Bäder2017-08-031-6/+3
* Entry: Fix unset icon tooltip hiding Entry tooltipDaniel Boles2017-08-011-9/+9
* Entry: Warn about corner case hiding icon tooltipsDaniel Boles2017-08-011-0/+6
* entry: Remove unused/duplicate widget in IconInfoDaniel Boles2017-07-301-1/+0
* Fix a few testsuite failuresTimm Bäder2017-07-191-1/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-16/+13
* entry: Fix baseline alignmentTimm Bäder2017-07-191-1/+1