summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 0.11.1vte_0_11_1Nalin Dahyabhai2003-04-152-3/+8
* fix macro invocations so that when LCD and GRAY2/GRAY4 pixel modes areNalin Dahyabhai2003-04-155-36/+33
* require automake 1.6, 1.5 chokes on AM_LDFLAGS, which 1.7 wants instead ofNalin Dahyabhai2003-04-1412-36/+174
* disable pangox, xft, glx drawing if run invoked with the --without-x flag.Nalin Dahyabhai2003-04-1417-2868/+786
* add back some variables which are used after all.Nalin Dahyabhai2003-04-092-0/+9
* add specific checks for PangoX and glX. add drawing method using freetypeNalin Dahyabhai2003-04-0923-125/+2681
* Added "sq" to ALL_LINGUASLaurent Dhima2003-03-312-1/+5
* Added Albanian translationLaurent Dhima2003-03-312-0/+125
* - sprinkle various CFLAGS throughoutNalin Dahyabhai2003-03-271-6/+6
* - more automake-1.7 changes, should properly accept 1.7, 1.6 or 1.5 nowNalin Dahyabhai2003-03-272-15/+11
* specify AM_CFLAGS and AM_LDFLAGS instead of CFLAGS and LDFLAGS so thatNalin Dahyabhai2003-03-272-2/+6
* commit useful newsvte_0_11_0Nalin Dahyabhai2003-03-261-0/+2
* - copy AC_CHECK_FT2 to VTE_CHECK_FT2 and use it instead -- some systems withNalin Dahyabhai2003-03-172-2/+147
* - warn when freetype devel stuff isn't present, becuase we need it toNalin Dahyabhai2003-03-171-1/+10
* Updated Azerbaijani translation.Metin Amiroff2003-03-142-33/+37
* Added "ml" to ALL_LINGUAS. Added Malayalam translation by FSF-IndiaChristian Rose2003-03-134-1/+130
* - actually add these filesNalin Dahyabhai2003-03-072-0/+245
* adjust coordinates for the border when clearing rectangles. add. use theNalin Dahyabhai2003-03-074-14/+72
* watch for Visibility events. don't synthesize an expose event if we'reNalin Dahyabhai2003-03-072-0/+32
* take a const GdkColor* instead of a non-const color.Nalin Dahyabhai2003-03-073-2/+7
* regenerate. update for vte_char_attributes rename.Nalin Dahyabhai2003-03-063-6/+56
* rename struct vte_char_attributes to VteCharAttributes, fixup some docs.Nalin Dahyabhai2003-03-069-66/+328
* add FT2_LIBS and FT2_CFLAGS to our libs and cflags. Add xft >= 2.0 andNalin Dahyabhai2003-03-052-3/+7
* don't spit out which rendering method we're using except in debug mode.Nalin Dahyabhai2003-03-052-1/+4
* don't print "Bogus font." when we think the font metrics are screwy.Nalin Dahyabhai2003-03-053-2/+4
* require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker,Nalin Dahyabhai2003-03-0515-646/+3388
* fix swap of one variable for another which prevented stripping of controlNalin Dahyabhai2003-03-042-1/+6
* wrap properly when a scrolling region is set (#107559).Nalin Dahyabhai2003-03-042-1/+5
* 2003-02-28 added po/ja.po. T.Aihana <aihana@gnome.gr.jp>added po/ja.po. T.Aihana2003-02-272-1/+5
* 2003-02-28 added Japanese translation. T.Aihana <aihana@gnome.gr.jp>added Japanese translation. T.Aihana2003-02-272-0/+130
* force characters substituted through the ACS map to have width of 1.Nalin Dahyabhai2003-02-272-3/+33
* use an array of codepoints instead of a UTF-8 string so that we can checkNalin Dahyabhai2003-02-272-17/+44
* formatting fixups.Nalin Dahyabhai2003-02-262-33/+37
* patch from Jungshik Shin for detecting and handling fonts where ASCIINalin Dahyabhai2003-02-262-4/+47
* Added "bn" to ALL_LINGUAS. Added Bangla/Bengali translation by Jamil AhmedTaneem Ahmed2003-02-264-1/+132
* take a shot at implementing xconsole-like functionality when started withNalin Dahyabhai2003-02-262-11/+143
* Added Icelandic translation.Samúel Jón Gunnarsson2003-02-254-1/+132
* don't report the user-settable title and icon strings to applications,Nalin Dahyabhai2003-02-252-4/+16
* home the cursor when we switch to the alternate screen (#105075).Nalin Dahyabhai2003-02-243-1/+10
* Added "pt" to ALL_LINGUAS.Duarte Loreto2003-02-232-1/+5
* Added Portuguese translation.Duarte Loreto2003-02-232-0/+127
* Added az to ALL_LINGUAS.Metin Amiroff2003-02-212-1/+5
* Added Azerbaijani translation.Metin Amiroff2003-02-212-0/+127
* in debug mode, skip coverage assertions for specific keys (GDK_2 - GDK_8).Nalin Dahyabhai2003-02-212-9/+21
* stop gratuitously resetting the IM context. correctly determine when weNalin Dahyabhai2003-02-212-5/+13
* reverse that last change -- don't always assume proportional text.Nalin Dahyabhai2003-02-202-17/+5
* move the initial drawing x left whenever we back up to a previous cell toNalin Dahyabhai2003-02-202-0/+11
* don't reset the input method here -- it may be in the middle of somethingNalin Dahyabhai2003-02-202-1/+7
* if we're not currently realized, don't try to tell our IM context that ourNalin Dahyabhai2003-02-202-16/+38
* use gdk_window_scroll if the first row to be scrolled is the first visibleNalin Dahyabhai2003-02-202-2/+8