summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai2002-05-147-239/+533
* Don't try to draw nul characters.vte_0_3_14Nalin Dahyabhai2002-05-143-3/+8
* Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai2002-05-149-138/+393
* Make delete mode a no-op, fix ic/IC (#81417).Nalin Dahyabhai2002-05-102-9/+15
* Implement bt, ct, st. Reimplement ta.vte_0_3_12Nalin Dahyabhai2002-05-103-11/+144
* Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai2002-05-0915-603/+1305
* Warning fixes and cleanups.vte_0_3_11Nalin Dahyabhai2002-05-081-4/+7
* Implement mouse button events and motion-event and any-event tracking.Nalin Dahyabhai2002-05-085-130/+668
* Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai2002-05-066-60/+194
* Start handling mouse button down / button up events.vte_0_3_9Nalin Dahyabhai2002-05-063-7/+105
* Fix an inadvertent mixing of preprocessor logic with code.vte_0_3_8Nalin Dahyabhai2002-05-061-2/+2
* Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai2002-05-066-79/+694
* Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7Nalin Dahyabhai2002-05-038-112/+174
* 0.3.6vte_0_3_6Nalin Dahyabhai2002-05-021-1/+4
* Hook up ts/te, ks/ke sequence handlers. Fix initialization crash bugs.Nalin Dahyabhai2002-05-023-18/+136
* fix parsing of octal codes which start with "1" instead of "0" munge asvte_0_3_5Nalin Dahyabhai2002-05-025-6/+21
* Fix a crashbug due to mismatch between parent field in the object'svte_0_3_4Nalin Dahyabhai2002-05-026-54/+67
* Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai2002-05-0210-160/+496
* Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2Nalin Dahyabhai2002-05-019-11/+85
* Disconnect from toplevel configure events at finalize-time.vte_0_3_1Nalin Dahyabhai2002-04-303-2/+18
* Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3Nalin Dahyabhai2002-04-3010-126/+1241
* Track and free idle task tags properly.Nalin Dahyabhai2002-04-292-13/+73
* Handle me() by resetting all attributes (including colors, which weNalin Dahyabhai2002-04-292-8/+6
* Handle kb by treating it as a backspace. Make pangox rendering thevte_0_2_2Nalin Dahyabhai2002-04-296-34/+57
* 0.2.1vte_0_2_1vte_0_2Nalin Dahyabhai2002-04-261-1/+1
* Punt all changes to background images and transparency to an idle task.Nalin Dahyabhai2002-04-262-28/+38
* use execlp/execvpBill Nottingham2002-04-262-7/+6
* *** empty log message ***Nalin Dahyabhai2002-04-261-1/+3
* set a default scrollback line limit of 100. preserve the visible part ofNalin Dahyabhai2002-04-263-57/+45
* include config.h. fix adjustment calculations, which i didn't get quiteNalin Dahyabhai2002-04-263-4/+3
* add a ring buffer for storing scrollback data. use a ring buffer insteadNalin Dahyabhai2002-04-265-80/+451
* Run autogen before tagging so that the tag is always correct.Nalin Dahyabhai2002-04-268-38/+303
* Add the changelog.vte_0_1Nalin Dahyabhai2002-04-252-1/+523
* Add scroll wheel support.Anders Carlsson2002-04-251-0/+27
* Uncomment the tag target.Nalin Dahyabhai2002-04-251-1/+1
* Add some targets for building tarballs in a hopefully-reproducible way.Nalin Dahyabhai2002-04-253-4/+24
* Let GDK_USE_XFT turn on Xft as well as VTE_USE_XFT.Nalin Dahyabhai2002-04-251-1/+10
* Handle decoding errors better.Nalin Dahyabhai2002-04-252-33/+47
* Include pkgconfig files in the package.Nalin Dahyabhai2002-04-251-0/+1
* src/vte.c: Make multiple calls to set_background_transparent() and set_backgr...Nalin Dahyabhai2002-04-251-61/+132
* Reverse the sanity check in vte_terminal_set_background_image_file() soNalin Dahyabhai2002-04-251-1/+1
* Demote some debug messages to being trie-specific debug messages. DeclareNalin Dahyabhai2002-04-253-35/+40
* update to-do list. remove --disable-shared. remove a memory leak. fix aNalin Dahyabhai2002-04-256-70/+173
* src/vte.c: Display UTF-8 preedit strings properly, fix copy (no, really this ...Nalin Dahyabhai2002-04-231-52/+94
* src/pty.c: Print debug messages before redirecting stdio.Nalin Dahyabhai2002-04-233-85/+171
* src/pty.c: Fix a compile warning.Nalin Dahyabhai2002-04-231-1/+1
* autogen.sh: Default to include optimization, even for debugging.Nalin Dahyabhai2002-04-235-221/+555
* add vte_terminal_set_fontHavoc Pennington2002-04-232-42/+212
* when setting background color, use allocated color, and don't overwrite with ...Havoc Pennington2002-04-221-1/+2
* use gdk_rgb_find_color to allocate X colorsHavoc Pennington2002-04-221-11/+9