summaryrefslogtreecommitdiff
path: root/src/text.c
Commit message (Expand)AuthorAge
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* correctly handle UTF-8 input text in the text info dialog (Fixes bugLucas Rocha2007-05-27
* fix seg fault when outputing files with special printf format stringsLucas Rocha2007-05-14
* correctly stdin input for text info dialog (Fixes bug #336736).Lucas Rocha2006-07-28
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-08
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from PaulGlynn Foster2004-07-19
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-26
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-19
* Handle stdin. Fixes #132517.Glynn Foster2004-01-26
* user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke2003-07-13
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-13
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-10
* Sigh - half a job done as usual :)Mike Newman2003-01-21
* Fixed a bug I introduced! Ensure that an editable --text-info dialog getsMike Newman2003-01-21
* Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster2003-01-19
* Add --editable option to --text-info, and return edited textbuffer contents o...Mike Newman2003-01-19
* Some new window icons.Glynn Foster2003-01-18
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
* Initial revisionGlynn Foster2003-01-03
bgstack15