/java/linux-blackdown-jre11/files/

soc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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-2411-8/+54
* Made changing focus work.Christopher James Lahey2000-02-243-10/+14
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-2478-4371/+4169
* added libetext.a and libeutil.a to test_shortcut_bar_LDADD, and got rid ofDamon Chaplin2000-02-2116-163/+289
* Show the text of the item, in a tooltip style. (e_text_event): Add aIain Holmes2000-02-216-2/+314
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+3
* Include <string.h>Miguel de Icaza2000-02-193-0/+4
* Add EXTRA_GNOME_CFLAGS to INCLUDES>Miguel de Icaza2000-02-192-0/+5
* make <alloca.h> inclusion conditional on HAVE_ALLOCA_HDan Winship2000-02-172-0/+4
* fix library ordering on link lineDan Winship2000-02-172-3/+3
* Add the unicode libraries as well.Miguel de Icaza2000-02-162-3/+9
* Major rationalization of pts vs pixels and the use of margins.Jody Goldberg2000-02-132-5/+6
* Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-133-0/+37
* Added test of sort arrows.Christopher James Lahey2000-02-12