| Commit message (Expand) | Author | Age | Files | Lines |
* | Several contacts list bugfixes. | Anders Carlsson | 2000-07-09 | 2 | -12/+34 |
* | Don't draw drop markers when the layout won't be changed by the drop. | Anders Carlsson | 2000-07-09 | 3 | -4/+23 |
* | Return "" instead of NULL. | Christopher James Lahey | 2000-07-09 | 2 | -2/+8 |
* | Get rid of an unused variable. | Ettore Perazzoli | 2000-07-09 | 3 | -0/+13 |
* | When inserting a root node, only call e_table_model_row_inserted if | Dan Winship | 2000-07-09 | 3 | -8/+16 |
* | Don't call e_cell_event if we're not editing. | Christopher James Lahey | 2000-07-09 | 3 | -6/+11 |
* | Commented out some unnecessary and buggy code. | Christopher James Lahey | 2000-07-09 | 3 | -0/+9 |
* | comment out true but confused warning about non-scrollable widgets until | Dan Winship | 2000-07-09 | 2 | -2/+16 |
* | Set "anchor" and "fill_clip_rectangle" arguments. | Christopher James Lahey | 2000-07-08 | 6 | -0/+90 |
* | Fixed some typos. | Christopher James Lahey | 2000-07-08 | 2 | -18/+10 |
* | add a g_return_val_if_fail to etree_node_at_row | Dan Winship | 2000-07-07 | 2 | -4/+4 |
* | Make this work recursively. | Dan Winship | 2000-07-07 | 3 | -2/+21 |
* | fix the conditions under which we draw a horizontal line. | Chris Toshok | 2000-07-07 | 3 | -2/+7 |
* | Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (if | Christopher James Lahey | 2000-07-06 | 3 | -0/+79 |
* | Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets. | Dan Winship | 2000-07-06 | 2 | -1/+6 |
* | Added e-entry.c and e-entry.h. | Christopher James Lahey | 2000-07-04 | 7 | -2/+908 |
* | Added a reflow_compare callback and did removal if you do shift-click on a | Christopher James Lahey | 2000-07-04 | 3 | -10/+65 |
* | New list class with iterators. | Christopher James Lahey | 2000-07-04 | 1 | -0/+19 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 1 | -0/+2 |
* | Add simple deadkey support. | Jody Goldberg | 2000-06-30 | 2 | -30/+76 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 27 | -142/+397 |
* | Added an unsort command. | Christopher James Lahey | 2000-06-28 | 5 | -0/+34 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 50 | -60/+2506 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-06-26 | 2 | -1/+6 |
* | draw pixmaps with he right background and selection colors. | Larry Ewing | 2000-06-24 | 3 | -2/+23 |
* | add icon_at virtual function - it was stupid to make the insert call take | Chris Toshok | 2000-06-23 | 13 | -104/+120 |
* | use the expanded/unexpanded pixbufs as node pixbufs for the first level of | Chris Toshok | 2000-06-23 | 9 | -62/+232 |
* | Make the table not move around as you resize. | Christopher James Lahey | 2000-06-23 | 3 | -32/+40 |
* | Killed a warning. | Christopher James Lahey | 2000-06-23 | 3 | -2/+6 |
* | Remove use of the "x" and "y" arguments to EText. | Christopher James Lahey | 2000-06-23 | 11 | -20/+14 |
* | Made the Close button work. | Christopher James Lahey | 2000-06-22 | 7 | -2/+73 |
* | Changed this to move the cell to the nearest edge instead of to the left | Christopher James Lahey | 2000-06-22 | 5 | -6/+102 |
* | Made moving columns to the right work properly. | Christopher James Lahey | 2000-06-22 | 3 | -0/+11 |
* | Fixed some vertical scroll bugs. | Christopher James Lahey | 2000-06-21 | 2 | -16/+16 |
* | Fix a bug with intial vertical scroll. | Christopher James Lahey | 2000-06-21 | 2 | -0/+2 |
* | Removed the usage of "x" and "y" arguments to EText. | Christopher James Lahey | 2000-06-21 | 6 | -102/+150 |
* | Fix a minor warning. | Christopher James Lahey | 2000-06-21 | 5 | -16/+47 |
* | fixed a few warnings. | Damon Chaplin | 2000-06-21 | 2 | -2/+1 |
* | Added a variable to keep track of the cursor. Set the cursor when | Christopher James Lahey | 2000-06-21 | 2 | -10/+29 |
* | Fix HEADER_PADDING. | Christopher James Lahey | 2000-06-21 | 3 | -2/+6 |
* | Fix cursor column information. | Christopher James Lahey | 2000-06-21 | 3 | -12/+22 |
* | Removed the unfocus method since that's handled by the canvas itself now. | Christopher James Lahey | 2000-06-21 | 13 | -274/+198 |
* | Grab the focus when setting the cursor. | Christopher James Lahey | 2000-06-21 | 1 | -0/+12 |
* | Started adapting ETableItem to use the canvas selection/cursor system. | Christopher James Lahey | 2000-06-21 | 5 | -202/+159 |
* | Built a system for doing selections and/or a cursor in canvas. | Christopher James Lahey | 2000-06-21 | 2 | -3/+159 |
* | call e_table_model_row_inserted instead of e_table_model_changed. | Chris Toshok | 2000-06-20 | 3 | -8/+13 |
* | removed debugging messages & unused stuff. | Damon Chaplin | 2000-06-19 | 1 | -15/+0 |
* | added support for scroll-wheels. | Damon Chaplin | 2000-06-19 | 5 | -0/+87 |
* | Made cells with strikeout on have a line from the left margin to the right | Christopher James Lahey | 2000-06-17 | 3 | -16/+13 |
* | Made EText use the font from the canvas's style if one isn't set. | Christopher James Lahey | 2000-06-17 | 2 | -0/+8 |
* | updated to use EText items rather than GtkEntry widgets and added support | Damon Chaplin | 2000-06-17 | 8 | -71/+450 |
* | Moved the reflow signal handling into an idle handler to fix a bug when | Christopher James Lahey | 2000-06-16 | 5 | -6/+43 |
* | print the icon for the tree control. | Chris Toshok | 2000-06-16 | 3 | -42/+58 |
* | new function, to generate postscript so i can test tree printing. | Chris Toshok | 2000-06-14 | 5 | -58/+273 |
* | Request the value of e_table_is_cell_editable of the model_col instead of | Christopher James Lahey | 2000-06-14 | 5 | -14/+21 |
* | Clip the contained text. | Christopher James Lahey | 2000-06-13 | 7 | -10/+797 |
* | Changed the needed e_marshal functions. | Christopher James Lahey | 2000-06-13 | 2 | -7/+56 |
* | Removed the freeze/thaw stuff for the model. As Chris wisely pointed out, | Federico Mena Quintero | 2000-06-13 | 27 | -268/+123 |
* | Control does horizontal scrolling... | Anders Carlsson | 2000-06-13 | 2 | -2/+9 |
* | Fix a build problem (e-table now depends on the `misc' widgets, so we | Ettore Perazzoli | 2000-06-12 | 1 | -1/+1 |
* | Add support for mouse wheel scrolling in EScrollFrame. | Anders Carlsson | 2000-06-12 | 2 | -2/+36 |
* | supply the pixbufs here. | Chris Toshok | 2000-06-11 | 7 | -38/+79 |
* | offset events before passing them to our subcell view. | Chris Toshok | 2000-06-11 | 3 | -8/+39 |
* | change things so we focus the cell and select the row, and also dispatch | Chris Toshok | 2000-06-11 | 20 | -836/+1706 |
* | Small syntactic changes. | Christopher James Lahey | 2000-06-11 | 5 | -24/+48 |
* | Make ETable use EScrollFrame instead of GtkScrolledWindow. | Ettore Perazzoli | 2000-06-11 | 4 | -14/+44 |
* | Added $(GNOME_PRINT_LIBS) to all of the LDADDs. | Christopher James Lahey | 2000-06-11 | 26 | -125/+874 |
* | Added e-printable.c and e-printable.h. | Christopher James Lahey | 2000-06-11 | 2 | -0/+230 |
* | Talk, cvs! | Anders Carlsson | 2000-06-11 | 1 | -7/+0 |
* | Fix pixmap/bitmap leak in ETitleBar. | Ettore Perazzoli | 2000-06-10 | 2 | -0/+8 |
* | New files. A tree model using a GNode structure to store it's info. | Chris Toshok | 2000-06-09 | 22 | -2/+2743 |
* | The field chooser works now. | Christopher James Lahey | 2000-06-08 | 11 | -64/+70 |
* | More work on the Field Chooser. Not quite done yet. | Christopher James Lahey | 2000-06-08 | 18 | -85/+551 |
* | Added e-table-field-chooser*. | Christopher James Lahey | 2000-06-08 | 24 | -318/+2583 |
* | Added a "quantum" argument for making the panes move in jumps. | Christopher James Lahey | 2000-06-08 | 4 | -10/+45 |
* | Added a right click signal. | Christopher James Lahey | 2000-06-06 | 19 | -52/+262 |
* | Fixed the multiple copies of rows in ETable bug. | Christopher James Lahey | 2000-06-02 | 3 | -2/+7 |
* | Free the finish data. | Christopher James Lahey | 2000-06-02 | 1 | -0/+17 |
* | Free all the item data. | Christopher James Lahey | 2000-06-02 | 2 | -0/+13 |
* | two more pastos | Dan Winship | 2000-06-02 | 5 | -4/+9 |
* | Copy and paste error. | Christopher James Lahey | 2000-06-02 | 5 | -22/+14 |
* | Added a "key_press" signal. | Christopher James Lahey | 2000-06-02 | 17 | -6/+194 |
* | Remove an offending *. | Dan Winship | 2000-06-02 | 3 | -2/+6 |
* | Made the sort when inserting a signal row be syncronous. | Christopher James Lahey | 2000-06-02 | 3 | -10/+93 |
* | Added "text_filter" argument that takes a const void * and returns an | Christopher James Lahey | 2000-06-02 | 5 | -49/+92 |
* | Accidental commit fix. | Chris Lahey | 2000-06-02 | 2 | -6/+18 |
* | Copy and paste error. | Christopher James Lahey | 2000-06-02 | 7 | -8/+46 |
* | Added e_table_get_selected_view_row. | Christopher James Lahey | 2000-06-02 | 15 | -8/+130 |
* | Imported GtkScrollFrame from EOG and renamed it to EScrollFrame. | Federico Mena Quintero | 2000-06-01 | 3 | -0/+1312 |
* | Implemented right-click menus for the shell's shortcut bar (the user | Ettore Perazzoli | 2000-06-01 | 3 | -25/+48 |
* | Don't hide the EPaned handle if the requisition of either of the | Ettore Perazzoli | 2000-05-31 | 2 | -4/+2 |
* | Added bold column's to ECellText. | Christopher James Lahey | 2000-05-31 | 5 | -88/+296 |
* | Make sure that the cursor is always shown when the selection changes. | Christopher James Lahey | 2000-05-31 | 3 | -4/+59 |
* | Added e_canvas_item_show_area which makes sure that a particular area of a | Christopher James Lahey | 2000-05-31 | 2 | -0/+32 |
* | Made the alphabet buttons not focusable. | Christopher James Lahey | 2000-05-31 | 1 | -1/+4 |
* | Added alphabet.glade and alphabet.glade.h. | Christopher James Lahey | 2000-05-31 | 2 | -0/+34 |
* | Made double clicking create a new card. Set the empty message. | Christopher James Lahey | 2000-05-30 | 5 | -100/+258 |
* | Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.) | Christopher James Lahey | 2000-05-30 | 27 | -218/+808 |
* | Fixed setting of arguments. | Christopher James Lahey | 2000-05-29 | 3 | -6/+10 |
* | Added double click handling. | Christopher James Lahey | 2000-05-28 | 17 | -12/+208 |
* | Added "strikeout_column" argument. | Christopher James Lahey | 2000-05-27 | 5 | -4/+154 |
* | Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold" | Christopher James Lahey | 2000-05-27 | 15 | -80/+408 |
* | Account for extra pixel at right end of ETable. | Christopher James Lahey | 2000-05-26 | 7 | -8/+23 |
* | Made dragging columns work. | Christopher James Lahey | 2000-05-26 | 3 | -54/+58 |
* | Fixed a bug where we were resizing a non-existent window. | Christopher James Lahey | 2000-05-25 | 2 | -10/+12 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 2 | -0/+5 |
* | Made the handlebar disappear if either side is empty, hidden, or requests | Christopher James Lahey | 2000-05-25 | 4 | -97/+186 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-05-25 | 2 | -0/+5 |
* | Added widgets/e-paned/Makefile. | Christopher James Lahey | 2000-05-25 | 12 | -5/+1699 |
* | Fixed the remove column callback. | Christopher James Lahey | 2000-05-24 | 3 | -2/+8 |
* | Added right click menus to the table header items. | Christopher James Lahey | 2000-05-24 | 5 | -38/+371 |
* | Make scrollbar arrow buttons work. | Christopher James Lahey | 2000-05-23 | 3 | -0/+12 |
* | Added initialize_value and value_is_empty callbacks. | Christopher James Lahey | 2000-05-20 | 23 | -168/+656 |
* | From a patch by Iain Holmes <ih@csd.abdn.ac.uk> | Christopher James Lahey | 2000-05-19 | 5 | -4/+36 |
* | Added e_container_foreach_leaf. | Christopher James Lahey | 2000-05-19 | 2 | -1/+30 |
* | Add imagesdir support. | Christopher James Lahey | 2000-05-19 | 2 | -0/+49 |
* | new signals "added_item", "removed_item", "added_group", "removed_group". | Damon Chaplin | 2000-05-18 | 4 | -4/+145 |
* | Fixed a memory leak. | Christopher James Lahey | 2000-05-16 | 3 | -0/+8 |
* | Changed sorting to be at priority level 30. | Christopher James Lahey | 2000-05-16 | 5 | -6/+15 |
* | Removed a memory leak here. | Christopher James Lahey | 2000-05-16 | 9 | -54/+17 |
* | Fixed a FIXME comment. | Christopher James Lahey | 2000-05-16 | 8 | -54/+219 |
* | New `ETitleBar' widget. Also, moved the `EClippedLabel' widget out of | Ettore Perazzoli | 2000-05-16 | 10 | -12/+477 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 49 | -1638/+1058 |
* | *** empty log message *** | Miguel de Icaza | 2000-05-12 | 5 | -2/+68 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 5 | -8/+15 |
* | Reenable editting. | Christopher James Lahey | 2000-05-10 | 1 | -3/+4 |
* | Remove the tooltip callback when destroyed. | Christopher James Lahey | 2000-05-10 | 2 | -0/+10 |
* | Fixed etssv_remove. | Christopher James Lahey | 2000-05-10 | 3 | -4/+26 |
* | Fixed reflow sorting to call reflow_request when sorting on an item | Christopher James Lahey | 2000-05-10 | 1 | -0/+1 |
* | Rearranged order of things getting destroyed. | Christopher James Lahey | 2000-05-09 | 3 | -0/+11 |
* | Remove reflow idle when being destroyed. | Christopher James Lahey | 2000-05-09 | 1 | -0/+11 |
* | Make multi-line texts display properly. Fixed some mem leaks. | Christopher James Lahey | 2000-05-08 | 3 | -20/+17 |
* | Made a minimal number of things be destroyed and recreated when updating a | Christopher James Lahey | 2000-05-08 | 2 | -12/+57 |
* | remove the no longer needed flatened_alpha member. | Larry Ewing | 2000-05-08 | 4 | -10/+35 |
* | free cell.starting_text here to avoid a memory leak. | Chris Toshok | 2000-05-08 | 3 | -0/+7 |
* | Add a horizontal scrollbar. | Christopher James Lahey | 2000-05-08 | 3 | -2/+6 |
* | Added an activate signal. | Christopher James Lahey | 2000-05-08 | 4 | -0/+24 |
* | Handle row_inserted and row_deleted signals properly. | Christopher James Lahey | 2000-05-08 | 17 | -74/+263 |
* | only to set_value_at if the value is indeed different. (ect_stop_editing): | Chris Toshok | 2000-05-07 | 3 | -6/+26 |
* | Added a "changed" signal that gets sent whenever the text changes. | Christopher James Lahey | 2000-05-07 | 4 | -14/+14 |
* | Killed some warnings. | Christopher James Lahey | 2000-05-07 | 5 | -6/+4 |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 6 | -0/+6 |
* | use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table can | Chris Toshok | 2000-05-05 | 3 | -2/+9 |
* | Add an e_table_group_add_all function and implement it in the different | Christopher James Lahey | 2000-05-05 | 19 | -30/+251 |
* | Sped up e_cell_text's get_height function. | Christopher James Lahey | 2000-05-05 | 3 | -32/+42 |
* | Define `E_TYPE_SHORTCUT_BAR'. | Ettore Perazzoli | 2000-05-04 | 2 | -0/+6 |
* | Added a height_cache idle loop so that the height_cache will be validated | Christopher James Lahey | 2000-05-04 | 5 | -4/+85 |
* | Load all the data to be sorted by before actually doing the sort. | Christopher James Lahey | 2000-05-04 | 3 | -34/+99 |
* | EIconBar/EShortcutBar constification. | Ettore Perazzoli | 2000-05-04 | 6 | -11/+26 |
* | Fix author information. | Christopher James Lahey | 2000-05-04 | 9 | -32/+97 |
* | Fixed EShortcutBar API: the icon callback function now gets a `const | Ettore Perazzoli | 2000-05-04 | 4 | -10/+38 |
* | Add back in main loop calls during sorting. | Christopher James Lahey | 2000-05-04 | 3 | -0/+9 |
* | Replace insert sort completely with a qsort. | Christopher James Lahey | 2000-05-04 | 5 | -155/+132 |
* | Changed the insert sort to be binary instead of linear. | Christopher James Lahey | 2000-05-04 | 3 | -58/+109 |
* | set and reset the GTK_HAS_FOCUS flag. We now get focus_out events | Damon Chaplin | 2000-05-03 | 1 | -0/+4 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 6 | -4/+16 |
* | Made this more reentrant. | Christopher James Lahey | 2000-05-01 | 11 | -20/+150 |
* | Fixed some warnings. | Christopher James Lahey | 2000-04-28 | 14 | -16/+20 |
* | + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and | Matthew Loper | 2000-04-27 | 2 | -0/+22 |
* | Added a missing include. | Christopher James Lahey | 2000-04-26 | 3 | -0/+6 |
* | add e-popup-menu.[ch] | Miguel de Icaza | 2000-04-26 | 2 | -0/+115 |
* | Add argument handling here. | Miguel de Icaza | 2000-04-26 | 23 | -998/+523 |
* | Fixed a warning. | Christopher James Lahey | 2000-04-25 | 5 | -4/+8 |
* | Made the tooltip show up in the correct place and configuration when using | Christopher James Lahey | 2000-04-24 | 11 | -60/+404 |
* | oops, silly me. | Matthew Loper | 2000-04-24 | 1 | -1/+1 |
* | + * widgets/Makefile.am: Added e-paned directory. | Matthew Loper | 2000-04-24 | 1 | -1/+1 |
* | Calculate the width of the table from the width of all the columns, and | Iain Holmes | 2000-04-24 | 3 | -4/+28 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 3 | -11/+16 |
* | add table-size-test | Chris Toshok | 2000-04-17 | 14 | -56/+573 |
* | Propagate mouse wheel events upwards. | Anders Carlsson | 2000-04-17 | 5 | -26/+42 |
* | Shut up CVS | Anders Carlsson | 2000-04-17 | 1 | -0/+7 |
* | added buttons to test moving/reordering groups. | Damon Chaplin | 2000-04-16 | 7 | -1866/+154 |
* | Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduce | Anders Carlsson | 2000-04-16 | 1 | -4/+14 |
* | + * addressbook/gui/component/addressbook.c | Matthew Loper | 2000-04-16 | 3 | -0/+33 |
* | Do not use the parent thingie, because it might be like anything. And | Miguel de Icaza | 2000-04-15 | 2 | -1/+5 |
* | Apply some loving action when it comes to visuals and colormaps. Yes, we | Miguel de Icaza | 2000-04-15 | 1 | -2/+11 |
* | Add our own ChangeLog | Miguel de Icaza | 2000-04-15 | 1 | -0/+119 |
* | Added a row height cache. | Christopher James Lahey | 2000-04-15 | 5 | -4/+128 |
* | Make `e_table_construct()' work by passing the correct size argument | Ettore Perazzoli | 2000-04-15 | 3 | -2/+7 |
* | Switch the parent object to be a GtkTable. (et_real_construct): apply | Miguel de Icaza | 2000-04-15 | 5 | -24/+65 |
* | Remove test for source. We will fix this later. | Miguel de Icaza | 2000-04-13 | 3 | -31/+30 |
* | Reset resize_guide here. | Miguel de Icaza | 2000-04-12 | 3 | -10/+10 |
* | you need the latest gdk-pixbuf to build evolution now. | Larry Ewing | 2000-04-12 | 3 | -120/+99 |
* | Moved some logic a bit. Minor changes. | Christopher James Lahey | 2000-04-12 | 2 | -16/+2 |
* | e-text.c: Recalc bounds when changing the width/clip_width | iholmes | 2000-04-12 | 2 | -6/+48 |
* | Add files | Miguel de Icaza | 2000-04-11 | 4 | -0/+84 |
* | Add group indent width here. (is_pointer_on_division): Use the group | Miguel de Icaza | 2000-04-11 | 9 | -62/+251 |
* | Changed some incorrect gtk_object_refs and gtk_object_unrefs into | Christopher James Lahey | 2000-04-11 | 2 | -0/+2 |
* | Drop frozen count support from here. (ethi_start_drag): ditto. | Miguel de Icaza | 2000-04-11 | 12 | -45/+17 |
* | Added proper keyboard focus handling. | Christopher James Lahey | 2000-04-11 | 1 | -1/+13 |
* | + * addressbook/gui/component/addressbook.c (addressbook_factory): | Matthew Loper | 2000-04-09 | 3 | -0/+8 |
* | Separated some functions into an xml bit and a generic bit. | Christopher James Lahey | 2000-04-09 | 3 | -120/+123 |
* | CVS move mistake. Fixed the correct changes in the correct places. | Christopher James Lahey | 2000-04-09 | 20 | -3100/+74 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 15 | -142/+1073 |
* | Made text tooltips appear in place. Iain figured out that to get them to | Christopher James Lahey | 2000-04-08 | 2 | -56/+108 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-04-06 | 33 | -344/+827 |
* | More flushing action | Miguel de Icaza | 2000-04-06 | 1 | -0/+3 |
* | Update TODO, add Chris to the author list | Miguel de Icaza | 2000-04-06 | 3 | -8/+34 |
* | Load the icons from the installation path, not form the GNOME-libs | Miguel de Icaza | 2000-04-06 | 22 | -166/+310 |
* | 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 |