| Commit message (Expand) | Author | Age | Files | Lines |
* | ** Fixes #47863. | Jack Jia | 2003-08-27 | 1 | -0/+3 |
* | Ensure we get UTF-8 strings from gettext. | Frédéric Crozat | 2003-08-22 | 1 | -0/+1 |
* | Fixes #47779 | Bolian Yin | 2003-08-22 | 1 | -2/+2 |
* | use a 'char **' for the 'error_msg' argument, instead of a fixed size | Rodrigo Moya | 2003-08-22 | 1 | -2/+3 |
* | Rename to start_default_server_async () and don't run a nested main loop. | Hans Petter Jansson | 2003-08-21 | 1 | -46/+75 |
* | new function to set icons on the popup menu items. | Rodrigo Moya | 2003-08-20 | 1 | -1/+32 |
* | set more icons for the popup menu. | Rodrigo Moya | 2003-08-20 | 2 | -2/+54 |
* | Merged from calendar-views-with-model branch | Rodrigo Moya | 2003-08-20 | 24 | -1315/+1317 |
* | Add a11y dependency. gui/calendar-commands.c | Bolian Yin | 2003-08-20 | 13 | -22/+150 |
* | Chain. Prevent double unrefs. (impl_finalize): Chain. | Hans Petter Jansson | 2003-08-14 | 6 | -11/+39 |
* | In DayView, Shift+Home, Change the duration to the time that begins the | Andrew Wu | 2003-08-13 | 1 | -0/+93 |
* | Add destroy chaining. | Hans Petter Jansson | 2003-08-13 | 1 | -6/+6 |
* | In the WeekView, Navigation through days with arrow keys. | Andrew Wu | 2003-08-12 | 1 | -0/+195 |
* | ** Fixes #47464. | Harry Lu | 2003-08-12 | 1 | -1/+1 |
* | Merged missing bits from branch | Rodrigo Moya | 2003-08-09 | 6 | -72/+380 |
* | Merged ECalendarTable changes from new-calendar-branch | Rodrigo Moya | 2003-08-08 | 14 | -2784/+247 |
* | Merge new-calendar-branch into HEAD | Rodrigo Moya | 2003-08-08 | 15 | -55/+3023 |
* | changed one of the "Con_fidential" to "Co_nfidential" since we already | Jack Jia | 2003-08-06 | 1 | -1/+1 |
* | added the include <config.h> line at the beginning to enable gettext. | Lorenzo Gil | 2003-08-01 | 1 | -0/+1 |
* | Fixes all "alarm daemon doesn't start with session" | Rodrigo Moya | 2003-07-29 | 1 | -1/+2 |
* | Fixes #46769 | Harry Lu | 2003-07-29 | 1 | -26/+45 |
* | Fixes #46847 | Bolian Yin | 2003-07-29 | 2 | -42/+126 |
* | new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): new | Rodrigo Moya | 2003-07-25 | 12 | -269/+281 |
* | define ECalViewEvent as the base struct for the other views. | Rodrigo Moya | 2003-07-24 | 9 | -91/+133 |
* | check the uid before using it. | Rodrigo Moya | 2003-07-24 | 2 | -0/+4 |
* | removed. | Rodrigo Moya | 2003-07-24 | 12 | -238/+247 |
* | added missing cases. (setup_popup_icons): new function to set up icons for | Rodrigo Moya | 2003-07-24 | 2 | -0/+48 |
* | moved the duplicated popup menu code here. (e_cal_view_create_popup_menu): | Rodrigo Moya | 2003-07-23 | 10 | -1156/+1002 |
* | Fix an unused variable | Dan Winship | 2003-07-23 | 8 | -11/+17 |
* | removed unneeded prototypes. | Rodrigo Moya | 2003-07-23 | 9 | -208/+129 |
* | manage the case where the selected events are the popup menu ones. | Rodrigo Moya | 2003-07-23 | 2 | -14/+28 |
* | removed missing calls to e_day/week_view_*_clipboard. | Rodrigo Moya | 2003-07-23 | 1 | -46/+3 |
* | added "get_selected_events", and "update_query" virtual methods. | Rodrigo Moya | 2003-07-23 | 10 | -1186/+1223 |
* | removed e_day_view_set_calendar prototype. | Rodrigo Moya | 2003-07-22 | 9 | -122/+112 |
* | moved duplicated code to... | Rodrigo Moya | 2003-07-18 | 11 | -138/+180 |
* | new base class for calendar views. | Rodrigo Moya | 2003-07-17 | 8 | -7/+260 |
* | s/expunge/purge. | Rodrigo Moya | 2003-07-17 | 2 | -20/+20 |
* | new function, which uses a CalQuery to retrieve the objects older than a | Rodrigo Moya | 2003-07-17 | 3 | -1/+205 |
* | Fixes #45774 | Andrew Wu | 2003-07-16 | 1 | -0/+67 |
* | Fixes #45772 | Andrew Wu | 2003-07-16 | 2 | -0/+39 |
* | Fixes #41676 | Rodrigo Moya | 2003-07-15 | 1 | -3/+58 |
* | Changed the "URL:" label to "_Web Page:". Added a widget name to the URL | Federico Mena Quintero | 2003-07-14 | 4 | -12/+62 |
* | Fixes #46075. | Harry Lu | 2003-07-09 | 1 | -2/+10 |
* | Fixes #45910 | Rodrigo Moya | 2003-07-07 | 1 | -0/+17 |
* | added a paned widget to contain the task list and a HTML widget for | Rodrigo Moya | 2003-07-04 | 4 | -4/+373 |
* | Fixes #44485 | Harry Lu | 2003-07-03 | 1 | -1/+6 |
* | Don't leak exceptions (load_static_capabilities): free the capability | Dan Winship | 2003-07-02 | 2 | -4/+6 |
* | fix a misuse of g_return_if_fail | Bolian Yin | 2003-07-02 | 1 | -1/+1 |
* | Fixes #45328, #45329 | Bolian Yin | 2003-07-02 | 3 | -1/+169 |
* | Fixes #45524 | Rodrigo Moya | 2003-07-02 | 2 | -32/+0 |
* | Fixes #45274 | Bolian Yin | 2003-07-01 | 2 | -4/+93 |
* | added a GtkWindow argument for callers to specify the parent window. | Rodrigo Moya | 2003-06-30 | 14 | -42/+79 |
* | Fixes #45276 | Bolian Yin | 2003-06-30 | 2 | -0/+4 |
* | Fixes #44723 | Rodrigo Moya | 2003-06-27 | 1 | -0/+42 |
* | Fixes #44719 | Rodrigo Moya | 2003-06-27 | 1 | -5/+2 |
* | Forgot this file | Rodrigo Moya | 2003-06-26 | 1 | -0/+5 |
* | Fixes #45275 | Bolian Yin | 2003-06-26 | 1 | -8/+37 |
* | 2003-06-25 Bolian Yin <bolian.yin@sun.com | Rodrigo Moya | 2003-06-25 | 1 | -4/+232 |
* | new functions. (page_summary_changed_cb): change the window title when the | Rodrigo Moya | 2003-06-24 | 1 | -0/+50 |
* | Remove debug output. | Hans Petter Jansson | 2003-06-24 | 2 | -2/+10 |
* | Plug in the defaults from the schemas file here, so that even if something | Dan Winship | 2003-06-20 | 1 | -4/+4 |
* | removed unused variable. | Rodrigo Moya | 2003-06-20 | 1 | -1/+1 |
* | switch the "view_only" arg to be an int. (init): ditto. | Jack Jia | 2003-06-19 | 2 | -7/+7 |
* | Fixes #44682, Shift+F10 to active popup menu on day/week view | Bolian Yin | 2003-06-19 | 2 | -16/+78 |
* | Fixes #41582 | Rodrigo Moya | 2003-06-12 | 1 | -4/+15 |
* | ** For #42691. | Not Zed | 2003-06-11 | 2 | -4/+4 |
* | Fixes #43763 | Rodrigo Moya | 2003-06-02 | 2 | -7/+7 |
* | Fixes #43775 | JP Rosevear | 2003-05-31 | 10 | -82/+84 |
* | Fixes #43455 | Rodrigo Moya | 2003-05-29 | 1 | -29/+14 |
* | Fixes #43308 | JP Rosevear | 2003-05-23 | 1 | -6/+5 |
* | unref not ref the client | JP Rosevear | 2003-05-23 | 1 | -1/+1 |
* | Fixes #41329 | JP Rosevear | 2003-05-23 | 1 | -0/+2 |
* | Fixes #41234 | Rodrigo Moya | 2003-05-22 | 1 | -7/+8 |
* | (gnome_calendar_setup_view_menus): Removed | Ettore Perazzoli | 2003-05-21 | 1 | -1/+0 |
* | Change this dialog from using a gnome_message_box (which has been | Anna Marie Dirks | 2003-05-21 | 1 | -17/+20 |
* | Fixes #42056 | Hans Petter Jansson | 2003-05-20 | 1 | -55/+28 |
* | set 'initialized' to TRUE when initialization is done, or we get the | Rodrigo Moya | 2003-05-20 | 1 | -1/+3 |
* | remove the query time out if its still alive (update_query_timeout): | JP Rosevear | 2003-05-20 | 1 | -2/+23 |
* | Added HIG-blessed padding to (some of) the widgets in the dialog. | Anna Marie Dirks | 2003-05-20 | 3 | -5/+5 |
* | Fixes #43103 | JP Rosevear | 2003-05-19 | 2 | -52/+52 |
* | the title is already in UTF-8 | JP Rosevear | 2003-05-18 | 1 | -4/+1 |
* | Fixes #42220 | Rodrigo Moya | 2003-05-18 | 1 | -11/+11 |
* | unref the client and the ui component | JP Rosevear | 2003-05-16 | 1 | -2/+8 |
* | Fixes #41935 | JP Rosevear | 2003-05-16 | 2 | -48/+70 |
* | Fixes #43029 | JP Rosevear | 2003-05-16 | 3 | -49/+55 |
* | ref ourselves the number of times we'll get called back | JP Rosevear | 2003-05-16 | 1 | -1/+10 |
* | guard against multiple destroys | JP Rosevear | 2003-05-15 | 7 | -64/+76 |
* | fixed memory leak introduced by previous commit. | Rodrigo Moya | 2003-05-14 | 1 | -0/+4 |
* | Fixes #41760 | Rodrigo Moya | 2003-05-14 | 1 | -17/+5 |
* | fix button conversion problem | JP Rosevear | 2003-05-08 | 2 | -17/+2 |
* | Fixes #41811 | JP Rosevear | 2003-05-06 | 1 | -0/+3 |
* | unref the model again (task_editor_edit_comp): don't allow editing if the | JP Rosevear | 2003-05-02 | 6 | -104/+31 |
* | removed unused code. | Rodrigo Moya | 2003-04-30 | 1 | -18/+0 |
* | ditto | JP Rosevear | 2003-04-30 | 3 | -2/+13 |
* | kill warnings | JP Rosevear | 2003-04-30 | 1 | -1/+1 |
* | Added HIG-blessed padding to the alarm options dialog. Fixes bug #41221. | Anna Marie Dirks | 2003-04-29 | 1 | -3/+4 |
* | Added appropriate spacing and padding to the calendar/tasks page of the | Anna Marie Dirks | 2003-04-29 | 1 | -6/+7 |
* | Finishes up fixing #41256 by adding appropriate spacing/padding to the | Anna Marie Dirks | 2003-04-29 | 2 | -6/+7 |
* | Added padding/spacing to this page as specified by the HIG. Partially | Anna Marie Dirks | 2003-04-29 | 3 | -17/+18 |
* | Fixes #35814 | Rodney Dawes | 2003-04-29 | 1 | -2/+2 |
* | Fixes #41661 | Rodrigo Moya | 2003-04-27 | 1 | -5/+3 |
* | set the hpane default to 32000 so we never see a pane no matter the start | JP Rosevear | 2003-04-25 | 1 | -1/+1 |
* | Fixes #37552 | JP Rosevear | 2003-04-25 | 8 | -27/+165 |
* | removed unused variable.. | Rodrigo Moya | 2003-04-25 | 1 | -1/+0 |
* | Fixed typo | Rodrigo Moya | 2003-04-24 | 1 | -1/+1 |
* | Fixes #41641 | Hans Petter Jansson | 2003-04-24 | 2 | -19/+14 |
* | Fixes #41671 | Rodrigo Moya | 2003-04-24 | 2 | -3/+6 |
* | Fixes part of #41148, #41216 and #41235 | Rodrigo Moya | 2003-04-23 | 11 | -31/+34 |
* | Fixes #22444 | Rodrigo Moya | 2003-04-23 | 7 | -74/+231 |
* | removed 'heading' and 'message' labels. | Rodrigo Moya | 2003-04-19 | 2 | -47/+1 |
* | [ fixes #21499 ] | Rodney Dawes | 2003-04-19 | 5 | -3/+5 |
* | Fixes #41459 | JP Rosevear | 2003-04-17 | 2 | -10/+13 |
* | Fixes #34498 | Rodrigo Moya | 2003-04-17 | 1 | -4/+8 |
* | Fixes #41129, #41215, #41221, #41256 | Rodrigo Moya | 2003-04-17 | 11 | -2759/+3002 |
* | Fixes #41230 | JP Rosevear | 2003-04-17 | 1 | -10/+14 |
* | Fixes #39735 and 40257 | JP Rosevear | 2003-04-17 | 5 | -162/+102 |
* | If we already have an evolution_dir, free the old one before setting it | Hans Petter Jansson | 2003-04-16 | 9 | -18/+28 |
* | Oops. Add this back. Turns out it's still needed by other parts. | Dan Winship | 2003-04-12 | 2 | -0/+15 |
* | Remove the "Contacts" button and entry from here too. Supposed to have | Dan Winship | 2003-04-11 | 6 | -424/+0 |
* | added missing capabilities. | Rodrigo Moya | 2003-04-11 | 6 | -11/+18 |
* | load the default book to look for additional free/busy info in (init): | JP Rosevear | 2003-04-11 | 1 | -16/+20 |
* | guard against multiple destroy calls | JP Rosevear | 2003-04-11 | 1 | -3/+9 |
* | unref the main widget since we ref it when we un-parent it | JP Rosevear | 2003-04-11 | 7 | -1/+22 |
* | added the allocation's X and Y position to the calculated coordinates. | Rodrigo Moya | 2003-04-11 | 1 | -4/+24 |
* | Fixes #41127 | JP Rosevear | 2003-04-11 | 2 | -5/+5 |
* | only remove the alarm for backends that want it (Exchange). | Rodrigo Moya | 2003-04-10 | 1 | -1/+3 |
* | Fixes #40915 | JP Rosevear | 2003-04-09 | 1 | -1/+4 |
* | kill an old e_utf8_gtk usage | Mike Kestner | 2003-04-09 | 1 | -1/+0 |
* | update the selection for all view types | JP Rosevear | 2003-04-08 | 1 | -25/+11 |
* | Remove button_ok, button_cancel, canceled members from struct Dialog. | Ettore Perazzoli | 2003-04-08 | 2 | -479/+430 |
* | Fixes #35926. | Hans Petter Jansson | 2003-04-08 | 2 | -130/+0 |
* | Fixes #40876 | JP Rosevear | 2003-04-08 | 1 | -2/+10 |
* | create button properly | JP Rosevear | 2003-04-08 | 2 | -36/+2 |
* | Clean up server names | Dan Winship | 2003-04-08 | 2 | -17/+17 |
* | Slight correction to previous commit; use G_ cast checks. | Hans Petter | 2003-04-07 | 1 | -4/+4 |
* | GObjectify. Eliminates ref/sink warnings from the meeting editor. | Hans Petter Jansson | 2003-04-07 | 2 | -21/+21 |
* | Week view part of fix for #39895. | Hans Petter Jansson | 2003-04-07 | 3 | -3/+11 |
* | Fixes #40790 | JP Rosevear | 2003-04-05 | 1 | -1/+1 |
* | (alarm_to_dialog): Make the file | Ettore Perazzoli | 2003-04-05 | 1 | -0/+6 |
* | description is a text buffer (alarm_to_malarm_widgets): ditto | JP Rosevear | 2003-04-05 | 1 | -6/+25 |
* | guard against multiple destroy calls | JP Rosevear | 2003-04-05 | 1 | -7/+9 |
* | Don't free static string. | Dan Winship | 2003-04-05 | 1 | -1/+2 |
* | Fixes #40722 | JP Rosevear | 2003-04-04 | 1 | -5/+10 |
* | Add a check to see if the view should be the day-view and change the | Jeffrey Stedfast | 2003-04-03 | 2 | -6/+6 |
* | Fixes #39955 | JP Rosevear | 2003-04-02 | 1 | -2/+0 |
* | Fixes #40661 | Rodrigo Moya | 2003-04-02 | 1 | -0/+1 |
* | Nuke GdkFont and use Pango's font measuring. | Hans Petter Jansson | 2003-04-02 | 10 | -172/+229 |
* | Fixes #39961 | Rodrigo Moya | 2003-04-01 | 1 | -22/+4 |
* | Fixes #39895 | Not Zed | 2003-03-30 | 3 | -3/+10 |
* | the shell client is a g_object now, ref appropriately | JP Rosevear | 2003-03-29 | 1 | -1/+1 |
* | Hold weak references to the CalComponent instead of connecting to the | Hans Petter Jansson | 2003-03-29 | 2 | -29/+16 |
* | Fixes #39954 | Hans Petter Jansson | 2003-03-29 | 1 | -4/+4 |
* | init new members (get_current_account): get a matching account for the | JP Rosevear | 2003-03-28 | 3 | -59/+125 |
* | add a parameter(TC_CORBA_string) to the bonobo_widget_get_property. | Jack Jia | 2003-03-26 | 1 | -1/+1 |
* | Update for e_notice move | Dan Winship | 2003-03-25 | 4 | -15/+22 |
* | Utility wrapper around icalparser. | Dan Winship | 2003-03-25 | 1 | -2/+2 |
* | use a GtkMessageDialog and deal correctly with the dialog's reponses. | Rodrigo Moya | 2003-03-21 | 1 | -4/+9 |
* | Fixes #39770 | Rodrigo Moya | 2003-03-20 | 1 | -5/+7 |
* | removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead of | Rodrigo Moya | 2003-03-20 | 1 | -2/+3 |
* | use GtkMessageDialog instead of gnome_question_dialog, and deal correctly | Rodrigo Moya | 2003-03-19 | 1 | -4/+9 |
* | Fixes #34505 | Rodrigo Moya | 2003-03-18 | 1 | -7/+21 |
* | Fixes #34095 | Hans Petter Jansson | 2003-03-18 | 8 | -7/+20 |
* | Fixes #39757 | Hans Petter Jansson | 2003-03-18 | 1 | -6/+10 |
* | Fixes #39736 | Hans Petter Jansson | 2003-03-18 | 1 | -1/+1 |
* | Fixes #39740 | Rodrigo Moya | 2003-03-15 | 5 | -342/+2 |
* | don't use GNOME_STOCK_* defines, but GTK_STOCK_*. | Rodrigo Moya | 2003-03-13 | 1 | -3/+3 |
* | corrected button ordering and changed the return type to be a | Rodrigo Moya | 2003-03-13 | 3 | -10/+17 |
* | Update for timezone dialog API changes. | Dan Winship | 2003-03-12 | 2 | -102/+31 |
* | issue more descriptive warnings. | Rodrigo Moya | 2003-03-12 | 1 | -2/+2 |
* | if we already have the client loaded, don't remove it, just increment its | Rodrigo Moya | 2003-03-10 | 2 | -50/+56 |
* | create the array to be returned only once. | Rodrigo Moya | 2003-03-07 | 1 | -3/+3 |
* | ref the CalClient. (notify_dialog_cb): unref the CalClient. | Rodrigo Moya | 2003-03-06 | 1 | -0/+2 |
* | new function. (alarm_notify_dialog): made it return a pointer to the | Rodrigo Moya | 2003-03-06 | 3 | -37/+126 |
* | Fixes #31382 | Rodrigo Moya | 2003-03-06 | 1 | -2/+2 |
* | fix defaults and descriptions to match what calendar-config wants them to | JP Rosevear | 2003-03-06 | 1 | -30/+30 |
* | g_objectify ref/unref | JP Rosevear | 2003-03-05 | 3 | -6/+6 |
* | override finalize, not destroy (start_calendar_server): take itip as a | JP Rosevear | 2003-03-05 | 1 | -46/+118 |
* | cast CalClient's to GObject, not GtkObject. | Rodrigo Moya | 2003-03-05 | 1 | -4/+4 |
* | don't let the user change to an email organizer if the back end is not an | JP Rosevear | 2003-03-05 | 1 | -0/+2 |
* | Fixes #37881 | JP Rosevear | 2003-03-05 | 1 | -2/+38 |
* | Fixes #37881 | JP Rosevear | 2003-03-05 | 1 | -1/+1 |
* | Fixes #37806, #37697 | JP Rosevear | 2003-03-05 | 1 | -4/+6 |
* | implement | JP Rosevear | 2003-03-05 | 1 | -20/+56 |
* | call cal_client_get_cal_address instead of cal_client_get_email_address | JP Rosevear | 2003-03-05 | 2 | -2/+2 |
* | update FIXME note | JP Rosevear | 2003-03-05 | 1 | -3/+1 |
* | fix copyright | JP Rosevear | 2003-03-05 | 2 | -7/+7 |
* | Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>) | JP Rosevear | 2003-03-05 | 2 | -2/+13 |
* | Shush. | JP Rosevear | 2003-03-05 | 1 | -1/+3 |
* | Commit missed files. | JP Rosevear | 2003-03-05 | 2 | -0/+126 |
* | If only the pipe wouldn't break. | JP Rosevear | 2003-03-05 | 39 | -2267/+2846 |
* | gui/dialogs/alarm-page.c gui/dialogs/event-page.c | Hans Petter Jansson | 2003-03-04 | 7 | -7/+7 |
* | build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H), | Dan Winship | 2003-03-01 | 3 | -13/+7 |
* | Remove libalarm.a, which was not being used by the calendar. | Dan Winship | 2003-03-01 | 3 | -17/+11 |
* | This makes alarm notification work. | Hans Petter Jansson | 2003-02-27 | 1 | -1/+1 |
* | This makes creating appointments and tasks from the "New" button work. | Hans Petter Jansson | 2003-02-27 | 1 | -6/+9 |
* | Fixes Ximian #37895. | Hans Petter Jansson | 2003-02-27 | 2 | -3/+3 |
* | Fixes Ximian #38306. | Hans Petter Jansson | 2003-02-27 | 1 | -19/+35 |
* | Use fixed margins of 5% of page width/height. This is the same cheat as | Hans Petter Jansson | 2003-02-26 | 1 | -12/+34 |
* | Get default view from correct key. | Hans Petter Jansson | 2003-02-26 | 1 | -1/+1 |
* | Show start/end-of-day widgets. | Hans Petter Jansson | 2003-02-26 | 1 | -0/+2 |
* | Don't warn if calendar isn't loaded... Doesn't seem to hurt, but this | Hans Petter Jansson | 2003-02-24 | 3 | -3/+7 |
* | gconf settings upgrades | Michael Zucci | 2003-02-24 | 10 | -366/+199 |
* | Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actually | Hans Petter Jansson | 2003-02-24 | 3 | -2/+20 |
* | CVS server broke again. Here's the rest... | Hans Petter Jansson | 2003-02-23 | 1 | -2/+2 |
* | Eliminate e_utf8_to_gtk_string (). | Hans Petter Jansson | 2003-02-23 | 6 | -18/+15 |
* | Show the custom widgets, since libglade appears to not want to do that. | Hans Petter Jansson | 2003-02-23 | 2 | -10/+32 |
* | Commit fixes from Grzegorz Goawski <grzegol@pld.org.pl>. | Hans Petter Jansson | 2003-02-23 | 1 | -28/+30 |
* | GObject, not GtkObject. (calendar_model_destroy): -> | Hans Petter Jansson | 2003-02-22 | 6 | -30/+30 |
* | Make libversit a shared library, update stuff for that, and clean up | Dan Winship | 2003-02-22 | 2 | -10/+0 |
* | Add GConf schemas. | Hans Petter Jansson | 2003-02-21 | 2 | -2/+358 |
* | Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic | Dan Winship | 2003-02-21 | 1 | -2/+2 |
* | revert previous change | Dan Winship | 2003-02-20 | 3 | -7/+7 |
* | Remove libversit. We haven't depended on that in forever. | Dan Winship | 2003-02-20 | 3 | -7/+7 |
* | Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to that | Ettore Perazzoli | 2003-02-20 | 1 | -2/+2 |
* | add .server.in files | Dan Winship | 2003-02-20 | 1 | -0/+1 |
* | Enable printing for calendar and tasks. | Hans Petter Jansson | 2003-02-12 | 2 | -217/+151 |
* | Don't use gtk_scrolled_window_set_scrollbar_spacing() anymore. | Hans Petter Jansson | 2003-02-12 | 1 | -1/+0 |
* | Make the CORBA IDL compilation work with parallel makes. Likewise. | Ettore Perazzoli | 2003-02-11 | 3 | -19/+54 |
* | remove this file, as it's generated now Add this file to generate the | Rodney Dawes | 2003-02-08 | 2 | -3/+5 |
* | Fixes #37706 | Rodrigo Moya | 2003-02-08 | 1 | -2/+18 |
* | Use e_auto_kill_popup_menu_on_selection_done() instead of | Ettore Perazzoli | 2003-02-07 | 2 | -2/+2 |
* | show the widget before returning it. | Dan Winship | 2003-02-07 | 1 | -1/+5 |
* | Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir, | Dan Winship | 2003-02-06 | 13 | -41/+35 |
* | Use privlibexecdir. (INCLUDES): Remove cruft. (gladedir, serversdir): | Dan Winship | 2003-02-06 | 3 | -19/+11 |
* | Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): Remove | Dan Winship | 2003-02-06 | 6 | -20/+11 |
* | s/BonoboXObject/BonoboObject/ | Dan Winship | 2003-02-06 | 4 | -15/+15 |
* | array of localized month day names ("1st" - "31st") | Dan Winship | 2003-02-06 | 3 | -61/+172 |
* | The CVS server exited after applying everything from my last commit, | Hans Petter | 2003-02-05 | 1 | -10/+22 |
* | Rename to e_meeting_time_selector_on_invite_others_button_expose() and | Hans Petter Jansson | 2003-02-05 | 1 | -9/+10 |
* | Use PangoLayout to draw text. | Hans Petter Jansson | 2003-02-05 | 1 | -12/+17 |
* | updated for e scroll frame --> gtk scrolled window | Radek Doulik | 2003-02-05 | 2 | -18/+18 |
* | Skip setting the "font_gdk" arg for now. | Hans Petter Jansson | 2003-02-02 | 5 | -0/+13 |
* | Fixes #35572 | Ronald Kuetemeier | 2003-01-31 | 1 | -0/+1 |
* | Make clicks, drags and resizes work, and pangoize remaining strings. Fix | Hans Petter Jansson | 2003-01-27 | 3 | -50/+55 |
* | Mainly making all views use PangoLayouts for text. When drawing a | Hans Petter Jansson | 2003-01-26 | 16 | -125/+244 |
* | Don't insist appointment is updated if both old and new summary are blank. | Hans Petter Jansson | 2003-01-25 | 9 | -324/+344 |
* | Remove, this is now defined in configure.in. | Ettore Perazzoli | 2003-01-25 | 3 | -5/+0 |
* | Add a terminating NULL to the concatenation. | Hans Petter Jansson | 2003-01-24 | 1 | -1/+1 |
* | GTK_OBJECT -> G_OBJECT cast. | Hans Petter Jansson | 2003-01-24 | 8 | -8/+9 |
* | Fixes some trivial, but distracting, warnings. | Hans Petter Jansson | 2003-01-24 | 11 | -20/+28 |
* | Define componentdir instead of COMPONENT_DIR. Set it to | Ettore Perazzoli | 2003-01-24 | 1 | -1/+0 |
* | Use EVOLUTION_GALVIEWSDIR. | Ettore Perazzoli | 2003-01-23 | 9 | -40/+44 |
* | Create a GnomePrintDialog, not a GnomePrinterDialog. They're different | Hans Petter Jansson | 2003-01-22 | 1 | -1/+1 |
* | applied patch from Frederic Crozat <fcrozat@mandrakesoft.com> | Radek Doulik | 2003-01-22 | 2 | -27/+26 |
* | Implement EAlarmList as CalComponentAlarm list with a GtkTreeModel | Hans Petter Jansson | 2003-01-17 | 7 | -60/+866 |
* | Silence warnings caused by missing casts. | Hans Petter Jansson | 2003-01-16 | 2 | -44/+44 |
* | Create accel groups for popup menus. Fixes crash. | Hans Petter Jansson | 2003-01-16 | 5 | -88/+744 |
* | Added libevolution_calendar_la_LDFLAGS, and avoid versioning the shlib | Rodney Dawes | 2003-01-16 | 1 | -0/+3 |
* | Only set view ID if we have an instance. | Hans Petter Jansson | 2003-01-15 | 1 | -1/+2 |
* | Cast signal handlers to GtkSignalFunc, avoid warnings. | Hans Petter Jansson | 2003-01-15 | 1 | -12/+12 |