| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of some runtime errors. Changed to "fixed" font so that it will | Christopher James Lahey | 2000-04-05 | 2 | -14/+112 |
* | Fixed some referencing and lifetime issues. | Christopher James Lahey | 2000-04-05 | 7 | -9/+44 |
* | Removed an unnecessary get_bounds call. | Christopher James Lahey | 2000-04-05 | 2 | -40/+124 |
* | Love, part 3 | Miguel de Icaza | 2000-04-01 | 2 | -14/+38 |
* | Love realization | Miguel de Icaza | 2000-04-01 | 6 | -72/+96 |
* | More love | Miguel de Icaza | 2000-04-01 | 9 | -28/+61 |
* | added support for a callback function to set the icons. | Damon Chaplin | 2000-03-31 | 3 | -41/+77 |
* | More work | Miguel de Icaza | 2000-03-31 | 8 | -148/+422 |
* | Add so I can go to the chillout hack room | Miguel de Icaza | 2000-03-31 | 12 | -178/+616 |
* | install new shortcut bar pixmaps. | Dan Winship | 2000-03-31 | 1 | -4/+4 |
* | Fix the comment at the top of the file: it was describing | Dan Winship | 2000-03-31 | 1 | -3/+9 |
* | Add new files | Miguel de Icaza | 2000-03-31 | 8 | -0/+750 |
* | One liner | Miguel de Icaza | 2000-03-30 | 2 | -2/+2 |
* | Fix indentation | Miguel de Icaza | 2000-03-30 | 56 | -1110/+1110 |
* | + * wombat/Makefile.am: new file. | Matthew Loper | 2000-03-29 | 4 | -6/+8 |
* | avoid a crash if icons aren't found | Seth Alves | 2000-03-28 | 1 | -1/+1 |
* | New function, used to flatten the images we get and composite them with | Miguel de Icaza | 2000-03-28 | 2 | -5/+42 |
* | minor style clean + kill duff file in POTFILES. | Michael Meeks | 2000-03-28 | 1 | -5/+7 |
* | Prune redundant files. | Michael Meeks | 2000-03-28 | 10 | -554/+0 |
* | Fix nasty rendering bugs, | Michael Meeks | 2000-03-28 | 11 | -540/+614 |
* | ChangeLog shuffling. | Miguel de Icaza | 2000-03-27 | 1 | -35/+35 |
* | Removed extra code that computed bogus width. This was the actual source | Matias Mutchinick | 2000-03-27 | 3 | -6/+10 |
* | Remove warning from here. | Miguel de Icaza | 2000-03-27 | 11 | -18/+26 |
* | Fix from evolution-list | Miguel de Icaza | 2000-03-26 | 4 | -8/+10 |
* | Added some assertions. | Matthew Loper | 2000-03-23 | 4 | -3/+17 |
* | Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus. | Christopher James Lahey | 2000-03-22 | 2 | -4/+4 |
* | Make rectangles resize properly when receiving the "model_changed" signal. | Christopher James Lahey | 2000-03-22 | 3 | -6/+37 |
* | Updated to fix a few bugs. | Christopher James Lahey | 2000-03-21 | 1 | -9/+8 |
* | Added the ability to access the text event processor. | Christopher James Lahey | 2000-03-21 | 4 | -32/+74 |
* | i2000-03-20 Christopher James Lahey <clahey@helixcode.com> | Chris Lahey | 2000-03-21 | 19 | -274/+183 |
* | Fixed a crashing bug when you close an ETable. | Christopher James Lahey | 2000-03-20 | 3 | -2/+7 |
* | Fix for srcdir != builddir. | Elliot Lee | 2000-03-18 | 1 | -0/+1 |
* | Fixed a crashing bug when you cancel an edit. | Christopher James Lahey | 2000-03-14 | 3 | -0/+10 |
* | Added e-text-test. | Christopher James Lahey | 2000-03-12 | 2 | -0/+2 |
* | Rearranged SUBDIRS for dependencies. | Christopher James Lahey | 2000-03-12 | 38 | -262/+1971 |
* | Changed the order in libeutil and libetext linking so that there | Bertrand Guiheneuf | 2000-03-11 | 1 | -6/+6 |
* | Designed a new system for doing hierarchical displays in the canvas. Adds | Christopher James Lahey | 2000-03-11 | 13 | -447/+608 |
* | Changed the destroy function to disconnect from signals before unrefing | Christopher James Lahey | 2000-03-08 | 11 | -90/+181 |
* | Added a "break_characters" argument. It lets you define a set of | Christopher James Lahey | 2000-03-08 | 9 | -119/+331 |
* | Made rows get unselected when switching from one group to the next. | Christopher James Lahey | 2000-03-06 | 3 | -0/+11 |
* | Use the style's font if lucidasans-10 is not found. | Christopher James Lahey | 2000-03-06 | 3 | -0/+15 |
* | Made it so that columns would be properly indented. | Christopher James Lahey | 2000-03-06 | 7 | -10/+47 |
* | Have identical values get sorted by their actual row. | Christopher James Lahey | 2000-03-06 | 3 | -0/+11 |
* | Draw selected row. | Christopher James Lahey | 2000-03-06 | 3 | -4/+28 |
* | Add a "row_selection" signal. | Christopher James Lahey | 2000-03-06 | 15 | -2/+189 |
* | Added support for the sorting info. The Etable creates a sort_info object, | Christopher James Lahey | 2000-03-06 | 23 | -25/+992 |
* | Added saving of frozen_columns count. Added a vertical scrollbar to | Christopher James Lahey | 2000-03-05 | 4 | -3/+28 |
* | Push the proper visual and colormap for ETable to work. | Christopher James Lahey | 2000-03-05 | 3 | -0/+16 |
* | Touched this up a bit. | Christopher James Lahey | 2000-03-05 | 6 | -14/+35 |
* | Fixed a crash error. | Christopher James Lahey | 2000-03-05 | 3 | -0/+6 |
* | Fixed a compile warning. | Christopher James Lahey | 2000-03-05 | 5 | -38/+44 |
* | Added a bunch of stuff to the TODO list. Put +s before a few of the items | Christopher James Lahey | 2000-03-04 | 8 | -28/+323 |
* | Removed some unused code. | Christopher James Lahey | 2000-03-04 | 9 | -16/+23 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 2 | -2/+6 |
* | Don't show the tooltip if the text is being editted or isn't clipped. | Iain Holmes | 2000-03-01 | 3 | -6/+49 |
* | Test frozen columns | Christopher James Lahey | 2000-03-01 | 16 | -3/+1176 |
* | Fixed references to libutil.a -> libeutil.la | Michael Zucci | 2000-02-29 | 4 | -5/+9 |
* | Fixed a couple of crash bugs. | Christopher James Lahey | 2000-02-28 | 5 | -6/+11 |
* | Compilation error. | Chris Lahey | 2000-02-28 | 2 | -18/+16 |
* | Updated these to use the canvas ::update system properly. | Chris Lahey | 2000-02-28 | 4 | -128/+144 |
* | Made the E table item redraw properly. | Christopher James Lahey | 2000-02-25 | 5 | -12/+38 |
* | Made carriage return stop editting instead of inserting a carriage return. | Christopher James Lahey | 2000-02-25 | 3 | -16/+29 |
* | Added e_xml_get_integer_prop_by_name. | Christopher James Lahey | 2000-02-25 | 1 | -3/+4 |
* | Added duplicate_value and add_value. Use the new compare functions. Made | Christopher James Lahey | 2000-02-25 | 46 | -190/+1354 |
* | Made keyboard focus navigation work across groups. | Christopher James Lahey | 2000-02-24 | 11 | -8/+54 |
* | Made changing focus work. | Christopher James Lahey | 2000-02-24 | 3 | -10/+14 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 78 | -4371/+4169 |
* | added libetext.a and libeutil.a to test_shortcut_bar_LDADD, and got rid of | Damon Chaplin | 2000-02-21 | 16 | -163/+289 |
* | Show the text of the item, in a tooltip style. (e_text_event): Add a | Iain Holmes | 2000-02-21 | 6 | -2/+314 |
* | + * widgets/e-minicard/.cvsignore: Added minicard-label-test, | Matthew Loper | 2000-02-20 | 1 | -0/+3 |
* | Include <string.h> | Miguel de Icaza | 2000-02-19 | 3 | -0/+4 |
* | Add EXTRA_GNOME_CFLAGS to INCLUDES> | Miguel de Icaza | 2000-02-19 | 2 | -0/+5 |
* | make <alloca.h> inclusion conditional on HAVE_ALLOCA_H | Dan Winship | 2000-02-17 | 2 | -0/+4 |
* | fix library ordering on link line | Dan Winship | 2000-02-17 | 2 | -3/+3 |
* | Add the unicode libraries as well. | Miguel de Icaza | 2000-02-16 | 2 | -3/+9 |
* | Major rationalization of pts vs pixels and the use of margins. | Jody Goldberg | 2000-02-13 | 2 | -5/+6 |
* | Check the ethi is actually the one being dragged. Prevents crashes when | Iain Holmes | 2000-02-13 | 3 | -0/+37 |
* | Added test of sort arrows. | Christopher James Lahey | 2000-02-12 |