summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-01Fix typoBehdad Esfahbod1-1/+1
2008-12-01Bug 562806 – crash in Terminal: Typing "cd " just after ...Behdad Esfahbod3-2/+13
2008-12-01Prepare 0.19.0.Christian Persch3-3/+14
2008-12-01 Bug 562511 – scrollbar doesn't sit at the bottomChristian Persch2-0/+13
2008-12-01Fix visible-bell property.Christian Persch2-1/+5
2008-12-01Rename font property to "font-desc" to be more in line with otherChristian Persch2-7/+13
2008-12-01Add gobject notification debugging.Christian Persch2-1/+35
2008-12-01Simplify standout handling code.Behdad Esfahbod2-73/+50
2008-12-01Minor.Behdad Esfahbod1-4/+4
2008-12-01Rip out VTE_SEQUENCE_HANDLER_PROTO.Behdad Esfahbod2-161/+240
2008-12-01Rip out vte_sequence_handler_invoke.Behdad Esfahbod2-9/+10
2008-12-01Rip out VTE_SEQUENCE_HANDLER_INVOKE.Behdad Esfahbod2-34/+35
2008-12-01Rip out VTE_SEQUENCE_HANDLER_REFERENCE.Behdad Esfahbod2-33/+23
2008-12-01Rip out the gcc label vtable code.Behdad Esfahbod2-95/+5
2008-12-01Some cleanup of the gcc label vtable code before I rip it out.Behdad Esfahbod2-102/+115
2008-12-01Move some code around.Behdad Esfahbod2-112/+126
2008-12-01Remove excess initializer.Behdad Esfahbod2-1/+4
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod24-23/+50
2008-12-01Some wild crack to build the vtable using gcc extension for labels asBehdad Esfahbod2-29/+102
2008-12-01Almost there. Towards a .data-free vtable.Behdad Esfahbod2-62/+111
2008-12-01Make sequence handlers return void instead of gboolean. The return valueBehdad Esfahbod3-205/+75
2008-12-01Switch to calling other handlers using two macros. Get rid of match andBehdad Esfahbod2-73/+63
2008-12-01Cleanup vte_sequence_handler_set_title_internal.Behdad Esfahbod2-34/+27
2008-12-01Use a macro to define type of sequence handlers.Behdad Esfahbod2-594/+139
2008-12-01Remove gperf-generated files from SVN, but still distribute them in theBehdad Esfahbod4-649/+21
2008-12-01One more time.Behdad Esfahbod2-0/+5
2008-12-01More code shufflling.Behdad Esfahbod4-56/+63
2008-12-01Update.Behdad Esfahbod2-10/+5
2008-12-01Remove vteseq-list.h from SVN, but still distribute it in the tarball.Behdad Esfahbod3-118/+9
2008-12-01Autogenerate vteseq-list.h.Behdad Esfahbod3-12/+23
2008-12-01Sync vteseql-list.h with actual handlers used in gperf files.Behdad Esfahbod3-151/+142
2008-12-01Implement these calling vte_terminal_scroll() directly instead ofBehdad Esfahbod3-26/+32
2008-12-01Move vte_terminal_scroll to vte.cBehdad Esfahbod4-78/+101
2008-12-01Remove vte_sequence_handler_complain_key. The idea was to warn aboutBehdad Esfahbod5-617/+307
2008-12-01Remove stale comment.Behdad Esfahbod2-7/+10
2008-12-01Move _vte_terminal_handle_sequence() into vteseq.cBehdad Esfahbod6-109/+94
2008-12-01Some code reshuffling to remove vte.c calls to vteseq.c functions.Behdad Esfahbod5-191/+256
2008-12-01Minor.Behdad Esfahbod3-2/+7
2008-12-01Move helper function out of the way.Behdad Esfahbod2-10/+16
2008-12-01Add a macro around sequence handler citations, for future table tricks.Behdad Esfahbod6-660/+675
2008-12-01Remove bogus entry that accidentally made it into the gperf list.Behdad Esfahbod3-75/+77
2008-11-30Remove more crufty macros.Christian Persch2-31/+4
2008-11-30Remove FT2 check macro.Christian Persch2-145/+4
2008-11-29 Bug 540951 – The gnome-pty-helper is spawn when its not neededChristian Persch2-1/+8
2008-11-29 Bug 465036 – gnome-pty-helper locks /var/run/utmpChristian Persch2-0/+9
2008-11-29Bug 127870 – terminal garbled and needs 'reset' after cat'ing fileBehdad Esfahbod2-3/+10
2008-11-29Register the constants too!Christian Persch2-0/+6
2008-11-29Add a specific debug flag for widget size-request/size-allocation.Christian Persch4-6/+18
2008-11-29Add options to use a GtkScrolledWindow as the terminal's container, and toChristian Persch2-11/+44
2008-11-29Bug 317236 – vte resynchrones too late on invalid UTF-8Behdad Esfahbod2-10/+38