| Commit message (Expand) | Author | Age | Files | Lines |
* | New helper function. (build_items): g_strdup() the text for all the items. | Ettore Perazzoli | 2002-05-31 | 2 | -13/+71 |
* | Put the stuff in /menu/Searchplaceholder/Search instead of /menu/Search. | Ettore Perazzoli | 2002-05-23 | 1 | -3/+11 |
* | Put the search menu in a SearchPlaceholder. | Ettore Perazzoli | 2002-05-23 | 1 | -0/+3 |
* | New, overrides GtkWidget::draw. (impl_expose_event): New, overrides | Ettore Perazzoli | 2002-05-23 | 2 | -2/+108 |
* | Prepend the advanced menu with a separator. | Ettore Perazzoli | 2002-05-21 | 3 | -6/+15 |
* | Strip underscores from the menu item labels. | Ettore Perazzoli | 2002-05-21 | 3 | -6/+43 |
* | If grabbed_item is NULL, cancel the timeout. | Christopher James Lahey | 2002-05-11 | 1 | -0/+8 |
* | Switch from gnome_canvas_item_grab to e_canvas_item_grab. | Christopher James Lahey | 2002-05-10 | 2 | -18/+111 |
* | Change this directory to include the $(VERSION). | Christopher James Lahey | 2002-05-07 | 1 | -6/+2 |
* | Added this function that lets you specify the translation domain. | Christopher James Lahey | 2002-05-03 | 2 | -40/+39 |
* | Don't print out the colors here unless debugging is turned on. | Christopher James Lahey | 2002-04-27 | 2 | -1/+8 |
* | 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 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 9 | -20/+21 |
* | 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 | 2 | -25/+105 |
* | 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 | 2 | -6/+51 |
* | If there is a grabbed_item, send all events to it. | Christopher James Lahey | 2002-04-18 | 1 | -22/+20 |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+30 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 5 | -107/+178 |
* | Set horizontal scroll policy to GTK_POLICY_NEVER here. Don't set usize | Christopher James Lahey | 2002-03-16 | 2 | -9/+13 |
* | 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 |
* | Clean up comment. | Ettore Perazzoli | 2002-03-14 | 1 | -3/+1 |
* | 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 |
* | 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 |
* | 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 |
* | make a right click bring up the popup menu. | Larry Ewing | 2002-02-28 | 1 | -2/+4 |
* | 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 |
* | New signal for when the width of the column changes. | Christopher James Lahey | 2002-02-13 | 2 | -0/+22 |
* | 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 |
* | build new files | JP Rosevear | 2002-02-09 | 4 | -1/+248 |
* | Final cleanup for the CFLAGS and LIBS in the Makefiles. | Ettore Perazzoli | 2002-01-28 | 2 | -15/+18 |
* | [Implement an Outlook-style "New" dropdown button. It is basically | Ettore Perazzoli | 2002-01-24 | 3 | -110/+247 |
* | Added #include <libgnome/gnome-defs.h>. | Christopher James Lahey | 2002-01-17 | 3 | -0/+3 |
* | translate timezone names, and provide a function to get back to the | Damon Chaplin | 2002-01-12 | 1 | -0/+8 |
* | 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 |
* | New. New. | Ettore Perazzoli | 2001-12-20 | 4 | -0/+432 |
* | 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 | -0/+6 |
* | merge from head | Not Zed | 2001-12-14 | 2 | -0/+7 |
* | Merging changes: | Christopher James Lahey | 2001-12-05 | 6 | -112/+221 |
* | 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 |
* | From a patch by Yukihiro Nakai <ynakai@redhat.com>. | Christopher James Lahey | 2001-11-15 | 1 | -0/+30 |
* | 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 |
* | 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 |
* | emit signal when time set to none/empty. | Damon Chaplin | 2001-10-31 | 2 | -0/+6 |
* | 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 |
* | Added column_width argument. | Christopher James Lahey | 2001-10-30 | 1 | -0/+21 |
* | Adapt to the new ECellPopup signature. | Christopher James Lahey | 2001-10-30 | 2 | -12/+29 |
* | ref the ECalendarItem and check if it gets destroyed, to try to avoid a | Damon Chaplin | 2001-10-30 | 4 | -7/+31 |
* | 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 | 4 | -40/+40 |
* | 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 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 2 | -4/+38 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 29 | -159/+551 |
* | Added cursor_changed handling to set the has_cursor argument of the | Christopher James Lahey | 2001-10-26 | 2 | -0/+42 |
* | Fixed warnings here. | Christopher James Lahey | 2001-10-26 | 1 | -8/+8 |
* | Bumped version to 0.15.99.4 for e-iconv changes. | 5 | 2001-10-26 | 1 | -4/+4 |
* | 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 |
* | use the new ECellText methods to get the text and set the value. | Damon Chaplin | 2001-10-23 | 5 | -7/+240 |
* | Use right_click_down here instead of maybe_do_something. | Christopher James Lahey | 2001-10-21 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | bumped revision to .1 | 1 | 2001-10-12 | 1 | -8/+25 |
* | Now takes a menu path argument. | Jeffrey Stedfast | 2001-10-10 | 3 | -3/+11 |
* | remove the test condition and always work form the locale not he the font. | Larry Ewing | 2001-10-07 | 1 | -11/+1 |
* | add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration | Michael Meeks | 2001-10-05 | 5 | -18/+20 |
* | added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo | Rodrigo Moya | 2001-10-04 | 2 | -0/+6 |
* | Call gnome_canvas_world_to_window here. Finishes fixing Ximian bug #2613. | Christopher James Lahey | 2001-10-04 | 2 | -3/+15 |
* | Transcode empty message from utf8 to gtk charset. Fixes Ximian bug #2468. | Christopher James Lahey | 2001-10-03 | 1 | -6/+12 |
* | Bumped the sonumber to 14. | Christopher James Lahey | 2001-10-02 | 2 | -3/+56 |
* | grab focus to the date entry or the time entry, depending on which is | Damon Chaplin | 2001-09-27 | 2 | -0/+30 |
* | Commit patch from Chris to implement e_tree_right_click_up() for | Ettore Perazzoli | 2001-09-26 | 2 | -1/+38 |
* | Fixed a typo here where we were setting the running height based on the | Christopher James Lahey | 2001-09-21 | 1 | -1/+1 |
* | add prototype for e_date_edit_set_editable. | Chris Toshok | 2001-09-17 | 3 | -0/+33 |
* | Check that unsorted >= 0 before using it as an array index. (Bug #9115) | Jon Trowbridge | 2001-09-15 | 1 | -2/+3 |
* | Don't unref the old dropdown, we don't "own" it. | Jeffrey Stedfast | 2001-09-14 | 2 | -3/+5 |
* | unref the old dropdown_menu if there is one. | Larry Ewing | 2001-09-13 | 2 | -0/+8 |
* | No longer need the context in order to clone a FilterRule. | Jeffrey Stedfast | 2001-09-13 | 2 | -2/+8 |
* | Re-remove evil utf8_to_gtk debug printf that Chris seems to have | Dan Winship | 2001-09-09 | 1 | -1/+0 |
* | Bumped version number to 0.11.99.3 for ETableWithout. | Christopher James Lahey | 2001-09-08 | 2 | -2/+4 |
* | added a default size for the saved search dialog of 600 x 300 such that it | Anna Marie Dirks | 2001-09-07 | 2 | -1/+7 |
* | added a wee bit of padding around the find now label in response to bug | Anna Marie Dirks | 2001-09-06 | 2 | -0/+6 |
* | Use e_iconv_from_locale, not e_iconv_to_locale. | Chyla Zbigniew | 2001-09-03 | 1 | -1/+1 |
* | Bumped the version number to 0.11.99.2 for new e_utf8 functions. | Christopher James Lahey | 2001-09-02 | 2 | -54/+89 |
* | Bumped the version number to 0.111.99.1 for new e_utf8 functions. | Christopher James Lahey | 2001-09-01 | 2 | -66/+154 |
* | New prototype here. | Ettore Perazzoli | 2001-08-29 | 3 | -0/+40 |
* | This patch fixes a lot of i18n problems in Evolution. | Chyla Zbigniew | 2001-08-22 | 1 | -0/+1 |
* | cut and paste fixed version of gnome_canvas_button here. | Chris Toshok | 2001-08-22 | 1 | -0/+255 |
* | Compile fixes | Iain Holmes | 2001-08-18 | 1 | -0/+1 |
* | added e_date_edit_get/set_make_time_insensitive() which makes the time | Damon Chaplin | 2001-08-17 | 3 | -18/+115 |
* | Set the horizontal usize of the entry to 4. | Ettore Perazzoli | 2001-08-17 | 2 | -0/+6 |
* | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 4 | -52/+64 |
* | Destroy, do not unref, the popup_window. | Federico Mena Quintero | 2001-08-15 | 2 | -1/+7 |
* | Correctness fixes for when the entry and submenu must be interchanged. | Federico Mena Quintero | 2001-08-15 | 2 | -24/+50 |
* | *Please* add accessor functions instead of just object arguments! | Federico Mena Quintero | 2001-08-15 | 3 | -42/+190 |
* | Add "Any Category" option for category searches. | Jon Trowbridge | 2001-08-14 | 2 | -1/+6 |
* | Handle GDK_KP_Up and GDK_KP_Down here. | Christopher James Lahey | 2001-08-14 | 1 | -0/+2 |
* | Oops, we didn't need to unref all of the widgets, just a few. | Jeffrey Stedfast | 2001-08-11 | 2 | -14/+8 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 5 | -32/+279 |
* | last_item_separator shouldn't get reset if the item is hidden. | Christopher James Lahey | 2001-08-11 | 1 | -8/+8 |
* | new proto and virtual method | JP Rosevear | 2001-08-10 | 2 | -0/+27 |
* | Don't forget to unref stuff here too. | Jeffrey Stedfast | 2001-08-10 | 3 | -94/+132 |
* | Fixes bug #6918 | Anna Marie Dirks | 2001-08-10 | 2 | -1/+9 |
* | changed the E_FILTERBAR_RESET label from "Show All" to "Clear" to | Anna Marie Dirks | 2001-08-10 | 2 | -1/+7 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 4 | -1/+19 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 2 | -0/+6 |
* | Re-labeled the "Activate" button "Find Now". | Anna Marie Dirks | 2001-08-09 | 2 | -1/+5 |
* | New. New. | Ettore Perazzoli | 2001-08-08 | 4 | -0/+277 |
* | allow toggling between converting from the gdkfont's charset or from the | Larry Ewing | 2001-08-07 | 1 | -1/+11 |
* | [Added an "Activate" button to the search bar.] | Ettore Perazzoli | 2001-08-05 | 3 | -17/+66 |
* | Make the close icon as large as the pin icon so the bar doesn't change | Ettore Perazzoli | 2001-08-05 | 2 | -13/+25 |
* | Request an update. (e_calendar_item_mark_days): Likewise. | Federico Mena Quintero | 2001-08-04 | 2 | -0/+9 |
* | don't show the year in the popup submenu for the months, and center the | Damon Chaplin | 2001-07-25 | 2 | -4/+15 |
* | When the dialog gets closed, always make sure the entry widget becomes | Jeffrey Stedfast | 2001-07-19 | 2 | -1/+5 |
* | When the dialog gets closed, always make sure the entry widget becomes | Jeffrey Stedfast | 2001-07-19 | 2 | -188/+179 |
* | Remove the debugging message here. | Dan Winship | 2001-07-18 | 1 | -1/+0 |
* | Fixes bug #2901. | Federico Mena Quintero | 2001-07-17 | 2 | -16/+10 |
* | *** empty log message *** | Jacob Berkman | 2001-07-16 | 3 | -21/+27 |
* | Reset the view when we set the model here. Fixes Ximian #4105. | Christopher James Lahey | 2001-07-16 | 1 | -0/+1 |
* | Created this function for key presses that move in some way other than | Christopher James Lahey | 2001-07-11 | 2 | -78/+80 |
* | Destroy the tooltip if we're the owner when we're destroyed. Also, keep a | Christopher James Lahey | 2001-07-08 | 1 | -0/+2 |
* | added functions to set a callback to get the current time, which is used | Damon Chaplin | 2001-07-03 | 7 | -50/+230 |
* | *misc/e-filter-bar.c (option_changed): Specified a default size for the | Anna Marie Dirks | 2001-07-03 | 1 | -3/+20 |
* | Take a callback function and user_data so that we can add listeners to | Jeffrey Stedfast | 2001-07-03 | 3 | -3/+34 |
* | Updated to build e-charset-picker.c | Jeffrey Stedfast | 2001-07-03 | 5 | -0/+515 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 14 | -25/+25 |
* | copied the EMap widget verbatim from Ximian Setup Tools. Hmm. Maybe it | Damon Chaplin | 2001-06-14 | 4 | -0/+1933 |
* | Removed unused variable. | Federico Mena Quintero | 2001-06-01 | 3 | -2/+9 |
* | #include <stdlib.h> #include <string.h>. Kill warnings. | Kjartan Maraas | 2001-05-25 | 1 | -0/+1 |
* | Killed a warning here. (model_changed, items_inserted): Check if we're | Christopher James Lahey | 2001-05-19 | 1 | -7/+5 |
* | my computer crashed while commiting this first time. | Gediminas Paulauskas | 2001-05-12 | 1 | -2/+2 |
* | Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. Removed | Christopher James Lahey | 2001-05-08 | 4 | -410/+1199 |
* | Fix for #2253 (search names not translated), mail-search i18n fixes. | Gediminas Paulauskas | 2001-05-08 | 2 | -13/+28 |
* | write what was converted to console, this function does not work always. | Gediminas Paulauskas | 2001-05-08 | 1 | -3/+6 |
* | I am sure at least with this: | Gediminas Paulauskas | 2001-05-07 | 2 | -3/+17 |
* | Added widgets/e-categories-master-list-dialog-model.lo and | Christopher James Lahey | 2001-04-29 | 1 | -3/+25 |
* | Update | Kjartan Maraas | 2001-04-24 | 1 | -2/+3 |
* | Added #include <glib.h> and moved corresponding local headers to the top. | Kjartan Maraas | 2001-04-24 | 7 | -10/+30 |
* | Added #include <stdlib.h>. | Christopher James Lahey | 2001-04-24 | 1 | -0/+1 |
* | bump to 0.7.99.1, add gal/unicode/Makefile. gal no longer internally | Dan Winship | 2001-04-24 | 2 | -52/+53 |
* | Changed some comments here. | Christopher James Lahey | 2001-04-17 | 3 | -14/+24 |
* | Upped the version number to 0.7.99.0. | Jody Goldberg | 2001-04-17 | 1 | -17/+17 |
* | New function, because it is ridiculous to have to hunt down object | Federico Mena Quintero | 2001-04-16 | 3 | -2/+48 |
* | Do not ref both the box and the item; just connect to the item's "destroy" | Federico Mena Quintero | 2001-04-16 | 1 | -7/+15 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on the | Christopher James Lahey | 2001-04-15 | 2 | -0/+63 |
* | Added widget/e-hsv-utils.lo. | Christopher James Lahey | 2001-04-15 | 2 | -0/+197 |
* | Always emit the cursor changed signal. Even if it's changed to the same | Christopher James Lahey | 2001-04-13 | 1 | -8/+5 |
* | New function to translate a string and then convert it to utf8. Acts just | Christopher James Lahey | 2001-04-11 | 2 | -1/+37 |
* | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 2 | -6/+5 |
* | i18n fixes. | Gediminas Paulauskas | 2001-04-11 | 1 | -0/+4 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 1 | -4/+4 |
* | Some small header cleanups & fixes, and fix to translate all popup menus | Gediminas Paulauskas | 2001-04-05 | 3 | -4/+28 |
* | More header fixes. Same. Same. Same here. More header fixes. Same here. | Kjartan Maraas | 2001-04-05 | 7 | -8/+47 |
* | Added e_selection_model_cursor_activated. | Christopher James Lahey | 2001-04-04 | 2 | -0/+12 |
* | Fixed headers. Moved the .h associated with each .c to the top of the list | Christopher James Lahey | 2001-04-04 | 3 | -3/+9 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. Same | Kjartan Maraas | 2001-04-04 | 16 | -15/+33 |
* | My previous commit was incomplete. | Gediminas Paulauskas | 2001-04-02 | 1 | -1/+2 |
* | Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include | Kjartan Maraas | 2001-03-30 | 13 | -16/+68 |
* | Added util/e-bit-array.lo. | Christopher James Lahey | 2001-03-27 | 4 | -224/+92 |
* | Added e-selection-model-array.lo. | Christopher James Lahey | 2001-03-25 | 6 | -529/+924 |
* | Validate the filter rule. | Jeffrey Stedfast | 2001-03-23 | 2 | -1/+8 |
* | Upped the version number to 0.5.99.4. | Christopher James Lahey | 2001-03-20 | 4 | -49/+78 |
* | use gnome_dialog_run() to make the warning dialog modal. Also created a | Damon Chaplin | 2001-03-19 | 2 | -38/+37 |
* | Make this take an extra argument saying whether or not to grab the | Dan Winship | 2001-03-16 | 2 | -6/+7 |
* | If we click on the edit menu, then bring up a rule editor. If the user | Not Zed | 2001-03-15 | 2 | -0/+32 |
* | Made this function do something a little closer to what it is supposed to | Christopher James Lahey | 2001-03-14 | 1 | -2/+4 |
* | Rename this from g_unichar_to_utf8 so that it doesn't conflict with the | Dan Winship | 2001-03-14 | 2 | -9/+9 |
* | pretty much working now. | Damon Chaplin | 2001-03-05 | 3 | -76/+537 |
* | New class implementing a simple selection model that you add rows to and | Chris Lahey | 2001-03-01 | 2 | -0/+144 |
* | Added e-selection-model-simple.lo. | Christopher James Lahey | 2001-03-01 | 4 | -27/+83 |
* | New type of search bar that interacts with filter contexts to save filters | Not Zed | 2001-03-01 | 6 | -29/+672 |
* | Make this more robust: do not assume that the GdkEvent will be either a | Miguel de Icaza | 2001-02-28 | 1 | -1/+7 |
* | Added e-sorter.lo and e-selection-model.lo. | Christopher James Lahey | 2001-02-28 | 2 | -0/+906 |
* | new files to implement an ECell for showing and editing dates & times. | Damon Chaplin | 2001-02-26 | 4 | -0/+513 |
* | Move the event box into the esb->dropdown_holder. Changed so it can be | Not Zed | 2001-02-24 | 3 | -16/+68 |
* | From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com> | Christopher James Lahey | 2001-02-17 | 6 | -0/+25 |
* | Made a width other than the default possible if the children have widths | Christopher James Lahey | 2001-02-11 | 2 | -5/+27 |
* | Added this function. | Christopher James Lahey | 2001-02-11 | 2 | -9/+60 |
* | Since gdkevent is a union, casting a smaller struct to a gdkevent caused | JP Rosevear | 2001-02-10 | 1 | -7/+16 |
* | Added a "header" argument to set the label at the top of the dialog. | Christopher James Lahey | 2001-02-09 | 1 | -30/+31 |
* | Added Akira's japanese etc. encodings to e-font | Lauris Kaplinski | 2001-02-08 | 1 | -5/+10 |
* | Check for nl_langinfo (CODESET). Code taken from glib 1.3 branch. | Christopher James Lahey | 2001-02-07 | 2 | -2/+130 |
* | Ignore test-dropdown-button | Jeffrey Stedfast | 2001-02-06 | 2 | -0/+5 |
* | Changed the call to iconv to be char ** instead of const char **. | Christopher James Lahey | 2001-02-05 | 1 | -5/+5 |
* | Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which is | Not Zed | 2001-01-29 | 1 | -1/+1 |
* | Update copyright and add myself as the author. | Ettore Perazzoli | 2001-01-28 | 1 | -2/+6 |
* | Make the ESearchBar pretty by using the same border for the dropdown | Ettore Perazzoli | 2001-01-28 | 2 | -3/+31 |
* | Documented. | Ettore Perazzoli | 2001-01-28 | 1 | -4/+14 |
* | Changed the EDropdownButton so that it works more like a standard menu | Ettore Perazzoli | 2001-01-28 | 3 | -16/+60 |
* | Make the ESearchBar use the new EDropdownButton widget. | Ettore Perazzoli | 2001-01-27 | 3 | -146/+217 |
* | Fix the API to EDropdownButton by removing args that don't make much | Ettore Perazzoli | 2001-01-27 | 4 | -21/+13 |
* | ...And the ChangeLog too. | Ettore Perazzoli | 2001-01-27 | 1 | -0/+4 |
* | Ooops, forgot to commit the Makefile. | Ettore Perazzoli | 2001-01-27 | 1 | -9/+27 |
* | New, simple dropdown button widget based on the thing that Damon did | Ettore Perazzoli | 2001-01-27 | 3 | -0/+390 |
* | Clamp the value we set here. (compute_offset): Switched to ints here. | Christopher James Lahey | 2001-01-26 | 1 | -16/+16 |
* | Made this function put some space around the area shown. | Christopher James Lahey | 2001-01-26 | 1 | -12/+32 |
* | e_calendar_item_get_date_range() now returns a boolean, which is FALSE if | Damon Chaplin | 2001-01-25 | 3 | -8/+34 |
* | Unset the GTK_CAN_FOCUS flag on the ECalendar. (e_calendar_focus_in): | Federico Mena Quintero | 2001-01-20 | 2 | -33/+14 |
* | s/GdkEventButton/GdkEvent/ | Dan Winship | 2001-01-20 | 4 | -5/+8 |
* | Make zero the minimum number of days that can be specified. | Federico Mena Quintero | 2001-01-19 | 2 | -5/+18 |
* | Oops. Delete this. I never meant for this to get commit'd. | Jeffrey Stedfast | 2001-01-18 | 2 | -23/+5 |
* | Dont remove the function, give it the proper name | JP Rosevear | 2001-01-17 | 2 | -0/+25 |
* | Fix the build by removing a stale function definition. Sigh. | Ettore Perazzoli | 2001-01-17 | 2 | -20/+6 |
* | Hi fejj. Using your computer to check in the files you forget to add. :-) | Jeffrey Stedfast | 2001-01-17 | 2 | -0/+451 |
* | Added e-messagebox to the build. | Jeffrey Stedfast | 2001-01-17 | 2 | -0/+9 |
* | Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home. | Jacob Leach | 2001-01-17 | 2 | -0/+6 |
* | Removed an unused variable. (e_utf8_from_gtk_string_sized): Made ib const | Christopher James Lahey | 2001-01-09 | 1 | -2/+3 |
* | Broke font and fontset parts of EFont into separate functions. Possibly | Lauris Kaplinski | 2001-01-06 | 1 | -2/+52 |
* | bump version | JP Rosevear | 2001-01-05 | 1 | -0/+174 |
* | Added functions for encoding utf8 safely into libxml brokenness | Lauris Kaplinski | 2001-01-03 | 2 | -0/+100 |
* | Always have some text. Fixes crash. | Miguel de Icaza | 2000-12-26 | 1 | -0/+1 |
* | translations | JP Rosevear | 2000-12-23 | 3 | -10/+125 |
* | Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1. | Christopher James Lahey | 2000-12-16 | 1 | -8/+0 |
* | #include <time.h> | Federico Mena Quintero | 2000-12-15 | 3 | -1/+5 |