aterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with additions for fast transparency. It was created with AfterStep users in mind, but is not tied to any libraries, and can be used anywhere. WWW: http://aterm.sourceforge.net/ - Jim ion/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gtk_widget_show() the icon_pixmap if the specified icon is not NULL.Ettore Perazzoli2002-02-222-1/+23
* Added e-table-memory-store.lo.Christopher James Lahey2002-02-2211-184/+1101
* Initialize frozen_count to 0.Christopher James Lahey2002-02-201-0/+2
* Make the defalut for tooltips be on.Christopher James Lahey2002-02-141-2/+1
* New signal for when the width of the column changes.Christopher James Lahey2002-02-133-0/+24
* Cancel tooltip timeouts here.Christopher James Lahey2002-02-131-8/+25
* remove briefly used filesJP Rosevear2002-02-093-238/+4
* oopsJP Rosevear2002-02-092-0/+234
* button/entry combo that launchs the gnome url handler on the entry textJP Rosevear2002-02-092-2/+9
* Call scroll_off and in e-tree.c hover_off.Christopher James Lahey2002-02-092-8/+29
* build new filesJP Rosevear2002-02-094-1/+248
* New function to handle unmerging menus at control deactivation time. (d):Christopher James Lahey2002-02-083-15/+35
* Bumped the required version of gal.Christopher James Lahey2002-02-073-117/+264
* Create the local directory when loading instead of when saving. This wayChristopher James Lahey2002-02-071-2/+2
* Bumped the version number to 0.19.99.5.Christopher James Lahey2002-02-0710-158/+1295
* *** empty log message ***Chris Lahey2002-02-077-38/+239
* Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-014-72/+573
* Made this function much more readable. Got rid of all the gotos. Fixed aChristopher James Lahey2002-02-012-37/+54
* Make this function take a bitfield of parameters instead of two bools.Christopher James Lahey2002-01-312-6/+12
* Added this simple accessor function.Christopher James Lahey2002-01-314-0/+49
* New function to do a search through a tree in one direction or the other.Christopher James Lahey2002-01-312-89/+206
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-285-23/+29
* [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-243-110/+247
* Implement max_width_by_row.Christopher James Lahey2002-01-224-126/+211
* Request a reflow and an update when the text model changes. Fixes XimianChristopher James Lahey2002-01-211-3/+4
* new file, implements the ECellProgress object.Krisztian Pifko2002-01-172-0/+524
* Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-177-0/+7
* Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-1728-0/+31
* New functions for saving selection state and such.Christopher James Lahey2002-01-165-23/+210
* Handle the case of a 0 length string properly here.Christopher James Lahey2002-01-151-0/+6
* translate timezone names, and provide a function to get back to theDamon Chaplin2002-01-124-11/+69
* Made the header item here handle horizontal scrolling when adding aChristopher James Lahey2002-01-102-23/+157
* Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. ResetChristopher James Lahey2002-01-093-43/+87
* Collapse nodes that were opened during a drag, unless the drop site is aChristopher James Lahey2002-01-091-3/+53
* changed the location of the Hebrew charset in the menuJeffrey Stedfast2002-01-051-3/+3
* Added iso-8859-8 (Hebrew; Visual) to the list of charsets in the menu.Jeffrey Stedfast2002-01-052-0/+8
* Reworked to fix bugs related to breaking text on newlines. Some fairlyJon Trowbridge2001-12-281-169/+95
* New. New.Ettore Perazzoli2001-12-204-0/+432
* Merging changes:Christopher James Lahey2001-12-191-11/+2
* Merging changes:Christopher James Lahey2001-12-182-2/+7
* Merging changes:Christopher James Lahey2001-12-182-0/+546
* Merging changes:Christopher James Lahey2001-12-171-28/+27
* Merging changes:Christopher James Lahey2001-12-172-11/+29
* merge from headNot Zed2001-12-142-0/+7
* unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2
* Merging files:Christopher James Lahey2001-12-113-1/+8
* Merging changes:Christopher James Lahey2001-12-111-2/+0
* Merging changes:Christopher James Lahey2001-12-111-8/+16
* Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4
* Merging changes:Christopher James Lahey2001-12-071-0/+2
* Merging changes:Christopher James Lahey2001-12-0511-172/+411
* Merging changes:Christopher James Lahey2001-12-042-11/+15
* Merging changes:Christopher James Lahey2001-12-043-53/+410
* Merging changes:Christopher James Lahey2001-12-011-0/+3
* updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-293-44/+76
* Bumped version number to 0.18.1.Christopher James Lahey2001-11-151-1/+8
* Ungrab and set maybe_in_grab to FALSE before sending the double clickChristopher James Lahey2001-11-151-0/+17
* From a patch by Yukihiro Nakai <ynakai@redhat.com>.Christopher James Lahey2001-11-151-0/+30
* Handle the case where page up or page down goes off the end of the tableChristopher James Lahey2001-11-152-0/+18
* Don't select all if the source model doesn't have a root node (it used toChristopher James Lahey2001-11-111-1/+6
* Make a printout here be conditionally compiled (and compiled out byChristopher James Lahey2001-11-111-1/+1
* Fixed stupid bug (U_ macro should always take one argument).Chyla Zbigniew2001-11-091-4/+5
* Only popup entries that have focus. Fixes the lingering completion popupJon Trowbridge2001-11-091-1/+3
* set both the date and the time of day in one call, creating only a singleJP Rosevear2001-11-063-0/+43
* Based on a patch by Damon Chaplin <damon@ximian.com>Christopher James Lahey2001-11-062-7/+43
* New functions here.Christopher James Lahey2001-11-063-9/+32
* We should only pre_change here if frozen = 0, otherwise we'll leakChristopher James Lahey2001-11-062-3/+6
* Bumped the version number to 0.17.99.0. Bumped the soname to 18.Christopher James Lahey2001-11-032-1/+4
* Fixed the signature of this function.Christopher James Lahey2001-11-011-1/+1
* Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-016-4/+78
* Snotty code so we only disconnect to rules we no longer have, etc.12001-11-012-20/+50
* Ref and connect to rule changed here, also clear out previous ref's.Not Zed2001-11-013-28/+38
* Bumped the version number here to 0.16.Christopher James Lahey2001-10-311-0/+3
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-3115-90/+393
* emit signal when time set to none/empty.Damon Chaplin2001-10-312-0/+6
* Leave edit if commit is called.Christopher James Lahey2001-10-311-8/+16
* Request the right regions here. The range given is inclusive, notChristopher James Lahey2001-10-311-2/+2
* Remove point handler and just let GnomeCanvasGroup handle it.Christopher James Lahey2001-10-312-11/+3
* Bumped the version number here to 0.15.99.10.Christopher James Lahey2001-10-312-0/+8
* Hook to rule changed events. (destroy): Free change id table/unconnect to02001-10-303-5/+60
* try to parse just a date first, and if that works we assume it is a DATEDamon Chaplin2001-10-302-15/+32
* Set the item to the option_base on it, so the current item is set. Fix for02001-10-302-0/+7
* Fix this to check from initial instead of initial + 1.Christopher James Lahey2001-10-301-1/+1
* Added column_width argument.Christopher James Lahey2001-10-301-0/+21
* Calc height here if we need it to check the y position of the cursor.Christopher James Lahey2001-10-301-0/+7
* Adapt to the new ECellPopup signature.Christopher James Lahey2001-10-302-12/+29
* Bumped the version number here to 0.15.99.9.Christopher James Lahey2001-10-305-44/+72
* ref the ECalendarItem and check if it gets destroyed, to try to avoid aDamon Chaplin2001-10-304-7/+31
* Added. Makes our popup window a transient of the toplevel.Jon Trowbridge2001-10-301-0/+24
* destroy our completion_view_popup... we've been leaking them all of thisJon Trowbridge2001-10-301-1/+3
* Ignore buttons 4 and 5 here. Fixes Ximian bug #13853.Christopher James Lahey2001-10-302-12/+16
* Hide the Help button here since there's nothing connected to it.Christopher James Lahey2001-10-302-2/+21
* Silently drop match strings that contain invalid utf-8... not a good thingJon Trowbridge2001-10-301-18/+17
* Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-303-16/+17
* Set text->revert = NULL here. (e_text_cancel_editing): Only revert ifChristopher James Lahey2001-10-291-1/+4
* Bumped version number here to 0.15.99.7.Christopher James Lahey2001-10-292-4/+22
* Fix crash here.Christopher James Lahey2001-10-281-1/+1
* Check item->type != NULL here. Fixes Ximian bug #4668.Christopher James Lahey2001-10-281-1/+1
* Removed erroneous comment about needing to handle selection better.Christopher James Lahey2001-10-281-2/+0
* Commented out connecting to the scroll adjustments here since it's notChristopher James Lahey2001-10-281-30/+37
* More fixing of the license texts.Ettore Perazzoli2001-10-28