summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2009-10-23Bug 585370 - Incomplete disabling of pythonBehdad Esfahbod1-1/+2
2009-10-05Fix memory leaks in python bindings (bug #596739).Benjamin Berg1-75/+56
2009-09-29Bug 587894 - the environment passing with python does no longer workBehdad Esfahbod1-5/+5
2009-08-16Support AM_SILENT_RULESChristian Persch1-1/+1
2009-05-18Bug 583129 – [python] allow passing None as command or directory optionFrédéric Péters1-2/+2
2009-05-18Bug 583078 – [python] allow passing of environment as a dictionaryFrédéric Péters1-33/+59
2009-04-17Add git.mkBehdad Esfahbod1-0/+2
2009-02-02 Bug 570208 – vte fails to build outside source treeChristian Persch1-6/+6
2008-12-10Bug 562695 - ship pkg-config file for python bindingsPaolo Borelli2-1/+18
2008-11-29Register the constants too!Christian Persch1-0/+2
2008-11-22Fix missing-prototypes warnings.Christian Persch1-0/+3
2008-10-14Add new API to the python bindings.Christian Persch1-4/+41
2008-10-06Add new function to the python bindings.Christian Persch1-0/+10
2008-09-07Update python bindings.Christian Persch1-30/+97
2007-06-18Use AM_LDFLAGS instead of LDFLAGSBehdad Esfahbod1-1/+1
2007-02-27Bug 410986 – Fails to build with -z defsChris Wilson1-1/+5
2007-02-26Bug 410986 – Fails to build with -z defsChris Wilson1-1/+1
2007-02-01Bug 382245 – __PyGtk_API multiply defined in python moduleChris Wilson1-0/+1
2007-01-24Bug 400184 – _vte_pty_open declaration mismatch - breaks on SolarisChris Wilson2-4/+4
2007-01-22Bug 123591 – vte_terminal_fork_command succeeds even when it does notChris Wilson2-4/+4
2007-01-18And the corresponding overrides. [The downsides of losing track of whichChris Wilson1-0/+89
2007-01-18Add missing export of vte_terminal_get_text_include_trailing_spaces,Chris Wilson1-0/+9
2007-01-09Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod1-3/+0
2006-07-10Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod3-2/+11
2006-06-12Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles PatchBehdad Esfahbod1-2/+2
2006-04-20Misc fixes and updates.Behdad Esfahbod2-9/+68
2006-04-20Bug 135230 – Feature request to attach VTE to existing pty Based onBehdad Esfahbod1-0/+10
2006-02-14Return 0. (bug #331178)Behdad Esfahbod2-2/+2
2006-02-11Update the build infrastructure. make distcheck works now!Behdad Esfahbod1-1/+1
2005-12-12python-vte seems to have a small bug in the override file that preventsKjartan Maraas1-0/+2
2005-11-08Update.Kjartan Maraas1-4/+15
2005-07-26pyg_boxed_get should be on item not py_palette. Reported with fix by LoïcMichele Baldessari1-1/+1
2005-03-17Remove stray underscores so python module works again. Fixes bug #150760.Manish Singh1-2/+2
2004-05-30add ignore filesThomas Vander Stichele1-0/+3
2004-04-30include get_default_emulation binding.Nalin Dahyabhai1-3/+9
2004-04-20toggle the IUTF8 flag, if it was defined at compile-time (maybe forNalin Dahyabhai1-2/+2
2004-04-20define a modulename override so that the Terminal class is registered inNalin Dahyabhai2-1/+8
2004-04-20add, for the sake of bindings.Nalin Dahyabhai2-0/+34
2004-04-20call GtkWidget's key_press_event callback for keys, in case GtkWidget hasNalin Dahyabhai1-2/+2
2003-09-15add specs for set_color_cursor and set_color_highlight.Nalin Dahyabhai1-0/+18
2003-08-13if we don't find the python headers (even if we found python), disableNalin Dahyabhai2-1/+79
2003-08-12reorder arguments to match the order for the C versions (#118882). fixNalin Dahyabhai2-85/+104
2003-08-11add binding for get_padding() (bug #118834).Nalin Dahyabhai1-0/+15
2003-08-11add binding for get_cursor_position() (bug #118800).Nalin Dahyabhai1-0/+16
2003-08-11give length parameters for feed() and feed_child() default values of -1Nalin Dahyabhai2-2/+22
2003-08-11add overrides for feed() and feed_child() methods which use the length ofNalin Dahyabhai1-0/+38
2003-03-06regenerate. update for vte_char_attributes rename.Nalin Dahyabhai2-6/+52
2002-12-10add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai1-4/+4
2002-11-05handle end-of-line selection correctly. Stop highlighting selection onNalin Dahyabhai1-0/+46
2002-10-25snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai3-24/+249