Commit Graph

28 Commits

Author SHA1 Message Date
mdb 756c28af57 We now properly obtain the selection and report key presses. Much more
wiring up to be done.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1332 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-30 23:50:18 +00:00
mdb e06d189d6e Beginnings of a C++ rewrite. We love to switch languages!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1330 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-28 21:34:59 +00:00
mdb 53d25e736b Don't include various wacky key modifiers in our conversion routine. We
only care about Shift, Control and Alt (Mod1).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@678 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-19 00:22:31 +00:00
mdb 0af3fcf8dd Not to destroy our properties box when it is closed.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@677 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-18 00:30:24 +00:00
mdb e3da80aefb Set up some default bindings if there are none to be loaded.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@675 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-18 00:03:41 +00:00
mdb be6c4511ee Persistent history and tab completion (from the history) support.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@669 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-17 21:25:20 +00:00
mdb 92a7a39328 Figure out where we're installed and load things from there.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@665 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-17 10:13:36 +00:00
mdb c55d5cba95 Commented out debug logging.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@664 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-17 10:13:25 +00:00
mdb a7f2bc97b2 Removed C build system. Added wrapper script.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@663 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-17 09:32:23 +00:00
mdb 31e910ca6e Added the Glade files.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@662 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-17 09:03:41 +00:00
mdb 7a280c80f9 Reimplemented lookuplet in Python and Glade.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@661 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-17 09:03:06 +00:00
shaper 93bcb0bbdb Added history and tab-completion based on the history contents. Fixed
potential segmentation fault if key symbol translation fails.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@650 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-03-14 16:45:26 +00:00
mdb 998d8d60cb Whitespace massaging modifications.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@309 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-21 18:46:10 +00:00
mdb 4907f24cab Point to the right pixmap file.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@306 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 03:46:51 +00:00
mdb c9deae38a7 Modified code to allow running as an applet or standalone. It auto detects
whether to operate in applet mode based on the command line arguments.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@297 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-18 02:34:06 +00:00
mdb 4b73305fee No need to return gboolean from launch.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@289 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 20:52:40 +00:00
mdb 8f8d2eb849 Added copyright headers, modified binding defaults.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@285 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 20:25:09 +00:00
mdb 50987c7cf0 Now that we're not an applet, we need to call gnome_init() rather than
gtk_init(). Also slipped in some conditionals for the NLS stuff.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@283 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 19:26:31 +00:00
mdb 0664031824 Modifications to build lookuplet like a GNOME app rather than an applet.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@281 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-16 00:12:11 +00:00
mdb 0b7a29c7ed Exit after launching unless we're being compiled in applet mode (which
isn't fully reinstated yet anyway).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@95 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-03-10 20:43:57 +00:00
mdb d7ad411c11 Prune whitespace from the end of the selection before inserting it into
the lookuplet text widget.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@94 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-03-10 20:30:58 +00:00
mdb 04579d4623 Removed debug output.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@57 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-24 02:48:22 +00:00
mdb 122fd7c694 git-svn-id: https://samskivert.googlecode.com/svn/trunk@56 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2001-02-24 02:45:45 +00:00
mdb 650960a95e Was missing 'void' in the prototype which confuses the C compiler.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@55 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-24 02:45:36 +00:00
mdb 26aa333625 No need to include entry.h as we don't use our own GtkEntry derived class
any longer.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@54 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-24 02:45:18 +00:00
mdb 9dcafda455 Changed from a GNOME applet to a standalone application. Finished the
implementation of various things.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@53 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-24 02:35:20 +00:00
mdb d3d22fcf68 Added ignore files to ignore all the autogenerated crap.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@36 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-10 23:41:15 +00:00
mdb 537e308c62 Initial, incomplete, version of lookuplet.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@35 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-10 23:38:39 +00:00