summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includesMatthias Clasen2020-02-091-1/+0
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-6/+6
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-9/+6
* widget: Replace style-updated signal with css_changed vfuncBenjamin Otte2020-02-051-9/+6
* Merge branch 'reset-with-click' into 'master'Matthias Clasen2020-01-291-2/+3
|\
| * Always emit reset for IM preedit with mouse clickTakao Fujiwara2019-02-201-2/+3
* | cssnode: Convert name + id from interned string to GQuarkBenjamin Otte2020-01-281-3/+3
* | text: Don't compute invisible char in initMatthias Clasen2020-01-231-2/+2
* | Update all callersMatthias Clasen2020-01-111-12/+30
* | Update all usersMatthias Clasen2020-01-081-1/+1
* | Update all callersMatthias Clasen2020-01-081-3/+7
* | text: Remove unnecessary drag highlightingMatthias Clasen2020-01-081-5/+0
* | text: Use GDK content formats APIMatthias Clasen2020-01-081-2/+1
* | text: Fix dragging of text across focus changesMatthias Clasen2020-01-081-1/+9
* | text: Use gdk_drag_beginMatthias Clasen2020-01-081-30/+34
* | dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-3/+4
* | dragsource: Tweak api, update all callersMatthias Clasen2020-01-081-5/+7
* | Move code overMatthias Clasen2020-01-081-1/+0
* | Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-1/+1
* | droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
* | Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
* | text: Port to GtkDropTargetMatthias Clasen2020-01-081-101/+100
* | text: Convert to GtkDragSourceMatthias Clasen2020-01-081-92/+39
* | text: Reset cursor opacity when unmappingTimm Bäder2020-01-071-0/+2
* | gtk: Remove menu codeMatthias Clasen2019-12-291-1/+0
* | text: add undo support to GtkTextChristian Hergert2019-11-051-0/+171
* | text: Propagate pango attributes to placeholderTimm Bäder2019-10-221-0/+4
* | text: Fix _set_attributes docsTimm Bäder2019-10-221-2/+3
* | text: Remove some unused membersTimm Bäder2019-10-221-5/+1
* | text: Fix context menu positionTimm Bäder2019-10-221-1/+1
* | text: Inline function into only callerTimm Bäder2019-10-221-20/+12
* | text: Remove gtk_text_get_text_allocationTimm Bäder2019-10-221-65/+40
* | text: Don't destroy pango layout in size_allocateTimm Bäder2019-10-221-129/+138
* | text: Remove an unnecessary queue_draw() callTimm Bäder2019-10-221-1/+0
* | Initialize cursor alpha to 1.0Benjamin Otte2019-10-161-0/+1
* | widget: Make gtk_widget_grab_focus() return a booleanBenjamin Otte2019-10-151-6/+11
* | Remove unused includesMatthias Clasen2019-09-161-2/+0
* | text: Fix a crash when retrieving the selected textTimm Bäder2019-09-091-2/+5
* | text: Delay initial cursor blinkingMatthias Clasen2019-07-231-6/+14
* | text: Remove an outdated commentMatthias Clasen2019-07-231-3/+0
* | fix the buildMatthias Clasen2019-07-231-1/+1
* | text: Fix incomplete invalidationMatthias Clasen2019-07-231-0/+11
* | text: Smooth cursor blinkingMatthias Clasen2019-07-211-80/+96
* | text: Don't leak emoji chooserTimm Bäder2019-07-151-0/+4
* | text: Move some locals into the closest scopeTimm Bäder2019-07-151-3/+2
* | text: Remove some useless castsTimm Bäder2019-07-151-3/+3
* | text: Move some locals into the closest scopeTimm Bäder2019-07-151-3/+4
* | widget: Rename a functionMatthias Clasen2019-06-221-12/+12
* | Replace stateful actions by property actionsMatthias Clasen2019-06-221-45/+3
* | widget: Add parameter type back to install_actionMatthias Clasen2019-06-221-8/+8