summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* entry: No need to reset layouts on style_updatedAlexander Larsson2012-12-061-2/+0
* gtk: Use context's fontBenjamin Otte2012-12-061-17/+3
* Send a notification when a GtkEntry icon's tooltip text changesMike Gorse2012-11-121-0/+3
* entry: fix requisition width/height to use the current pango layoutCosimo Cecchi2012-09-031-3/+5
* Make spinbutton orientablePaolo Borelli2012-09-031-10/+44
* Add a way to test touch featuresMatthias Clasen2012-09-031-3/+7
* Implement touch text selection in GtkEntryCarlos Garnacho2012-09-031-22/+290
* Allow setting Pango attributes on entriesMatthias Clasen2012-08-311-7/+86
* Move entry completion code where it belongsMatthias Clasen2012-08-311-604/+28
* GtkEntry: pack GtkEntryPrivate a bit betterMatthias Clasen2012-08-301-1/+12
* Trivial: Fix a whitespace messupMatthias Clasen2012-08-251-2/+2
* Add documentationMatthias Clasen2012-08-201-3/+67
* GtkEntry: Add input purpose and hintsMatthias Clasen2012-08-201-1/+100
* Export gtk_entry_get_display_text() as a private function throughMario Sanchez Prada2012-08-101-11/+11
* Ensure pixbufs as entry icons get resizedCarlos Garnacho2012-07-131-0/+3
* entry: guard for != NULL before unreffing the pixbufCosimo Cecchi2012-07-081-1/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-3/+3
* entry-completion: don't move to leftmost character with inline-selectionCosimo Cecchi2012-06-131-3/+4
* fix a typoMatthias Clasen2012-06-131-2/+3
* Update docs for GtkEntry::activateMatthias Clasen2012-06-111-6/+6
* gtk_entry_[get|set]_inner_border(): Clarify the deprecation docs.José Alburquerque2012-05-061-10/+15
* Add support for disabling middle click pasteBastien Nocera2012-05-031-1/+16
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* entry: Don't show a num lock warningMatthias Clasen2012-03-221-6/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* entry: Handle ::grab-notifyCarlos Garnacho2012-02-231-4/+33
* entry: fix progressbar area size for interior-focus = FALSECosimo Cecchi2012-02-211-6/+0
* entry: trim the progress bar area if the text area is resizedCosimo Cecchi2012-02-201-5/+31
* entry: don't force zero Y coordinate for insertion cursorCosimo Cecchi2012-02-181-4/+3
* Documentation: Correct references to properties.Murray Cumming2012-02-151-1/+1
* gtkentry: Fix compilation warningsJavier Jardón2012-01-311-2/+0
* entry: deprecate the progress-border style propertyCosimo Cecchi2012-01-311-1/+5
* entry: use the CSS margin for the progress margin offsetCosimo Cecchi2012-01-311-19/+28
* entry: use padding on the image area to position the imageCosimo Cecchi2012-01-311-20/+27
* entry: deprecate inner-border and gtk_entry_get/set_inner_border()Cosimo Cecchi2012-01-311-15/+46
* entry: always add padding to the allocationCosimo Cecchi2012-01-311-4/+4
* entry: don't consider inner-border for allocation and layoutCosimo Cecchi2012-01-311-56/+14
* entry: don't blindly center the text area in the allocated heightCosimo Cecchi2012-01-311-1/+1
* entry: change _gtk_entry_get_borders() to return a GtkBorderCosimo Cecchi2012-01-311-34/+37
* entry: allocate the CSS borders to GtkEntryCosimo Cecchi2012-01-311-3/+4
* gtkentry: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-4/+4
* entry: Use the widget state flags as a base for drawing icons and textRui Matos2011-12-191-6/+6
* entry: Stop setting state flags on the style context for drawingRui Matos2011-12-191-7/+0
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
* entry: Move freeze/thaw into begin/end_changeBenjamin Otte2011-12-161-10/+6
* entry: Don't try to handle Tab in entry completionsBenjamin Otte2011-12-161-6/+1
* entry: avoid a mismatched cairo_save/restoreCosimo Cecchi2011-12-041-5/+4
* Introduce gtk_render_insertion_cursorPaolo Borelli2011-12-011-61/+8
* Remove draw_insertion_cursor in label and entryPaolo Borelli2011-12-011-35/+14
* entry: simplify codeCosimo Cecchi2011-11-301-8/+3