summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* all: Name more idles and timeoutsBastien Nocera2014-03-261-4/+9
* textview: Mind the lateral windows when setting handles/popovers positionsCarlos Garnacho2014-03-171-0/+33
* textview: Postpone text handles creation until when neededCarlos Garnacho2014-03-101-34/+48
* textview: Postpone magnifier creation until when neededCarlos Garnacho2014-03-101-5/+19
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-30/+30
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* docs: don't use <anchor>William Jon McCann2014-02-071-12/+12
* docs: use apostrophe in *'dWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-8/+8
* docs: use proper apostropheWilliam Jon McCann2014-02-071-11/+11
* docs: Use markup for linksWilliam Jon McCann2014-02-071-14/+15
* docs: use proper quotesWilliam Jon McCann2014-02-051-7/+7
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* Docs: Use markdown for listsMatthias Clasen2014-02-021-7/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* textview: Set GTK_STYLE_CLASS_OSD on text selection popoversCarlos Garnacho2014-01-221-0/+4
* popover: Add a "modal" boolean property to GtkPopoverCarlos Garnacho2014-01-221-0/+2
* texthandle: Remove relative_to APICarlos Garnacho2014-01-221-4/+0
* textview: Set use-underline in popover GtkToolButtonsCarlos Garnacho2014-01-221-0/+1
* textview: Use GtkMagnifier on touch selectionCarlos Garnacho2014-01-221-1/+47
* Introduce GtkPopoverCarlos Garnacho2014-01-221-6/+5
* textview: Avoid bubblewindow popup/popdown APICarlos Garnacho2014-01-221-5/+10
* bubblewindow: Make it relative to GtkWidget coordinatesCarlos Garnacho2014-01-221-4/+2
* GtkTextView: Fix scrolling of added childrenAlexander Larsson2014-01-101-9/+32
* all: Add names to timeoutsBastien Nocera2013-10-231-3/+14
* GtkTextView: Fix horizontal scrollingAlexander Larsson2013-10-021-5/+6
* GtkTextView: Fix regression in GtkSourceView drawingAlexander Larsson2013-10-021-12/+7
* GtkTextView: add create_buffer virtual method pointerSébastien Wilmet2013-09-261-1/+10
* textview: use pixelcache rendered area to inform invalidation region.Christian Hergert2013-09-091-9/+42
* textview: only set invalidate handler for text window.Christian Hergert2013-09-061-2/+5
* textview: Use guint since we specify ": 1"Paolo Borelli2013-09-011-1/+1
* GtkTextView: Use *some* extra size for horizontal scrollingAlexander Larsson2013-08-261-1/+1
* textview: use pixelcache to indirectly renderer to widget.Christian Hergert2013-08-261-2/+97
* Add a style class for context menusMatthias Clasen2013-08-181-0/+2
* Revert "Deprecate and ignore the cursor blink settings"Matthias Clasen2013-08-161-10/+42
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-7/+9
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Deprecate and ignore the cursor blink settingsWilliam Jon McCann2013-06-261-41/+11
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-13/+12
* GtkTextView: Remove the Unicode and input method menusMatthias Clasen2013-06-071-69/+14
* Doc: various small fixesSébastien Wilmet2013-05-121-3/+4
* GtkTextView: don't popdown a bubble if we don't have oneGiovanni Campagna2013-03-061-1/+2
* Rename property to be more neutralMatthias Clasen2013-03-051-18/+22
* Really keep GtkBubbleWindow privateMatthias Clasen2013-03-051-5/+5
* Small documentation tweakMatthias Clasen2013-03-051-1/+2
* Popdown the bubble window when text view is scrolledMatthias Clasen2013-03-051-0/+4
* Allow to populate bubbles with extra contentMatthias Clasen2013-03-051-6/+40