index
:
~krh/vte
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vte.spec
Age
Commit message (
Expand
)
Author
Files
Lines
2002-07-30
Check for wint_t and attempt to allow compiles even when wint_t isn't
Nalin Dahyabhai
1
-1
/
+5
2002-07-25
0.5.4
vte_0_5_4
Nalin Dahyabhai
1
-1
/
+4
2002-07-24
Add private vte_pty_set_size() function. vte_pty_open() takes size
vte_0_5_3
Nalin Dahyabhai
1
-1
/
+4
2002-07-23
0.5.2
vte_0_5_2
Nalin Dahyabhai
1
-1
/
+4
2002-07-19
Fudge the repaint line count by one when scrolling regions to ensure that
Nalin Dahyabhai
1
-1
/
+10
2002-07-18
Implement enough of set-mode and reset-mode to allow toggling of insert
vte_0_5_0
Nalin Dahyabhai
1
-0
/
+6
2002-07-18
Actually set ALL_LINGUAS so translations get installed. Document the
Nalin Dahyabhai
1
-3
/
+4
2002-07-16
Guess at an appropriate bold version of the foreground color instead of
vte_0_4_9
Nalin Dahyabhai
1
-0
/
+1
2002-07-16
Correctly check for g_iconv_open() failure. Try to give a meaningful error
Nalin Dahyabhai
1
-1
/
+7
2002-07-15
wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changes
Nalin Dahyabhai
1
-1
/
+6
2002-07-13
Added. Add -a/-b flags to control audible bell and blinking cursors. Only
Nalin Dahyabhai
1
-1
/
+10
2002-07-02
Make shift+button1 extend selection.
Nalin Dahyabhai
1
-2
/
+7
2002-07-01
Fix memory leak when we get conversion errors.
vte_0_4_7
Nalin Dahyabhai
1
-1
/
+2
2002-07-01
Draw unicode line-drawing code points natively as we do for the GR1
Nalin Dahyabhai
1
-1
/
+4
2002-06-26
Bind F10 to "k;", not "k0". Add "k;" defined as F10.
vte_0_4_5
Nalin Dahyabhai
1
-0
/
+1
2002-06-26
Check for redundant resizes. Keep the alternate screen buffer size the
Nalin Dahyabhai
1
-2
/
+8
2002-06-25
Treat option 1049 as a combination of 1047 and 1048. When finalizing while
vte_0_4_4
Nalin Dahyabhai
1
-1
/
+5
2002-06-19
Fix package description.
Nalin Dahyabhai
1
-4
/
+5
2002-06-19
Fix refs/derefs with IOChannels and sources. Clean up I/O GIConv
Nalin Dahyabhai
1
-1
/
+4
2002-06-18
0.4.2
vte_0_4_2
Nalin Dahyabhai
1
-1
/
+5
2002-06-18
Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47
vte_0_4_1
Nalin Dahyabhai
1
-1
/
+4
2002-06-14
move the python module to the non-devel package
vte_0_4_0
Nalin Dahyabhai
1
-2
/
+2
2002-06-14
Oops, shell typo.
Nalin Dahyabhai
1
-1
/
+1
2002-06-14
Add a parameter for passing in environment variables to add. Preprocess
Nalin Dahyabhai
1
-4
/
+4
2002-06-14
Build python bindings with -fPIC.
Nalin Dahyabhai
1
-1
/
+7
2002-06-14
0.3.30
Nalin Dahyabhai
1
-1
/
+5
2002-06-10
Finish merging otaylor's Xft2 patch (oops). Compute padding correctly.
Nalin Dahyabhai
1
-1
/
+4
2002-06-10
0.3.28
vte_0_3_28
Nalin Dahyabhai
1
-0
/
+3
2002-06-10
Center characters in their cells, caching their extents. Finish merging
Nalin Dahyabhai
1
-1
/
+2
2002-06-10
0.3.27
vte_0_3_27
Nalin Dahyabhai
1
-2
/
+5
2002-06-07
Check for pangoxft with Xft1 or Xft2, hopefully getting things right for
vte_0_3_26
Nalin Dahyabhai
1
-2
/
+6
2002-06-05
1.3.25
vte_0_3_25
Nalin Dahyabhai
1
-1
/
+4
2002-06-03
Tweak handling of invalid multibyte characters, preventing some hangs.
vte_0_3_24
Nalin Dahyabhai
1
-1
/
+4
2002-05-31
Finish switching iconv to g_iconv. I think this was a part of Hidetoshi
vte_0_3_23
Nalin Dahyabhai
1
-1
/
+5
2002-05-29
Always free the segment when freeing arrays and strings.
vte_0_3_22
Nalin Dahyabhai
1
-1
/
+4
2002-05-28
Fix cb() and ce() when the cursor is on a line without data (needed to
vte_0_3_21
Nalin Dahyabhai
1
-1
/
+4
2002-05-24
Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.
vte_0_3_20
Nalin Dahyabhai
1
-1
/
+4
2002-05-21
0.3.19
vte_0_3_19
Nalin Dahyabhai
1
-1
/
+4
2002-05-17
Try multiple versions of automake, just in case. Fix displaying of
Nalin Dahyabhai
1
-1
/
+4
2002-05-16
Snip trailing whitespace off of copied lines, insert an end-of-line only
Nalin Dahyabhai
1
-1
/
+4
2002-05-15
Send kI on insert key. Don't send drag events when the child has only
vte_0_3_16
Nalin Dahyabhai
1
-2
/
+8
2002-05-14
Don't send motion-tracking events to the child unless we're dragging. Fix
vte_0_3_15
Nalin Dahyabhai
1
-1
/
+4
2002-05-14
Don't try to draw nul characters.
vte_0_3_14
Nalin Dahyabhai
1
-2
/
+5
2002-05-14
Add "ALL" as a debug flag, aliased to everything. Print debug info after
vte_0_3_13
Nalin Dahyabhai
1
-1
/
+4
2002-05-09
Fixes to usage of iconv, from otaylor. Remap characters which are missing
Nalin Dahyabhai
1
-1
/
+5
2002-05-08
Implement mouse button events and motion-event and any-event tracking.
Nalin Dahyabhai
1
-1
/
+4
2002-05-06
Hide the mouse cursor when we get keyboard events. Use a different mouse
vte_0_3_10
Nalin Dahyabhai
1
-1
/
+4
2002-05-06
Start handling mouse button down / button up events.
vte_0_3_9
Nalin Dahyabhai
1
-1
/
+4
2002-05-06
Finish implementing window-manipulation sequences. Rename signals to be
Nalin Dahyabhai
1
-1
/
+4
2002-05-03
Export a vte_termcap_strip() function for preprocessing escape sequences
vte_0_3_7
Nalin Dahyabhai
1
-1
/
+5
[next]