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
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-16
Support AM_SILENT_RULES
Christian Persch
1
-1
/
+1
2009-05-18
Bug 583129 – [python] allow passing None as command or directory option
Frédéric Péters
1
-2
/
+2
2009-05-18
Bug 583078 – [python] allow passing of environment as a dictionary
Frédéric Péters
1
-33
/
+59
2009-04-17
Add git.mk
Behdad Esfahbod
1
-0
/
+2
2009-02-02
Bug 570208 – vte fails to build outside source tree
Christian Persch
1
-6
/
+6
2008-12-10
Bug 562695 - ship pkg-config file for python bindings
Paolo Borelli
2
-1
/
+18
2008-11-29
Register the constants too!
Christian Persch
1
-0
/
+2
2008-11-22
Fix missing-prototypes warnings.
Christian Persch
1
-0
/
+3
2008-10-14
Add new API to the python bindings.
Christian Persch
1
-4
/
+41
2008-10-06
Add new function to the python bindings.
Christian Persch
1
-0
/
+10
2008-09-07
Update python bindings.
Christian Persch
1
-30
/
+97
2007-06-18
Use AM_LDFLAGS instead of LDFLAGS
Behdad Esfahbod
1
-1
/
+1
2007-02-27
Bug 410986 – Fails to build with -z defs
Chris Wilson
1
-1
/
+5
2007-02-26
Bug 410986 – Fails to build with -z defs
Chris Wilson
1
-1
/
+1
2007-02-01
Bug 382245 – __PyGtk_API multiply defined in python module
Chris Wilson
1
-0
/
+1
2007-01-24
Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris
Chris Wilson
2
-4
/
+4
2007-01-22
Bug 123591 – vte_terminal_fork_command succeeds even when it does not
Chris Wilson
2
-4
/
+4
2007-01-18
And the corresponding overrides. [The downsides of losing track of which
Chris Wilson
1
-0
/
+89
2007-01-18
Add missing export of vte_terminal_get_text_include_trailing_spaces,
Chris Wilson
1
-0
/
+9
2007-01-09
Remove .cvsignore files (moved to svn:ignore prop)
Behdad Esfahbod
1
-3
/
+0
2006-07-10
Bug 345377 – real transparency Patch from Kristian Høgsberg <krh
Behdad Esfahbod
3
-2
/
+11
2006-06-12
Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch
Behdad Esfahbod
1
-2
/
+2
2006-04-20
Misc fixes and updates.
Behdad Esfahbod
2
-9
/
+68
2006-04-20
Bug 135230 – Feature request to attach VTE to existing pty Based on
Behdad Esfahbod
1
-0
/
+10
2006-02-14
Return 0. (bug #331178)
Behdad Esfahbod
2
-2
/
+2
2006-02-11
Update the build infrastructure. make distcheck works now!
Behdad Esfahbod
1
-1
/
+1
2005-12-12
python-vte seems to have a small bug in the override file that prevents
Kjartan Maraas
1
-0
/
+2
2005-11-08
Update.
Kjartan Maraas
1
-4
/
+15
2005-07-26
pyg_boxed_get should be on item not py_palette. Reported with fix by Loïc
Michele Baldessari
1
-1
/
+1
2005-03-17
Remove stray underscores so python module works again. Fixes bug #150760.
Manish Singh
1
-2
/
+2
2004-05-30
add ignore files
Thomas Vander Stichele
1
-0
/
+3
2004-04-30
include get_default_emulation binding.
Nalin Dahyabhai
1
-3
/
+9
2004-04-20
toggle the IUTF8 flag, if it was defined at compile-time (maybe for
Nalin Dahyabhai
1
-2
/
+2
2004-04-20
define a modulename override so that the Terminal class is registered in
Nalin Dahyabhai
2
-1
/
+8
2004-04-20
add, for the sake of bindings.
Nalin Dahyabhai
2
-0
/
+34
2004-04-20
call GtkWidget's key_press_event callback for keys, in case GtkWidget has
Nalin Dahyabhai
1
-2
/
+2
2003-09-15
add specs for set_color_cursor and set_color_highlight.
Nalin Dahyabhai
1
-0
/
+18
2003-08-13
if we don't find the python headers (even if we found python), disable
Nalin Dahyabhai
2
-1
/
+79
2003-08-12
reorder arguments to match the order for the C versions (#118882). fix
Nalin Dahyabhai
2
-85
/
+104
2003-08-11
add binding for get_padding() (bug #118834).
Nalin Dahyabhai
1
-0
/
+15
2003-08-11
add binding for get_cursor_position() (bug #118800).
Nalin Dahyabhai
1
-0
/
+16
2003-08-11
give length parameters for feed() and feed_child() default values of -1
Nalin Dahyabhai
2
-2
/
+22
2003-08-11
add overrides for feed() and feed_child() methods which use the length of
Nalin Dahyabhai
1
-0
/
+38
2003-03-06
regenerate. update for vte_char_attributes rename.
Nalin Dahyabhai
2
-6
/
+52
2002-12-10
add "uk" to the list of languages. remove the alternate attribute bit --
Nalin Dahyabhai
1
-4
/
+4
2002-11-05
handle end-of-line selection correctly. Stop highlighting selection on
Nalin Dahyabhai
1
-0
/
+46
2002-10-25
snip off final newlines when we're matching, they're usually not wanted.
Nalin Dahyabhai
3
-24
/
+249
2002-10-18
make sure that strings passed to a commit signal are zero-terminated
Nalin Dahyabhai
1
-1
/
+1
2002-10-16
adjust our adjustments whenever a line might scroll off the top of the
Nalin Dahyabhai
1
-8
/
+7
2002-10-15
add super-bogus bold text mode (Red Hat #74779).
Nalin Dahyabhai
1
-0
/
+15
[next]