aboutsummaryrefslogtreecommitdiff
path: root/src/idoentrymenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Drop local config.h includes.Robert Tari2021-04-211-1/+0
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-20/+41
* Add introspection and Vala support to IDORobert Ancell2012-12-141-4/+18
* remove the gtk2 conditional compiles for IdoEntryMenuItemCharles Kerr2012-08-221-24/+0
* require gtk3Charles Kerr2012-05-071-4/+0
* removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ...Ken VanDine2011-12-141-0/+6
* fix build errors with gtk2Michael Terry2011-06-011-0/+24
* porting to gtk3, WIPKen VanDine2011-05-271-21/+19
* When we grab focus, it seemed to also select all the text.Cody Russell2010-09-101-13/+0
* blehCody Russell2010-07-291-7/+1
* Send button-press and button-release events to the entry. Also grab focus at ...Cody Russell2010-07-071-15/+33
* Don't return TRUE if keyval is GDK_Return.Cody Russell2010-03-181-2/+6
* Don't capture up/down keys. Compile fixes for latest gtk+.Cody Russell2010-03-151-3/+21
* Button press event fixes.Cody Russell2010-03-101-9/+14
* Don't forward the event to the entry if the user hit the Esc key.Cody Russell2010-03-091-1/+3
* Return TRUE after forwarding the event to priv->entryCody Russell2010-03-081-0/+2
* Test ARM fixCody Russell2010-02-051-1/+1
* Merge license change branchCody Russell2010-02-041-13/+16
|\
| * Copyright/license fuCody Russell2010-02-041-13/+16
* | Spacing fixesCody Russell2010-02-041-4/+15
|/
* Entry menu itemsCody Russell2010-02-011-0/+232