summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Bug 585370 - Incomplete disabling of pythonBehdad Esfahbod2009-10-231-1/+2
* Fix memory leaks in python bindings (bug #596739).Benjamin Berg2009-10-051-75/+56
* Bug 587894 - the environment passing with python does no longer workBehdad Esfahbod2009-09-291-5/+5
* Support AM_SILENT_RULESChristian Persch2009-08-161-1/+1
* Bug 583129 – [python] allow passing None as command or directory optionFrédéric Péters2009-05-181-2/+2
* Bug 583078 – [python] allow passing of environment as a dictionaryFrédéric Péters2009-05-181-33/+59
* Add git.mkBehdad Esfahbod2009-04-171-0/+2
* Bug 570208 – vte fails to build outside source treeChristian Persch2009-02-021-6/+6
* Bug 562695 - ship pkg-config file for python bindingsPaolo Borelli2008-12-102-1/+18
* Register the constants too!Christian Persch2008-11-291-0/+2
* Fix missing-prototypes warnings.Christian Persch2008-11-221-0/+3
* Add new API to the python bindings.Christian Persch2008-10-141-4/+41
* Add new function to the python bindings.Christian Persch2008-10-061-0/+10
* Update python bindings.Christian Persch2008-09-071-30/+97
* Use AM_LDFLAGS instead of LDFLAGSBehdad Esfahbod2007-06-181-1/+1
* Bug 410986 – Fails to build with -z defsChris Wilson2007-02-271-1/+5
* Bug 410986 – Fails to build with -z defsChris Wilson2007-02-261-1/+1
* Bug 382245 – __PyGtk_API multiply defined in python moduleChris Wilson2007-02-011-0/+1
* Bug 400184 – _vte_pty_open declaration mismatch - breaks on SolarisChris Wilson2007-01-242-4/+4
* Bug 123591 – vte_terminal_fork_command succeeds even when it does notChris Wilson2007-01-222-4/+4
* And the corresponding overrides. [The downsides of losing track of whichChris Wilson2007-01-181-0/+89
* Add missing export of vte_terminal_get_text_include_trailing_spaces,Chris Wilson2007-01-181-0/+9
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-3/+0
* Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod2006-07-103-2/+11
* Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles PatchBehdad Esfahbod2006-06-121-2/+2
* Misc fixes and updates.Behdad Esfahbod2006-04-202-9/+68
* Bug 135230 – Feature request to attach VTE to existing pty Based onBehdad Esfahbod2006-04-201-0/+10
* Return 0. (bug #331178)Behdad Esfahbod2006-02-142-2/+2
* Update the build infrastructure. make distcheck works now!Behdad Esfahbod2006-02-111-1/+1
* python-vte seems to have a small bug in the override file that preventsKjartan Maraas2005-12-121-0/+2
* Update.Kjartan Maraas2005-11-081-4/+15
* pyg_boxed_get should be on item not py_palette. Reported with fix by LoïcMichele Baldessari2005-07-261-1/+1
* Remove stray underscores so python module works again. Fixes bug #150760.Manish Singh2005-03-171-2/+2
* add ignore filesThomas Vander Stichele2004-05-301-0/+3
* include get_default_emulation binding.Nalin Dahyabhai2004-04-301-3/+9
* toggle the IUTF8 flag, if it was defined at compile-time (maybe forNalin Dahyabhai2004-04-201-2/+2
* define a modulename override so that the Terminal class is registered inNalin Dahyabhai2004-04-202-1/+8
* add, for the sake of bindings.Nalin Dahyabhai2004-04-202-0/+34
* call GtkWidget's key_press_event callback for keys, in case GtkWidget hasNalin Dahyabhai2004-04-201-2/+2
* add specs for set_color_cursor and set_color_highlight.Nalin Dahyabhai2003-09-151-0/+18
* if we don't find the python headers (even if we found python), disableNalin Dahyabhai2003-08-132-1/+79
* reorder arguments to match the order for the C versions (#118882). fixNalin Dahyabhai2003-08-122-85/+104
* add binding for get_padding() (bug #118834).Nalin Dahyabhai2003-08-111-0/+15
* add binding for get_cursor_position() (bug #118800).Nalin Dahyabhai2003-08-111-0/+16
* give length parameters for feed() and feed_child() default values of -1Nalin Dahyabhai2003-08-112-2/+22
* add overrides for feed() and feed_child() methods which use the length ofNalin Dahyabhai2003-08-111-0/+38
* regenerate. update for vte_char_attributes rename.Nalin Dahyabhai2003-03-062-6/+52
* add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai2002-12-101-4/+4
* handle end-of-line selection correctly. Stop highlighting selection onNalin Dahyabhai2002-11-051-0/+46
* snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai2002-10-253-24/+249