]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
Rename GtkEntry icon-related signals
[~andy/gtk] / gtk / gtkentry.c
2008-12-31 Matthias ClasenRename GtkEntry icon-related signals
2008-12-31 Matthias ClasenFix typo
2008-12-31 Matthias ClasenCode cleanups; get rid of get_text_area_size, replace...
2008-12-31 Matthias ClasenAVoid size allocation loops
2008-12-31 Matthias ClasenFix errors in property definitions and get_property...
2008-12-31 Matthias ClasenAnd amend the docs, too
2008-12-31 Matthias ClasenRedo the Caps Lock warning using an icon
2008-12-29 Matthias ClasenDoc additions
2008-12-29 Matthias ClasenDoc additions.
2008-12-29 Matthias ClasenDoc fixes
2008-12-28 Matthias ClasenDocumentation fixes
2008-12-27 Matthias ClasenMore docs
2008-12-27 Matthias ClasenDon't emit ::icon-pressed on nonactivatable icons....
2008-12-27 Matthias ClasenFix interaction between icons and widget sensitivity...
2008-12-27 Matthias ClasenAllow builtin icons when loading themed icons, and...
2008-12-27 Matthias ClasenSmall fixes to the icon entry code
2008-12-27 Matthias ClasenEmit property notification for the text-length property
2008-12-19 Cody RussellBug 85292 – add an icon to gtkentry
2008-12-05 Michael NattererBug 546285 – Allow GtkEntry to draw progress
2008-12-01 Matthias ClasenRevert an accidental change
2008-11-29 Matthias Clasenimprove deprecation annotation
2008-11-12 Christian DywanBug 560139 – GtkEntry doesn't paint with the right...
2008-10-30 Michael Natterergtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimco...
2008-10-24 Matthias ClasenBug 556835 – gtkentry.c: variable is declared at middle...
2008-10-22 Behdad EsfahbodBug 555920 – gtkentry.c passes wrong enum to
2008-10-03 Matthias ClasenBug 96431 – Can't cut and paste / DND within invisible...
2008-10-03 Matthias ClasenBug 530575 – GtkEntry with invisible chars has a confus...
2008-09-29 Matthias ClasenBug 530568 – Entries with visibility=FALSE should warn...
2008-09-29 Matthias ClasenBug 371908 – Password Entry broken Bug 317002 – Disable...
2008-09-19 Carlos GarnachoBug 83935 – GtkEntry's default invisible char should...
2008-09-03 Christian DywanBug 547449 – Entry/ Combo popup misplaced after resize
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2008-08-11 Sven Neumanngtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-07-21 Matthias ClasenDoc fixes
2008-07-04 Matthias ClasenFix the getter for text-length
2008-07-04 Michael Nattererset need_im_reset to FALSE instead of 0.
2008-07-04 Michael NattererAllocate with GSlice:
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Johan DahlinFix up deprecated markup syntax. Add version numbers...
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Tim JanikSet the Since: values in the API docs to GSEAL-branch...
2008-06-20 Tim JanikSeal GtkEntry
2008-06-16 Michael Nattererremoved function drag_begin_cb(), which was in svn...
2008-06-13 Matthias ClasenFix frame size allocation
2008-05-25 Jan Arne PetersenReorder strange window hierarchy of the GtkSpinButton...
2008-04-25 Björn LindqvistUse existing window size when painting the flat box...
2008-02-16 Matthias ClasenUse gtk_drag_*_add_{text,uri}_targets instead of hardco...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2007-09-10 Kjartan MaraasFix some typos. Closes bug #475400.
2007-09-08 Matthias ClasenApply a number of patches by Xan Lopez to improve the...
2007-07-31 Xan Lopezreset the completion prefix on Enter too, plug potentia...
2007-07-19 Matthias ClasenHandle keypresses better when there is no completion...
2007-07-16 Matthias ClasenFix some issues with some combinations of inline-select...
2007-06-12 Yevgen MuntyanImplement block-cursor for overwrite mode. (#80378)
2007-06-11 Matthias ClasenStore cursor_hadjustment as object data
2007-06-11 Matthias ClasenDon't leak cursor_hadjustment
2007-05-27 Matthias ClasenMove docs inline
2007-05-26 Matthias ClasenRequire gtk-doc 1.6, for signal and property links.
2007-05-19 Matthias ClasenAdd gtk_entry_[gs]et_cursor_hadjustment() to allow...
2007-04-28 Matthias ClasenSame fix for gtk_entry_real_insert_text
2007-04-28 Matthias ClasenOnly call g_object_get() when necessary. (#373137,...
2007-04-28 Xan LopezRember the user input that triggered the completion...
2007-04-27 Xan LopezSupport inline-selection in entries (#318459)
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-03-08 Mathias HasselmannAdd shadow-type style property, set shadow-type propert...
2007-02-07 Tim Janikfixed motion request condition which was wrongly ported...
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2007-01-18 Michael Natterergtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2007-01-12 Michael Nattererdon't add entry->scroll_offset to entry->drag_start_y...
2007-01-03 Matthias ClasenWork when the entry is not realized. (#392315, Yevgen...
2007-01-02 Matthias ClasenCenter in the frame. (#304482, Rob Staudinger, patch...
2006-12-31 Matthias ClasenDon't install cursors on insensitive widgets. (#358864...
2006-12-29 Matthias ClasenDon't die in an assertion if focus went missing. Just...
2006-12-24 Behdad EsfahbodUse gtk_border_free when freeing border.
2006-12-24 Matthias ClasenWhen shift-clicking, keep the larger part of the select...
2006-12-24 Behdad EsfahbodBug 340141 – Update to Pango 1.16 API
2006-12-24 Matthias ClasenEmit changed and notify:text only once. The same fix...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-07 Paolo MaggiFixes bug #383407
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-10-04 Matthias ClasenFix interaction of GtkEntryCompletion with input method...
2006-09-01 Matthias ClasenDon't unnecessarily reset the im context when deleting...
2006-09-01 Matthias ClasenStop cursor blinking after a configurable timeout....
2006-08-16 Matthias ClasenPopup completion if paste is at the end (patch was...
2006-08-15 Matthias ClasenExport privately. Adjust all callers.
2006-08-14 Matthias ClasenDon't leak in the non-editable case. (#350258, Colin...
2006-08-06 Matthias ClasenExport gtk_entry_reset_im_context privately.
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-06-08 Matthias Clasenmake it compile
2006-06-08 Matthias ClasenAdjust Delete insensitivity
2006-05-18 Matthias ClasenMake drops end up at the right spot. (#342072, Yevgen...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-27 Matthias ClasenImprove positioning of the menu when popped up by keyna...
next