| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a memory leak here by using the "selection-done" signal. | Christopher James Lahey | 2002-04-12 | 3 | -13/+49 |
* | Oops. The previous change made the search bar widgets get packed in the | Dan Winship | 2002-04-10 | 2 | -3/+11 |
* | Construct the buttons earlier so that the option-menu-setup code that | Dan Winship | 2002-04-07 | 2 | -5/+11 |
* | show a specific page number | JP Rosevear | 2002-04-07 | 3 | -0/+23 |
* | Don't show the popup if the entry->item doesn't have focus. | Ettore Perazzoli | 2002-04-04 | 1 | -0/+5 |
* | ignore .pure | Chris Toshok | 2002-04-02 | 1 | -0/+1 |
* | Change the ETable specs so it doesn't sort. | Ettore Perazzoli | 2002-03-30 | 2 | -1/+5 |
* | Added widgets/e-option-menu.lo. | Christopher James Lahey | 2002-03-26 | 3 | -28/+69 |
* | Call the parent function after doing all the internal work so that when | Christopher James Lahey | 2002-03-26 | 1 | -9/+9 |
* | +2002-03-20 Christopher James Lahey <clahey@ximian.com> | Chris Lahey | 2002-03-22 | 1 | -15/+15 |
* | Add accelerators for "Find Now" and "Clear". | Ettore Perazzoli | 2002-03-21 | 4 | -10/+18 |
* | Remove all the SearchBar items before setting them up again. | Ettore Perazzoli | 2002-03-21 | 2 | -25/+80 |
* | No accelerator for "FindNow". (add_button): Add a one-pixel padding to the | Ettore Perazzoli | 2002-03-19 | 2 | -2/+8 |
* | Rename the "Search Now" menu entry to "Find Now". Rename the corresponding | Ettore Perazzoli | 2002-03-19 | 2 | -4/+12 |
* | New halper function to update the sensitivity of the commands. | Ettore Perazzoli | 2002-03-19 | 2 | -0/+46 |
* | Init clear_button to NULL. (add_button): New helper function to add a | Ettore Perazzoli | 2002-03-19 | 3 | -15/+54 |
* | New, implementation for a new "SearchNow" verb. (setup_standard_verbs): | Ettore Perazzoli | 2002-03-19 | 2 | -0/+21 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 4 | -30/+74 |
* | Allow for per-item closures and also instead of taking a const char | Jeffrey Stedfast | 2002-03-16 | 2 | -37/+40 |
* | Check for a style_set signal on all the contained GnomeCanvasItems. | Christopher James Lahey | 2002-03-16 | 6 | -0/+82 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 5 | -107/+178 |
* | Add a GdkPixmap * cache of rendered toggle images. This should | Christopher James Lahey | 2002-03-16 | 1 | -48/+130 |
* | Set horizontal scroll policy to GTK_POLICY_NEVER here. Don't set usize | Christopher James Lahey | 2002-03-16 | 2 | -9/+13 |
* | New function that returns the total minimum width of all the columns. | Christopher James Lahey | 2002-03-16 | 4 | -4/+39 |
* | Implemented capitalization keybindings. | Christopher James Lahey | 2002-03-15 | 2 | -17/+91 |
* | Made this return a boolean that returns whether the ETableSearch used the | Christopher James Lahey | 2002-03-15 | 4 | -9/+12 |
* | Don't search if any modifier but SHIFT or LOCK is pressed. | Ettore Perazzoli | 2002-03-15 | 2 | -4/+6 |
* | If the charset item doesn't have a class (aka "Unknown"), don't write a | Jeffrey Stedfast | 2002-03-14 | 2 | -3/+12 |
* | Added alpha blending here. | Christopher James Lahey | 2002-03-14 | 2 | -2/+73 |
* | Added selected_column, focused_column, and unselected_column. | Christopher James Lahey | 2002-03-14 | 2 | -17/+118 |
* | Added this function. | Christopher James Lahey | 2002-03-14 | 4 | -1/+26 |
* | Clean up comment. | Ettore Perazzoli | 2002-03-14 | 1 | -3/+1 |
* | Replaced e_marshal_BOOL__STRING with this since the function it was used | Christopher James Lahey | 2002-03-13 | 5 | -24/+53 |
* | Added ETableSearch support. | Christopher James Lahey | 2002-03-13 | 1 | -50/+164 |
* | Added support for E_TABLE_MEMORY_STORE_OBJECT which represents a column | Christopher James Lahey | 2002-03-13 | 2 | -2/+17 |
* | Removed Page struct. (e_multi_config_dialog_add_page): Select the initial | Christopher James Lahey | 2002-03-13 | 2 | -56/+15 |
* | Use Use e_table_memory_store instead of e_table_memory_callbacks. Use | Christopher James Lahey | 2002-03-13 | 2 | -99/+44 |
* | Give the correct height to the subcells instead of overlapping them. | Christopher James Lahey | 2002-03-13 | 6 | -19/+39 |
* | Added e-table-search.lo. | Christopher James Lahey | 2002-03-12 | 14 | -72/+587 |
* | Proxy request_collapse signals. | Christopher James Lahey | 2002-03-12 | 1 | -48/+65 |
* | Added e-cell-vbox.lo. | Christopher James Lahey | 2002-03-12 | 2 | -0/+556 |
* | Added this function to take a ... list of column data. The expected number | Christopher James Lahey | 2002-03-12 | 2 | -0/+24 |
* | Added a pixbuf column type. | Christopher James Lahey | 2002-03-12 | 6 | -38/+69 |
* | Use GNOME_STOCK_BUTTON_CLOSE, not GNOME_STOCK_BUTTON_CANCEL. (do_close): | Ettore Perazzoli | 2002-03-12 | 2 | -10/+18 |
* | Rename Page.widget -> Page.page_widget; it is now an EConfigPage instead | Ettore Perazzoli | 2002-03-10 | 7 | -17/+427 |
* | Bumped version number to 0.19.99.7 | Chris Toshok | 2002-03-10 | 1 | -2/+2 |
* | Handle a collapse request by marking all descendents of that node as | Christopher James Lahey | 2002-03-09 | 5 | -125/+193 |
* | Added a fill_in_children signal. | Christopher James Lahey | 2002-03-08 | 2 | -5/+50 |
* | Add test-multi-config-dialog. | Ettore Perazzoli | 2002-03-08 | 1 | -1/+2 |
* | Don't display a header in the table on the left. | Ettore Perazzoli | 2002-03-08 | 2 | -2/+8 |
* | New. New. | Ettore Perazzoli | 2002-03-06 | 5 | -4/+563 |
* | Re-disable tooltips since they're (still) fantastically obnoxious with | Dan Winship | 2002-03-06 | 1 | -2/+0 |
* | only call the cell's print method if it has one. Avoids crashing for | Damon Chaplin | 2002-03-05 | 1 | -1/+2 |
* | If tab is hit and the cursor is still in the entry, move down into the | Jon Trowbridge | 2002-03-01 | 1 | -11/+36 |
* | make a right click bring up the popup menu. | Larry Ewing | 2002-02-28 | 2 | -2/+9 |
* | preserve behavior - hook search_activated signal to the same function as | Chris Toshok | 2002-02-25 | 4 | -23/+63 |
* | gtk_widget_show() the icon_pixmap if the specified icon is not NULL. | Ettore Perazzoli | 2002-02-22 | 2 | -1/+23 |
* | Added e-table-memory-store.lo. | Christopher James Lahey | 2002-02-22 | 11 | -184/+1101 |
* | Initialize frozen_count to 0. | Christopher James Lahey | 2002-02-20 | 1 | -0/+2 |
* | Make the defalut for tooltips be on. | Christopher James Lahey | 2002-02-14 | 1 | -2/+1 |
* | New signal for when the width of the column changes. | Christopher James Lahey | 2002-02-13 | 3 | -0/+24 |
* | Cancel tooltip timeouts here. | Christopher James Lahey | 2002-02-13 | 1 | -8/+25 |
* | remove briefly used files | JP Rosevear | 2002-02-09 | 3 | -238/+4 |
* | oops | JP Rosevear | 2002-02-09 | 2 | -0/+234 |
* | button/entry combo that launchs the gnome url handler on the entry text | JP Rosevear | 2002-02-09 | 2 | -2/+9 |
* | Call scroll_off and in e-tree.c hover_off. | Christopher James Lahey | 2002-02-09 | 2 | -8/+29 |
* | build new files | JP Rosevear | 2002-02-09 | 4 | -1/+248 |
* | New function to handle unmerging menus at control deactivation time. (d): | Christopher James Lahey | 2002-02-08 | 3 | -15/+35 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 3 | -117/+264 |
* | Create the local directory when loading instead of when saving. This way | Christopher James Lahey | 2002-02-07 | 1 | -2/+2 |
* | Bumped the version number to 0.19.99.5. | Christopher James Lahey | 2002-02-07 | 10 | -158/+1295 |
* | *** empty log message *** | Chris Lahey | 2002-02-07 | 7 | -38/+239 |
* | Added gal-view-instance.c and gal-view-instance.h. | Christopher James Lahey | 2002-02-01 | 4 | -72/+573 |
* | Made this function much more readable. Got rid of all the gotos. Fixed a | Christopher James Lahey | 2002-02-01 | 2 | -37/+54 |
* | Make this function take a bitfield of parameters instead of two bools. | Christopher James Lahey | 2002-01-31 | 2 | -6/+12 |
* | Added this simple accessor function. | Christopher James Lahey | 2002-01-31 | 4 | -0/+49 |
* | New function to do a search through a tree in one direction or the other. | Christopher James Lahey | 2002-01-31 | 2 | -89/+206 |
* | Final cleanup for the CFLAGS and LIBS in the Makefiles. | Ettore Perazzoli | 2002-01-28 | 5 | -23/+29 |
* | [Implement an Outlook-style "New" dropdown button. It is basically | Ettore Perazzoli | 2002-01-24 | 3 | -110/+247 |
* | Implement max_width_by_row. | Christopher James Lahey | 2002-01-22 | 4 | -126/+211 |
* | Request a reflow and an update when the text model changes. Fixes Ximian | Christopher James Lahey | 2002-01-21 | 1 | -3/+4 |
* | new file, implements the ECellProgress object. | Krisztian Pifko | 2002-01-17 | 2 | -0/+524 |
* | Added #include <libgnome/gnome-defs.h>. | Christopher James Lahey | 2002-01-17 | 7 | -0/+7 |
* | Added #include <libgnome/gnome-defs.h>. | Christopher James Lahey | 2002-01-17 | 28 | -0/+31 |
* | New functions for saving selection state and such. | Christopher James Lahey | 2002-01-16 | 5 | -23/+210 |
* | Handle the case of a 0 length string properly here. | Christopher James Lahey | 2002-01-15 | 1 | -0/+6 |
* | translate timezone names, and provide a function to get back to the | Damon Chaplin | 2002-01-12 | 4 | -11/+69 |
* | Made the header item here handle horizontal scrolling when adding a | Christopher James Lahey | 2002-01-10 | 2 | -23/+157 |
* | Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. Reset | Christopher James Lahey | 2002-01-09 | 3 | -43/+87 |
* | Collapse nodes that were opened during a drag, unless the drop site is a | Christopher James Lahey | 2002-01-09 | 1 | -3/+53 |
* | changed the location of the Hebrew charset in the menu | Jeffrey Stedfast | 2002-01-05 | 1 | -3/+3 |
* | Added iso-8859-8 (Hebrew; Visual) to the list of charsets in the menu. | Jeffrey Stedfast | 2002-01-05 | 2 | -0/+8 |
* | Reworked to fix bugs related to breaking text on newlines. Some fairly | Jon Trowbridge | 2001-12-28 |