| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the style here match the proper widget style to emulate a label or an | Christopher James Lahey | 2002-05-03 | 1 | -1/+1 |
* | Added this function that lets you specify the translation domain. | Christopher James Lahey | 2002-05-03 | 10 | -84/+121 |
* | Added horizontal dividers to this item when in table mode. | Christopher James Lahey | 2002-05-03 | 4 | -26/+28 |
* | Set the gettext-domain here. | Christopher James Lahey | 2002-05-02 | 11 | -36/+81 |
* | From gal/e-table/ChangeLog: | Christopher James Lahey | 2002-04-30 | 1 | -8/+8 |
* | Changed LDFLAGS to LIBS for tests here. Bumped the version number to | Christopher James Lahey | 2002-04-30 | 2 | -0/+39 |
* | Take an int instead of a double. From a patch by jody@ximian.com. | Christopher James Lahey | 2002-04-27 | 1 | -1/+1 |
* | Don't print out the colors here unless debugging is turned on. | Christopher James Lahey | 2002-04-27 | 2 | -1/+8 |
* | Only unref etst->sort_info once. | Christopher James Lahey | 2002-04-27 | 1 | -1/+0 |
* | Documented the life cycle requirements of the return value of these | Christopher James Lahey | 2002-04-27 | 2 | -7/+23 |
* | Include alloca.h here if it's necessary. | Christopher James Lahey | 2002-04-27 | 1 | -0/+4 |
* | Initialize these struct members individually instead of as a struct. | Christopher James Lahey | 2002-04-27 | 1 | -1/+4 |
* | Added calls to e_table_model_pre_change here so that the ETableItem | Christopher James Lahey | 2002-04-26 | 1 | -0/+4 |
* | Made these handle the case where all_children_selected_array has a bit | Christopher James Lahey | 2002-04-26 | 1 | -2/+7 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 10 | -22/+23 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 4 | -4/+4 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 50 | -74/+74 |
* | Changed this to match the new e_table_memory_store_insert function | Christopher James Lahey | 2002-04-25 | 1 | -1/+1 |
* | implement printing (pixbuf_print_height): implement print height | JP Rosevear | 2002-04-25 | 3 | -18/+53 |
* | Updated this to match the changed function name in gal. | Christopher James Lahey | 2002-04-23 | 2 | -2/+7 |
* | Bumped version number to 0.19.99.14. | Christopher James Lahey | 2002-04-23 | 6 | -31/+254 |
* | Unref the sort_info. | Jeffrey Stedfast | 2002-04-20 | 1 | -0/+5 |
* | After unreffing all the pixmaps, free the toggle_view->pixmap_cache. | Jeffrey Stedfast | 2002-04-20 | 1 | -0/+1 |
* | Free the priv->search_string and priv itself. More memory leak fixage. | Jeffrey Stedfast | 2002-04-20 | 2 | -0/+9 |
* | print the cell in the allotted area (etog_print_height): return the print | JP Rosevear | 2002-04-20 | 1 | -0/+57 |
* | handle toggle and radio items (make_item): the item is now passed in from | JP Rosevear | 2002-04-18 | 1 | -17/+26 |
* | Bumped version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 3 | -22/+67 |
* | If there is a grabbed_item, send all events to it. | Christopher James Lahey | 2002-04-18 | 1 | -22/+20 |
* | 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 | 1 | -169/+95 |
* | New. New. | Ettore Perazzoli | 2001-12-20 | 4 | -0/+432 |
* | Merging changes: | Christopher James Lahey | 2001-12-19 | 1 | -11/+2 |
* | Merging changes: | Christopher James Lahey | 2001-12-18 | 2 | -2/+7 |
* | Merging changes: | Christopher James Lahey | 2001-12-18 | 2 | -0/+546 |
* | Merging changes: | Christopher James Lahey | 2001-12-17 | 1 | -28/+27 |
* | Merging changes: | Christopher James Lahey | 2001-12-17 | 2 | -11/+29 |
* | merge from head | Not Zed | 2001-12-14 | 2 | -0/+7 |
* | unregister ETableHeaderItem widget as a drag target when unrealizing it. | Gustavo Giráldez | 2001-12-12 | 1 | -0/+2 |
* | Merging files: | Christopher James Lahey | 2001-12-11 | 3 | -1/+8 |
* | Merging changes: | Christopher James Lahey | 2001-12-11 | 1 | -2/+0 |
* | Merging changes: | Christopher James Lahey | 2001-12-11 | 1 | -8/+16 |
* | Don't crash if the text string is NULL. (text_draw_with_objects): Don't | Jon Trowbridge | 2001-12-11 | 1 | -1/+4 |
* | Merging changes: | Christopher James Lahey | 2001-12-07 | 1 | -0/+2 |
* | Merging changes: | Christopher James Lahey | 2001-12-05 | 11 | -172/+411 |
* | Merging changes: | Christopher James Lahey | 2001-12-04 | 2 | -11/+15 |
* | Merging changes: | Christopher James Lahey | 2001-12-04 | 3 | -53/+410 |
* | Merging changes: | Christopher James Lahey | 2001-12-01 | 1 | -0/+3 |
* | updated to new version from Ximian Setup Tools. Fixes bug #7641. | Damon Chaplin | 2001-11-29 | 3 | -44/+76 |
* | Bumped version number to 0.18.1. | Christopher James Lahey | 2001-11-15 | 1 | -1/+8 |
* | Ungrab and set maybe_in_grab to FALSE before sending the double click | Christopher James Lahey | 2001-11-15 | 1 | -0/+17 |
* | From a patch by Yukihiro Nakai <ynakai@redhat.com>. | Christopher James Lahey | 2001-11-15 | 1 | -0/+30 |
* | Handle the case where page up or page down goes off the end of the table | Christopher James Lahey | 2001-11-15 | 2 | -0/+18 |
* | Don't select all if the source model doesn't have a root node (it used to | Christopher James Lahey | 2001-11-11 | 1 | -1/+6 |
* | Make a printout here be conditionally compiled (and compiled out by | Christopher James Lahey | 2001-11-11 | 1 | -1/+1 |
* | Fixed stupid bug (U_ macro should always take one argument). | Chyla Zbigniew | 2001-11-09 | 1 | -4/+5 |
* | Only popup entries that have focus. Fixes the lingering completion popup | Jon Trowbridge | 2001-11-09 | 1 | -1/+3 |
* | set both the date and the time of day in one call, creating only a single | JP Rosevear | 2001-11-06 | 3 | -0/+43 |
* | Based on a patch by Damon Chaplin <damon@ximian.com> | Christopher James Lahey | 2001-11-06 | 2 | -7/+43 |
* | New functions here. | Christopher James Lahey | 2001-11-06 | 3 | -9/+32 |
* | We should only pre_change here if frozen = 0, otherwise we'll leak | Christopher James Lahey | 2001-11-06 | 2 | -3/+6 |
* | Bumped the version number to 0.17.99.0. Bumped the soname to 18. | Christopher James Lahey | 2001-11-03 | 2 | -1/+4 |
* | Fixed the signature of this function. | Christopher James Lahey | 2001-11-01 | 1 | -1/+1 |
* | Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17. | Christopher James Lahey | 2001-11-01 | 6 | -4/+78 |
* | Snotty code so we only disconnect to rules we no longer have, etc. | 1 | 2001-11-01 | 2 | -20/+50 |
* | Ref and connect to rule changed here, also clear out previous ref's. | Not Zed | 2001-11-01 | 3 | -28/+38 |
* | Bumped the version number here to 0.16. | Christopher James Lahey | 2001-10-31 | 1 | -0/+3 |
* | Added frozen_count variable to know not to show the cursor while a change | Christopher James Lahey | 2001-10-31 | 15 | -90/+393 |
* | emit signal when time set to none/empty. | Damon Chaplin | 2001-10-31 | 2 | -0/+6 |
* | Leave edit if commit is called. | Christopher James Lahey | 2001-10-31 | 1 | -8/+16 |
* | Request the right regions here. The range given is inclusive, not | Christopher James Lahey | 2001-10-31 | 1 | -2/+2 |
* | Remove point handler and just let GnomeCanvasGroup handle it. | Christopher James Lahey | 2001-10-31 | 2 | -11/+3 |
* | Bumped the version number here to 0.15.99.10. | Christopher James Lahey | 2001-10-31 | 2 | -0/+8 |
* | Hook to rule changed events. (destroy): Free change id table/unconnect to | 0 | 2001-10-30 | 3 | -5/+60 |
* | try to parse just a date first, and if that works we assume it is a DATE | Damon Chaplin | 2001-10-30 | 2 | -15/+32 |
* | Set the item to the option_base on it, so the current item is set. Fix for | 0 | 2001-10-30 | 2 | -0/+7 |
* | Fix this to check from initial instead of initial + 1. | Christopher James Lahey | 2001-10-30 | 1 | -1/+1 |
* | Added column_width argument. | Christopher James Lahey | 2001-10-30 | 1 | -0/+21 |
* | Calc height here if we need it to check the y position of the cursor. | Christopher James Lahey | 2001-10-30 | 1 | -0/+7 |
* | Adapt to the new ECellPopup signature. | Christopher James Lahey | 2001-10-30 | 2 | -12/+29 |
* | Bumped the version number here to 0.15.99.9. | Christopher James Lahey | 2001-10-30 | 5 | -44/+72 |
* | ref the ECalendarItem and check if it gets destroyed, to try to avoid a | Damon Chaplin | 2001-10-30 | 4 | -7/+31 |
* | Added. Makes our popup window a transient of the toplevel. | Jon Trowbridge | 2001-10-30 | 1 | -0/+24 |
* | destroy our completion_view_popup... we've been leaking them all of this | Jon Trowbridge | 2001-10-30 | 1 | -1/+3 |
* | Ignore buttons 4 and 5 here. Fixes Ximian bug #13853. | Christopher James Lahey | 2001-10-30 | 2 | -12/+16 |
* | Hide the Help button here since there's nothing connected to it. | Christopher James Lahey | 2001-10-30 | 2 | -2/+21 |
* | Silently drop match strings that contain invalid utf-8... not a good thing | Jon Trowbridge | 2001-10-30 | 1 | -18/+17 |
* | Don't go outside the table looking for matches when doing the last_access | Christopher James Lahey | 2001-10-30 | 3 | -16/+17 |
* | Set text->revert = NULL here. (e_text_cancel_editing): Only revert if | Christopher James Lahey | 2001-10-29 | 1 | -1/+4 |
* | Bumped version number here to 0.15.99.7. | Christopher James Lahey | 2001-10-29 | 2 | -4/+22 |
* | Fix crash here. | Christopher James Lahey | 2001-10-28 | 1 | -1/+1 |
* | Check item->type != NULL here. Fixes Ximian bug #4668. | Christopher James Lahey | 2001-10-28 | 1 | -1/+1 |
* | Removed erroneous comment about needing to handle selection better. | Christopher James Lahey | 2001-10-28 | 1 | -2/+0 |
* | Commented out connecting to the scroll adjustments here since it's not | Christopher James Lahey | 2001-10-28 | 1 | -30/+37 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 6 | -58/+58 |
* | Bumped the version number to 0.15.99.6 for emulate_label_resize. | Christopher James Lahey | 2001-10-28 | 1 | -13/+88 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 28 | -28/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 28 | -56/+56 |
* | Chain the cursor_activated signal even if the row is -1. | Christopher James Lahey | 2001-10-27 | 2 | -11/+10 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 3 | -10/+60 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 2 | -38/+38 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 50 | -423/+930 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 16 | -76/+302 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 128 | -495/+2554 |
* | Added cursor_changed handling to set the has_cursor argument of the | Christopher James Lahey | 2001-10-26 | 2 | -0/+42 |
* | Document allow-grouping attribute. | Christopher James Lahey | 2001-10-26 | 5 | -10/+24 |
* | Fixed warnings here. | Christopher James Lahey | 2001-10-26 | 1 | -8/+8 |
* | If the root node is hidden and selected, don't count it in the selected | Christopher James Lahey | 2001-10-26 | 2 | -23/+48 |
* | Fixes Ximian bug #6832. | Federico Mena Quintero | 2001-10-26 | 2 | -5/+76 |
* | Bumped version to 0.15.99.4 for e-iconv changes. | 5 | 2001-10-26 | 2 | -5/+7 |
* | Added #include "gal/widgets/e-unicode.h". | Christopher James Lahey | 2001-10-25 | 5 | -41/+157 |
* | Ref the BonoboUIComponent that we are holding. (gvm_destroy): Unref our | Jon Trowbridge | 2001-10-25 | 2 | -0/+18 |
* | Don't add the menu item here, do this in the context_changed signal | Jeffrey Stedfast | 2001-10-24 | 3 | -28/+115 |
* | copy the translate field over as well. Should fix an uninitialized memory | Damon Chaplin | 2001-10-24 | 2 | -0/+6 |
* | clear the struct tm fields to keep purify happy. | Damon Chaplin | 2001-10-24 | 2 | -2/+15 |
* | save the UTF-8 strings inside the listitem widgets, but convert to the | Damon Chaplin | 2001-10-24 | 1 | -6/+27 |
* | Got rid of the gc argument to e_table_header_draw_button. | Christopher James Lahey | 2001-10-24 | 5 | -27/+40 |
* | Use the widget's style's text_gc for drawing text if either | Christopher James Lahey | 2001-10-23 | 1 | -13/+18 |
* | Got rid of the gc field here and just use the fg_gc from the style for | Christopher James Lahey | 2001-10-23 | 2 | -11/+2 |
* | Bumped version to 0.15.99.3 for EText's "draw_button" argument. | Christopher James Lahey | 2001-10-23 | 3 | -0/+124 |
* | Make this check immediately for whether to show the cursor, instead of in | Christopher James Lahey | 2001-10-23 | 2 | -5/+13 |
* | Call e_tree_model_pre_change here where appropriate. | Christopher James Lahey | 2001-10-23 | 1 | -0/+2 |
* | Cancel the drag or maybe drag if you have the mouse button down when the | Christopher James Lahey | 2001-10-23 | 2 | -6/+27 |
* | use the new ECellText methods to get the text and set the value. | Damon Chaplin | 2001-10-23 | 5 | -7/+240 |
* | removed duplicated declaration | Damon Chaplin | 2001-10-23 | 1 | -2/+0 |
* | added set_value() class method, which sets the model value based on the | Damon Chaplin | 2001-10-23 | 4 | -37/+65 |
* | Added a disabled field here. | Christopher James Lahey | 2001-10-23 | 7 | -25/+66 |
* | Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection. | Christopher James Lahey | 2001-10-22 | 2 | -12/+118 |
* | Offer UTF8_STRING, UTF-8, COMPOUND_TEXT, STRING, and TEXT targets when we | Christopher James Lahey | 2001-10-21 | 1 | -21/+70 |
* | Make this not be a radio button, but instead just a normal menu. | Christopher James Lahey | 2001-10-21 | 2 | -70/+58 |
* | Use right_click_down here instead of maybe_do_something. | Christopher James Lahey | 2001-10-21 | 1 | -1/+1 |
* | Don't convert to locale here since EText takes UTF8 strings. Fixes Ximian | Christopher James Lahey | 2001-10-21 | 1 | -9/+3 |
* | Keep us from reading tmp_tm uninitialized, so purify won't complain. | Jon Trowbridge | 2001-10-21 | 2 | -2/+12 |
* | Changed some of these gbooleans to be guint : 1s. | Christopher James Lahey | 2001-10-21 | 2 | -5/+6 |
* | Check for num_children == -1 here and generate the children if they | Christopher James Lahey | 2001-10-20 | 1 | -0/+5 |
* | Connect keys before we show the widget. | Jon Trowbridge | 2001-10-19 | 2 | -5/+3 |
* | #include bonobo-ui-util.h | Jeffrey Stedfast | 2001-10-19 | 2 | -0/+5 |
* | Added bounds checking in a number of places. (etta_init): Initialize all | Christopher James Lahey | 2001-10-17 | 1 | -17/+41 |
* | Use new e_table_header_prioritized_column field. | Christopher James Lahey | 2001-10-13 | 8 | -27/+54 |
* | Copy the can group state on the sort info here. | Christopher James Lahey | 2001-10-13 | 1 | -0/+4 |
* | bumped revision to .1 | 1 | 2001-10-12 | 1 | -8/+25 |
* | Use e_strdup_append_strings here instead of g_strdup_printf because | Christopher James Lahey | 2001-10-12 | 2 | -5/+30 |
* | Implement these functions as pass through to the child cell. | Christopher James Lahey | 2001-10-11 | 7 | -47/+178 |
* | Based on patches from Dan Nguyen <dnn@austin.ibm.com>. | Christopher James Lahey | 2001-10-10 | 1 | -1/+1 |
* | Added this function. | Christopher James Lahey | 2001-10-10 | 2 | -94/+105 |
* | Now takes a menu path argument. | Jeffrey Stedfast | 2001-10-10 | 3 | -3/+11 |
* | Final un-bit rotting. Now actually works. | Morten Welinder | 2001-10-09 | 3 | -37/+100 |
* | More bit-rot fighting in example. | Morten Welinder | 2001-10-09 | 1 | -24/+19 |
* | Partial bit-rot fight. Sample still does not work. | Morten Welinder | 2001-10-08 | 3 | -11/+56 |
* | Check that cell views are realized before doing anything here. Fixes | Christopher James Lahey | 2001-10-07 | 1 | -0/+12 |
* | remove the test condition and always work form the locale not he the font. | Larry Ewing | 2001-10-07 | 1 | -11/+1 |
* | Handle row and cell changes properly in the uniform_row_height case. | Christopher James Lahey | 2001-10-07 | 1 | -6/+3 |
* | Use g_dataset_set_data_full to find out when the context is destroyed. | Christopher James Lahey | 2001-10-06 | 2 | -0/+45 |
* | Got rid of the misused button variable here. | Christopher James Lahey | 2001-10-06 | 1 | -6/+3 |
* | Sort the list of categories. (Bug 8088) | Jon Trowbridge | 2001-10-06 | 1 | -1/+1 |
* | Fixed the uniform_row_height + confirm_row_hieght_cache crash. | Christopher James Lahey | 2001-10-06 | 1 | -6/+10 |
* | Adapted height method to deal with a row of -1. | Christopher James Lahey | 2001-10-05 | 11 | -96/+234 |
* | *.c s/->childs/->xmlChildrenNode/g; | Michael Meeks | 2001-10-05 | 2 | -4/+4 |
* | add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration | Michael Meeks | 2001-10-05 | 29 | -140/+153 |
* | added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo | Rodrigo Moya | 2001-10-04 | 4 | -0/+13 |