| Commit message (Expand) | Author | Age | Files | Lines |
* | Make right click select if the current row is not selected. | Christopher James Lahey | 2000-08-10 | 7 | -0/+44 |
* | Fix the bug where it truncates the last item | Christopher James Lahey | 2000-08-09 | 1 | -1/+1 |
* | Call our parent's destroy method. | Miguel de Icaza | 2000-08-09 | 2 | -0/+10 |
* | Tag some strings for translation. | Miguel de Icaza | 2000-08-09 | 3 | -30/+39 |
* | Ooops. | Christopher James Lahey | 2000-08-09 | 1 | -6/+7 |
* | Changed e_popup_menu_run call to match the new arguments. | Christopher James Lahey | 2000-08-09 | 3 | -2/+7 |
* | Added a hide_mask argument to the two popup menu functions. | Christopher James Lahey | 2000-08-09 | 2 | -23/+40 |
* | Added e_container_change_tab_order. | Christopher James Lahey | 2000-08-08 | 2 | -1/+83 |
* | Added functions to convert from view row to model row or from model row to | Christopher James Lahey | 2000-08-06 | 5 | -22/+89 |
* | fix | Dan Winship | 2000-08-06 | 3 | -6/+10 |
* | Added a function to get the next row with sorting taken into account. | Christopher James Lahey | 2000-08-05 | 5 | -0/+85 |
* | Made it so that selection ranges work even if the table is using grouping. | Christopher James Lahey | 2000-08-05 | 3 | -8/+17 |
* | Made selection ranges work even if the table is sorted. | Christopher James Lahey | 2000-08-05 | 14 | -50/+875 |
* | Built code to have autodrags only work from within the table and to report | Christopher James Lahey | 2000-08-05 | 5 | -78/+478 |
* | Made drag events calculate a row and column and signal that information. | Christopher James Lahey | 2000-08-04 | 17 | -64/+208 |
* | Made clicking choose the right character even if show_borders is on. | Christopher James Lahey | 2000-08-03 | 2 | -2/+14 |
* | Add a handler for "model_pre_change" and properly stop editing. | Christopher James Lahey | 2000-08-03 | 17 | -20/+188 |
* | Changed the API for the append_row function. Now accepts a model to copy | Christopher James Lahey | 2000-08-02 | 15 | -78/+46 |
* | Added an argument to set a column so that you can't sort by that column. | Christopher James Lahey | 2000-08-01 | 7 | -46/+151 |
* | Made enter key destroy and recreate the ETableItem. | Christopher James Lahey | 2000-07-30 | 5 | -2/+38 |
* | Remove the idle handler before destroying the data it operates on. | Dan Winship | 2000-07-29 | 3 | -0/+9 |
* | Fixed up the table behavior so that it's not always in an edit mode. | Christopher James Lahey | 2000-07-28 | 3 | -18/+91 |
* | Fix silly error of not chaining destructor for canvas. | Matthew Loper | 2000-07-28 | 1 | -0/+2 |
* | Added a comment. | Christopher James Lahey | 2000-07-27 | 3 | -0/+6 |
* | Fixed shift click selections. | Christopher James Lahey | 2000-07-27 | 3 | -75/+86 |
* | Allocate correctly in the insert method. | Christopher James Lahey | 2000-07-27 | 5 | -14/+13 |
* | Grab focus properly. | Christopher James Lahey | 2000-07-27 | 5 | -56/+145 |
* | Clear the selection model when activating. | Christopher James Lahey | 2000-07-27 | 7 | -136/+169 |
* | Fixed a reference. | Christopher James Lahey | 2000-07-27 | 11 | -12/+82 |
* | Added an ETableSelectionModel so this won't crash. | Christopher James Lahey | 2000-07-27 | 5 | -22/+53 |
* | Fixed the model/view row confusion. | Christopher James Lahey | 2000-07-27 | 5 | -22/+37 |
* | Uninitialized variable fix for e-table | Matthew Loper | 2000-07-27 | 2 | -2/+2 |
* | A few fixes to the ECanvas selection item a miniature cleanup of the event ha... | Matthew Loper | 2000-07-27 | 1 | -8/+22 |
* | Added "table_selection_model" argument. Removed foreach function and | Christopher James Lahey | 2000-07-27 | 31 | -868/+1041 |
* | Made foreach call the callback in top to bottom order. | Christopher James Lahey | 2000-07-26 | 3 | -8/+15 |
* | Replaced get_selection_list with foreach. | Christopher James Lahey | 2000-07-26 | 7 | -22/+35 |
* | Added e-table-selection-model.c and e-table-selection-model.h. | Christopher James Lahey | 2000-07-26 | 6 | -305/+105 |
* | Added comments to the bit field code. | Christopher James Lahey | 2000-07-26 | 5 | -6/+38 |
* | More fixes. | Christopher James Lahey | 2000-07-26 | 2 | -16/+44 |
* | Fixed up the bit manipulation a bit here. | Christopher James Lahey | 2000-07-26 | 3 | -6/+73 |
* | New files for doing a selection model. Not finished yet and thus not in | Christopher James Lahey | 2000-07-26 | 9 | -192/+863 |
* | new widget and canvas item to replace GtkCalendar. Not quite finished yet. | Damon Chaplin | 2000-07-26 | 8 | -1/+2429 |
* | Implemented some of the drag & drop code. Drops all report as being on row | Christopher James Lahey | 2000-07-25 | 5 | -18/+1040 |
* | added a color_column where the color can be specified as a string, e.g. | Damon Chaplin | 2000-07-23 | 5 | -4/+228 |
* | Made focus in not change your selection position. | Christopher James Lahey | 2000-07-22 | 2 | -4/+0 |
* | Added some unused declarations for drag and drop work. | Christopher James Lahey | 2000-07-22 | 3 | -0/+215 |
* | Fix the function to set the ETitleBar's text so that it correctly uses | Ettore Perazzoli | 2000-07-21 | 2 | -1/+6 |
* | *** empty log message *** | Damon Chaplin | 2000-07-17 | 2 | -0/+695 |
* | new files implementing a simple model for the shortcuts, so we can have | Damon Chaplin | 2000-07-17 | 9 | -229/+298 |
* | g_free things we g_malloc. | Michael Meeks | 2000-07-15 | 3 | -4/+6 |
* | Changed the background color of the header. | Christopher James Lahey | 2000-07-14 | 3 | -2/+7 |
* | Made scroll wheel work properly in header. | Christopher James Lahey | 2000-07-13 | 3 | -2/+13 |
* | Tried rearranging the casts to try for a more correct computation. | Christopher James Lahey | 2000-07-12 | 2 | -6/+11 |
* | Removed some debugging printfs. | Christopher James Lahey | 2000-07-12 | 2 | -3/+6 |
* | Added a missing variable initialization. (That code would have | Ettore Perazzoli | 2000-07-11 | 2 | -0/+6 |
* | Make sure the ETable is constructed properly, by setting the | Ettore Perazzoli | 2000-07-11 | 5 | -12/+46 |
* | Warning cleanup: `#if 0' an unused function and add a missing public | Ettore Perazzoli | 2000-07-11 | 1 | -2/+8 |
* | Fix a typbraino in the ETableScrolled header file. | Ettore Perazzoli | 2000-07-11 | 3 | -2/+6 |
* | Add e-table-scrolled.c and e-table-scrolled.h. | Christopher James Lahey | 2000-07-10 | 14 | -82/+937 |
* | Put back e_cell_event sometimes when we're not editing. | Christopher James Lahey | 2000-07-10 | 3 | -6/+11 |
* | Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause the | Christopher James Lahey | 2000-07-09 | 2 | -16/+16 |
* | Set the dnd_code to something non-null for the ETableHeaderItem. | Christopher James Lahey | 2000-07-09 | 3 | -0/+7 |
* | Removed some border padding and set the "draw_borders" argument of the | Christopher James Lahey | 2000-07-09 | 6 | -54/+242 |
* | Set header canvas scroll region correctly. | Christopher James Lahey | 2000-07-09 | 3 | -2/+6 |
* | 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 |