/russian/tac+ia/

cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Reset resize_guide here.Miguel de Icaza2000-04-123-10/+10
* you need the latest gdk-pixbuf to build evolution now.Larry Ewing2000-04-123-120/+99
* Moved some logic a bit. Minor changes.Christopher James Lahey2000-04-122-16/+2
* e-text.c: Recalc bounds when changing the width/clip_widthiholmes2000-04-122-6/+48
* Add filesMiguel de Icaza2000-04-114-0/+84
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-119-62/+251
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-112-0/+2
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-1112-45/+17
* Added proper keyboard focus handling.Christopher James Lahey2000-04-111-1/+13
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-093-0/+8
* Separated some functions into an xml bit and a generic bit.Christopher James Lahey2000-04-093-120/+123
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-0920-3100/+74
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-0915-142/+1073
* Made text tooltips appear in place. Iain figured out that to get them toChristopher James Lahey2000-04-082-56/+108
* Got rid of some warnings.Christopher James Lahey2000-04-0633-344/+827
* More flushing actionMiguel de Icaza2000-04-061-0/+3
* Update TODO, add Chris to the author listMiguel de Icaza2000-04-063-8/+34
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-0622-166/+310
* Got rid of some runtime errors. Changed to "fixed" font so that it willChristopher James Lahey2000-04-052-14/+112
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-057-9/+44
* Removed an unnecessary get_bounds call.Christopher James Lahey2000-04-052-40/+124
* Love, part 3Miguel de Icaza2000-04-012-14/+38
* Love realizationMiguel de Icaza2000-04-016-72/+96
* More loveMiguel de Icaza2000-04-019-28/+61
* added support for a callback function to set the icons.Damon Chaplin2000-03-313-41/+77
* More workMiguel de Icaza2000-03-318-148/+422
* Add so I can go to the chillout hack roomMiguel de Icaza2000-03-3112-178/+616
* install new shortcut bar pixmaps.Dan Winship2000-03-311-4/+4
* Fix the comment at the top of the file: it was describingDan Winship2000-03-311-3/+9
* Add new filesMiguel de Icaza2000-03-318-0/+750
* One linerMiguel de Icaza2000-03-302-2/+2
* Fix indentationMiguel de Icaza2000-03-3056-1110/+1110
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-294-6/+8
* avoid a crash if icons aren't foundSeth Alves2000-03-281-1/+1
* New function, used to flatten the images we get and composite them withMiguel de Icaza2000-03-282-5/+42
* minor style clean + kill duff file in POTFILES.Michael Meeks2000-03-281-5/+7
* Prune redundant files.Michael Meeks2000-03-2810-554/+0
* Fix nasty rendering bugs,Michael Meeks2000-03-2811-540/+614
* ChangeLog shuffling.Miguel de Icaza2000-03-271-35/+35
* Removed extra code that computed bogus width. This was the actual sourceMatias Mutchinick2000-03-273-6/+10
* Remove warning from here.Miguel de Icaza2000-03-2711-18/+26
* Fix from evolution-listMiguel de Icaza2000-03-264-8/+10
* Added some assertions.Matthew Loper2000-03-234-3/+17
* Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus.Christopher James Lahey2000-03-222-4/+4
* Make rectangles resize properly when receiving the "model_changed" signal.Christopher James Lahey2000-03-223-6/+37
* Updated to fix a few bugs.Christopher James Lahey2000-03-211-9/+8
* Added the ability to access the text event processor.Christopher James Lahey2000-03-214-32/+74
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-2119-274/+183
* Fixed a crashing bug when you close an ETable.Christopher James Lahey2000-03-203-2/+7
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+1
* Fixed a crashing bug when you cancel an edit.Christopher James Lahey2000-03-143-0/+10
* Added e-text-test.Christopher James Lahey2000-03-122-0/+2
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-1238-262/+1971
* Changed the order in libeutil and libetext linking so that thereBertrand Guiheneuf2000-03-111-6/+6
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-1113-447/+608
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-0811-90/+181
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-089-119/+331
* Made rows get unselected when switching from one group to the next.Christopher James Lahey2000-03-063-0/+11
* Use the style's font if lucidasans-10 is not found.Christopher James Lahey2000-03-063-0/+15
* Made it so that columns would be properly indented.Christopher James Lahey2000-03-067-10/+47
* Have identical values get sorted by their actual row.Christopher James Lahey2000-03-063-0/+11
* Draw selected row.Christopher James Lahey2000-03-063-4/+28
* Add a "row_selection" signal.Christopher James Lahey2000-03-0615-2/+189
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-0623-25/+992
* Added saving of frozen_columns count. Added a vertical scrollbar toChristopher James Lahey2000-03-054-3/+28
* Push the proper visual and colormap for ETable to work.Christopher James Lahey2000-03-053-0/+16
* Touched this up a bit.Christopher James Lahey2000-03-056-14/+35
* Fixed a crash error.Christopher James Lahey2000-03-053-0/+6
* Fixed a compile warning.Christopher James Lahey2000-03-055-38/+44
* Added a bunch of stuff to the TODO list. Put +s before a few of the itemsChristopher James Lahey2000-03-048-28/+323
* Removed some unused code.Christopher James Lahey2000-03-049-16/+23
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-022-2/+6
* Don't show the tooltip if the text is being editted or isn't clipped.Iain Holmes2000-03-013-6/+49
* Test frozen columnsChristopher James Lahey2000-03-0116-3/+1176
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-294-5/+9
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-285-6/+11
* Compilation error.Chris Lahey2000-02-282-18/+16
* Updated these to use the canvas ::update system properly.Chris Lahey2000-02-284-128/+144
* Made the E table item redraw properly.Christopher James Lahey2000-02-255-12/+38
* Made carriage return stop editting instead of inserting a carriage return.Christopher James Lahey2000-02-253-16/+29
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-251-3/+4
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-2546-190/+1354
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-24