aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* Added Korean translations.Changwoo Ryu1999-02-063-0/+8
* New convenience function to create a properly-configured date editorFederico Mena Quintero1999-02-053-8/+37
* Make the calendar start weeks on Monday if appropriate.Federico Mena Quintero1999-02-0511-20/+113
* Set the title of the event editor window.Federico Mena Quintero1999-02-023-0/+7
* Do not remove the clipping rectangle here.Federico Mena Quintero1999-02-015-2/+13
* Improve this draw routine. Now it can split the text in lines and fit asMiguel de Icaza1999-02-017-106/+268
* if the user clicks on an event that is an occurance, the menu will allowJason Tackaberry1999-01-315-30/+108
* Add --hidden key to hide the calendar at startup. Only works with GNOMEMiguel de Icaza1999-01-295-16/+79
* Schedule an alarm for midnight to change theMiguel de Icaza1999-01-2911-31/+127
* Insert the summary text here. (child_focus_in): No need to raise theFederico Mena Quintero1999-01-285-136/+139
* Warn if the calendar file has changed.Miguel de Icaza1999-01-287-36/+118
* Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT):Nat Friedman1999-01-205-48/+89
* Do not grab the mouse here (it was being grabbed incorrectly, anyways).Federico Mena Quintero1999-01-203-50/+78
* do gtk_widget_realize on the toplevel window..Tomas Ogren1999-01-193-0/+6
* Make the little calendar start up with the correct date.Federico Mena Quintero1999-01-143-2/+17
* Add the month to the date range display label.Federico Mena Quintero1999-01-143-4/+9
* Converted some more stuff to use the standards.Nat Friedman1999-01-093-38/+16
* New function to create the status bar. (setup_menu): Install menu hints.Nat Friedman1999-01-083-50/+114
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-312-2/+2
* s/g_copy_strings/g_strconcat/Jeff Garzik1998-12-319-14/+20
* Rewrote the old and broken alarm system. It never actually workedMiguel de Icaza1998-12-1715-47/+198
* Use the allocation size instead of the old fields in the canvas structure.Federico Mena Quintero1998-12-157-8/+17
* Use gnome_dialog_set_parent. ditto ditto.Miguel de Icaza1998-12-1011-12/+34
* GNOME PIM livesMichael Fulbright1998-12-0910-16/+12
* gncal: Fix server registration to give proper id/kindElliot Lee1998-12-032-2/+2
* s/gtk_window_position/gtk_window_set_position/Sebastian Wilhelmi1998-12-024-12/+12
* Remove more deprecated gnome_dialog functionsManish Vachharajani1998-11-302-2/+2
* Add missing declaration for GtkWidget *sw.Andrew T. Veliath1998-11-242-0/+2
* Update GtkClist usage.Miguel de Icaza1998-11-243-8/+14
* err, meant to say gtk changes not gtk clist change :)Andrew T. Veliath1998-11-241-1/+1
* Use gtk_scrolled_window_add_with_viewport instead of gtk_container_addAndrew T. Veliath1998-11-243-2/+8
* use GPOINTER_TO_INTHerbert V. Riedel1998-11-248-8/+15
* DittoHavoc Pennington1998-11-242-0/+4
* Fixed the popt event parsing callback to have the correct number ofMatthew Wilson1998-11-223-110/+115
* Doh. Fixed stupid bug where the classification buttons were not being setFederico Mena Quintero1998-11-183-10/+17
* Use a scrolled window to put the clist into.Federico Mena Quintero1998-11-173-6/+19
* Backup the old file before saving the caledar.Miguel de Icaza1998-11-123-2/+27
* Add ctype.hMiguel de Icaza1998-11-074-0/+7
* poptimizationElliot Lee1998-11-032-54/+44
* Add the offset from the beginning of the current time unitFederico Mena Quintero1998-11-033-8/+16
* Week view work in progress - FedericoArturo Espinosa1998-10-215-1/+327
* Changed a lot of stuff not to use the layout code -- the month view's daysFederico Mena Quintero1998-10-1712-65/+496
* Syncety sync -- don't you love it? - FedericoArturo Espinosa1998-10-162-38/+624
* Syncety sync, work in progress for an actually useful month view - FedericoArturo Espinosa1998-10-154-576/+108
* sync sync - FedericoArturo Espinosa1998-10-142-284/+34
* Sync - FedericoArturo Espinosa1998-10-132-6/+28
* Sync sync, do not try to compile - FedericoArturo Espinosa1998-10-132-0/+200
* The interval was never being loaded from the spin button.Ji Lee1998-10-123-6/+23
* Create a list of children and lay them out nicely. Lots of functions addedFederico Mena Quintero1998-10-104-20/+407
* Sync sync - FedericoArturo Espinosa1998-10-102-18/+96
* Sync to laptop - FedericoArturo Espinosa1998-10-094-6/+158
* Set the sensitivity of the edit/delete buttons. (gncal_todo_update):Federico Mena Quintero1998-10-093-4/+15
* Do some cleanup; now we pass a struct with the layout algorithm's stateFederico Mena Quintero1998-10-099-400/+313
* Doh, add the files - FedericoArturo Espinosa1998-10-084-0/+586
* Sync sync syncFederico Mena Quintero1998-10-083-0/+13
* Replaced the 'gnome_client_new_default' call with 'gnome_master_client'.Carsten Schaar1998-10-083-4/+11
* Changed name from time_start_of_day() to be consistent with the otherFederico Mena Quintero1998-10-0323-238/+434
* Use the font #defines. (month_view_new): Set the colors of the month viewFederico Mena Quintero1998-10-0217-74/+298
* Colorify the month item and prepare it for prelighting here.Federico Mena Quintero1998-10-0114-209/+565
* New function to mark the current day in the year view.Federico Mena Quintero1998-10-017-44/+113
* Stuff that I forgot to commit yesterday.Federico Mena Quintero1998-10-0124-396/+642
* New file that presents a quick view of the events in a particular day whenFederico Mena Quintero1998-09-2911-14/+616
* Hotkey for File/Exit should be C-q, not C-x.Federico Mena Quintero1998-09-276-4/+11
* Updates to the TODO - FedericoArturo Espinosa1998-09-251-6/+5
* New function to execute the popup menu in the year view. (day_event):Federico Mena Quintero1998-09-255-26/+442
* Sync for version 0.30 - FedericoArturo Espinosa1998-09-232-2/+2
* sync - FedericoArturo Espinosa1998-09-222-0/+2
* Added underlined shortcuts and accelerators to the main menu.Federico Mena Quintero1998-09-2211-38/+72
* remove gnomecard from subdirs until it actually compilesElliot Lee1998-09-212-2/+2
* Include. Include.Raja R Harinath1998-09-175-0/+9
* Use `rm -f ... ; $(LN_S) ...' instead of `ln -sf'.Martin Baulig1998-09-152-2/+2
* Fixed the bug reported about the mail notification not beint sent untilMiguel de Icaza1998-09-073-2/+9
* Finished with the properties dialog. You can jump to days from the yearFederico Mena Quintero1998-09-0418-140/+623
* Today: we can now configure the colors for the monthly items, courtesy ofFederico Mena Quintero1998-09-0328-366/+1261
* It helps to add the new files - FedericoArturo Espinosa1998-08-304-0/+292
* Centralized marking of month items. We now have a little utility functionFederico Mena Quintero1998-08-3014-289/+178
* Today: fixed calculation of day indexes when weeks start on Monday. TheFederico Mena Quintero1998-08-2813-645/+531
* Today: beginning of year view using the canvas. I still have to finishFederico Mena Quintero1998-08-2711-88/+672
* Set the heading color of the month item.Federico Mena Quintero1998-08-2614-100/+449
* Fixlet to the about box - FedericoArturo Espinosa1998-08-252-8/+6
* Today: Beautification of the Preferences dialog. Made the menus moreFederico Mena Quintero1998-08-2518-120/+448
* Changed the Properties menu item to Preferences. These are globalFederico Mena Quintero1998-08-2529-2085/+513
* Small fixes for calendar savingArturo Espinosa1998-08-226-8/+19
* We now have a nice generic monthly calendar item for the canvas. WeFederico Mena Quintero1998-08-1918-114/+659
* Fixes for 0.28 - FedericoArturo Espinosa1998-08-182-2/+4
* It helps to add the files first - FedericoArturo Espinosa1998-08-142-0/+458
* Doh. Actually recalculate the days using the month and year.Federico Mena Quintero1998-08-1413-40/+61
* 0.27 fixesGNOME_0_27Arturo Espinosa1998-08-142-2/+2
* 0.27 fixesArturo Espinosa1998-08-142-2/+2
* Little compiler warning fix - FedericoArturo Espinosa1998-08-132-2/+2
* More work on the month view - FedericoArturo Espinosa1998-08-134-36/+254
* More work on the month view item - FedericoArturo Espinosa1998-08-126-40/+370
* Made title i18n friendly. This was bug #215.Nuno Ferreira1998-08-125-10/+21
* Fix small cut&paste bug - FedericoArturo Espinosa1998-08-112-2/+2
* Oops - FedericoArturo Espinosa1998-08-112-0/+2
* Start of the month view widget. This will use the generic month item andFederico Mena Quintero1998-08-1115-20/+1677
* Use an array of const strings to keep gcc happy.Federico Mena Quintero1998-08-0410-23/+32
* Added this required file...Michael Fulbright1998-07-111-0/+3
* Add support for --view flag. (session_save_state): Save the view mode;Miguel de Icaza1998-07-087-44/+172
* Updated TODO for gnomecal /tigertTuomas Kuosmanen1998-07-021-0/+7
* Added Portuguese translation to .desktop files.Nuno Ferreira1998-07-013-0/+8
* Use gnome_geometry_string to get the geometry string.Havoc Pennington1998-06-233-18/+13
* added gnomecard directory in Makefile.amArturo Espinosa1998-06-092-2/+2
* Missing files - FedericoArturo Espinosa1998-06-062-36/+8
* Removed gncal/card for the release - FedericoGNOME_0_20aGNOME_0_20Arturo Espinosa1998-06-052-2/+2
* Do not subtract 1 from tm->tm_mday for the default_day.Federico Mena Quintero1998-06-057-8/+21
* Fill in ical->recur->interval from value in spin_button. This ixed anNuno Ferreira1998-06-013-2/+8
* Paint the decorations correctly. (child_draw_decor): Paint theFederico Mena Quintero1998-05-313-106/+113
* Added even more [no] .desktop entries.Kjartan Maraas1998-05-292-0/+4
* Use the contents of ee->ical->dtstart for computing the predefined valuesMiguel de Icaza1998-05-263-8/+7
* Fix the gc destruction in the unrealization code and fix the pixmapMiguel de Icaza1998-05-265-12/+34
* Fix for the weekly event generation. Was reported on the bug trackingMiguel de Icaza1998-05-264-3/+8
* Implemented ultra-cool layout for the events that share the same timeMiguel de Icaza1998-05-193-204/+336
* Close dialog when return is pressed.Havoc Pennington1998-05-183-0/+6
* Various bug fixes that were reported:Arturo Espinosa1998-05-166-12/+8
* Bug free version of the range computation in place.Miguel de Icaza1998-05-168-48/+63
* Do not add the spurious padding.Miguel de Icaza1998-05-1513-36/+234
* Further work on getting nice pixmaps displayed -migArturo Espinosa1998-05-092-28/+34
* 1. Fix: `New Appointment' defaults to the current day. 2. Add `NewArturo Espinosa1998-05-099-4/+62
* My attempt at getting the nice pixmaps drawn next to the events.Arturo Espinosa1998-05-077-44/+301
* Only run the apply code once.Miguel de Icaza1998-05-053-2/+12
* Draw the day at startup. (gncal_day_panel_set): Fix selected-day display.Miguel de Icaza1998-05-046-22/+35
* Updated gedit/.cvsignore and gncal/.cvsignoreKjartan Maraas1998-05-031-0/+1
* crash fix for proeprty dialog -migArturo Espinosa1998-05-013-6/+9
* Fix for SM code, I was allocating less than needed (thanks to federico for qu...Arturo Espinosa1998-04-302-2/+2
* Various fixes and optimizations; Tagging of the days with appointements.Arturo Espinosa1998-04-3014-16/+160
* Added Session management to GnomeCal -miguelArturo Espinosa1998-04-296-246/+392
* Lots of fixes:Arturo Espinosa1998-04-2915-69/+134
* Removed an unused function - FedericoArturo Espinosa1998-04-292-20/+2
* Descend from GnomeDialog. Took vbox out of class structure; useHavoc Pennington1998-04-265-62/+44
* Remove debug code -migArturo Espinosa1998-04-264-8/+4
* Fix user name computation -migArturo Espinosa1998-04-262-2/+14
* Fixed alarm saving code. Fixed alarm loading code. New -partial-Arturo Espinosa1998-04-2517-92/+394
* Actually save the to-do entries.Federico Mena Quintero1998-04-245-80/+353
* Fixes for vTodo thingies -migArturo Espinosa1998-04-235-23/+56
* Made it use popup_menu().Federico Mena Quintero1998-04-2334-132/+861
* This one too -migArturo Espinosa1998-04-231-0/+1
* Make GnomeCalendar properties use GnomePropertyBox -miguelArturo Espinosa1998-04-232-38/+48
* Perfection and sometimes requires two commits -migArturo Espinosa1998-04-222-0/+12
* Perfection comes in many disguises -migArturo Espinosa1998-04-224-12/+20
* Forgot to cvs add this fileArturo Espinosa1998-04-222-0/+274
* 1. Calendar property configuration is finally here with nice live-updates.Arturo Espinosa1998-04-2220-93/+274
* Added calls to gtk_window_set_wmclass to gnome-utils - migArturo Espinosa1998-04-223-2/+6
* Small fix for goto-day-year computation -migArturo Espinosa1998-04-227-20/+36
* Lots of changes:Miguel de Icaza1998-04-2214-38/+90
* Made it use GncalDayPanel.Federico Mena Quintero1998-04-2218-223/+597
* Added icon for gncal to .desktop entryrhlabs1998-04-222-2/+2
* Misc. event handling fixes - FedericoArturo Espinosa1998-04-213-11/+33
* Enhance the exception date handling -migArturo Espinosa1998-04-218-50/+124
* Make the any-key-creates-new-appointment-at-selection thing actually work - F...Arturo Espinosa1998-04-217-24/+72
* Now any printable keystroke (not just Return) will activate the selectedFederico Mena Quintero1998-04-213-4/+53
* Made it use the new paint_row function instead of painting everythingFederico Mena Quintero1998-04-2112-374/+417
* Fix compiler warnings - FedericoArturo Espinosa1998-04-2121-37/+45
* more fixes -migArturo Espinosa1998-04-218-4/+18
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-2118-165/+319
* Use GNOME_STOCK_PIXMAP_HOME for today -migArturo Espinosa1998-04-203-2/+6
* It works. I promiseArturo Espinosa1998-04-194-4/+4
* I missed this one as wellArturo Espinosa1998-04-192-2/+2
* Duh forgot config.h here -migArturo Espinosa1998-04-192-2/+2
* More touches -migArturo Espinosa1998-04-193-3/+0
* Various small fixes here and there -migArturo Espinosa1998-04-195-18/+116
* Update spanish translation for the Calendar.Arturo Espinosa1998-04-1912-16/+2377
* Add Quoted printable property to items containing new lines. (duration):Miguel de Icaza1998-04-198-26/+106
* Final steps.Arturo Espinosa1998-04-185-6/+27
* Usability fixes -migArturo Espinosa1998-04-188-26/+44
* Yes.Arturo Espinosa1998-04-1828-55/+1033
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-184-12/+37
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-1814-131/+290
* Year view, double click -migArturo Espinosa1998-04-1821-112/+611
* The event dialog is beautified, recurrences are saner.Federico Mena Quintero1998-04-1820-442/+1456
* We load the alarms -migArturo Espinosa1998-04-186-45/+147
* Save Recurrence rules -MiguelArturo Espinosa1998-04-186-20/+339
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-1820-192/+807
* Remove deadly excessive abuse of encapsulation -migArturo Espinosa1998-04-1714-56/+43
* New event generation api in place -miguelArturo Espinosa1998-04-1715-197/+309
* Use menu_shell->children, not menu->children. Why does GtkMenu have aFederico Mena Quintero1998-04-1729-220/+402
* Changed exec name to gnomecal, not gncalrhlabs1998-04-172-2/+2
* XPM files for events with alarm and recurrence, respectively.Federico Mena Quintero1998-04-1612-12/+345
* Now children have a vertical handle as well. This can be used to move theFederico Mena Quintero1998-04-163-70/+149
* run fix -migArturo Espinosa1998-04-162-6/+2
* The general_owner may be null. Do the proper thing when creating theFederico Mena Quintero1998-04-1621-195/+456
* Year view marks ranges of new dates (on update view). Recurrence iteratorArturo Espinosa1998-04-1518-45/+260
* TODO updates - FedericoArturo Espinosa1998-04-151-2/+0
* Now using time_t for new and set. Random fixes, as well.Arturo Espinosa Aldama1998-04-159-116/+420
* Routine to destory rows array properly.Miguel de Icaza1998-04-1510-111/+245
* ArghArturo Espinosa1998-04-154-2/+52
* New widget for the year view. added required compilation of the new files.Arturo Espinosa Aldama1998-04-1521-82/+513
* Load recurrence rules; Paint the recurrence screen according to the rules.Arturo Espinosa1998-04-148-42/+969
* Now takes object and flags parameters. Likewise. Likewise.Federico Mena Quintero1998-04-1420-76/+215
* New function to let the outside world decide which child to focus.Federico Mena Quintero1998-04-1410-5/+89
* Re-aligned some widgets to make it look prettier. (ee_alarm_widgets):Federico Mena Quintero1998-04-145-92/+185
* Create new object and add it to the calendar. You can now select a rangeFederico Mena Quintero1998-04-148-72/+280
* We now connect to the range_activated signal of the fullday widget insteadFederico Mena Quintero1998-04-1310-111/+330
* Begginning of the create-appointment-on-range-selection-and-enter code -miguelArturo Espinosa1998-04-1211-50/+136
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-1217-190/+335
* Now we support selecting a range in the main window (byFederico Mena Quintero1998-04-115-74/+234
* Oops, compilation fixes plus more work - FedericoArturo Espinosa1998-04-113-80/+92
* Gnome cal enhancemnets -migArturo Espinosa1998-04-114-22/+564
* More work in progress - FedericoArturo Espinosa1998-04-112-50/+322
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-0920-299/+401
* The full day widget now gets updated correctly when you add anArturo Espinosa1998-04-093-27/+66
* Say `#if 0', not `#ifdef 0'.Raja R Harinath1998-04-092-1/+5
* Updates - FedArturo Espinosa1998-04-091-0/+4
* Added a TODO list to refresh my memory from time to time - FedericoArturo Espinosa1998-04-091-0/+46
* Wheee! Now you can drag events correctly - FedericoArturo Espinosa1998-04-092-20/+38
* More updates - FedericoArturo Espinosa1998-04-084-28/+158
* Removed unused global variable parent_class.Federico Mena Quintero1998-04-085-10/+27
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-0827-177/+1808
* New file.Carsten Schaar1998-04-061-0/+4
* vCalendar gets fully saved -migArturo Espinosa1998-04-057-15/+259
* Include <config.h>.Tom Tromey1998-04-043-0/+8
* lots more -migArturo Espinosa1998-04-047-6/+153
* more and more fixes -migArturo Espinosa1998-04-0410-43/+119
* Lots -migArturo Espinosa1998-04-0419-189/+1001
* More work. Weee! -migArturo Espinosa1998-04-032-52/+132
* The "better" format string for strftime() wasn't better, after all :-(Federico Mena Quintero1998-04-037-14/+171
* add test.vcf, more code progress -migArturo Espinosa1998-04-0315-34/+378
* New full-day widget. It is still a work in progress. It will be similar toFederico Mena Quintero1998-04-0310-7/+792
* More calendar work -migArturo Espinosa1998-04-0318-22/+495
* Use better format specifier for strftime().Federico Mena Quintero1998-04-035-6/+97
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-036-6/+23
* Day events are now cached inside the widget. They get initialized at thisMiguel de Icaza1998-04-0319-72/+97
* New customization function. We can't decide on a stupid border type :-)Federico Mena Quintero1998-04-025-2/+47
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-0222-30/+747
* Oops, forgot these - FedericoArturo Espinosa1998-04-024-0/+278
* More updates so that Mig can test it - FedericoArturo Espinosa1998-04-026-8/+64
* New week view composite widget. This provides a full week view (7 dayFederico Mena Quintero1998-04-029-152/+657
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-0212-38/+801
* These functions now take a sort_func parameter, which is of typeFederico Mena Quintero1998-04-025-22/+72
* Calendar object editor -migArturo Espinosa1998-04-011-0/+88
* Sync with my copy -migArturo Espinosa1998-04-012-2/+4
* `buf' now static.Tom Tromey1998-04-012-1/+5
* Removed #include "gtkcalendar.h", because it now comes from libgnomeui.Federico Mena Quintero1998-04-0117-49/+686
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-013-2/+62
* iCalendar/vCalendar time utiltiesArturo Espinosa1998-04-013-4/+43
* Small typo fixed -migArturo Espinosa1998-04-012-4/+4
* Calendar objects as defined by the iCalendar IETF draft. Calendar holderArturo Espinosa1998-04-0112-0/+804
* added clist.[ch]Craig Small1998-03-314-2/+105
* Added session maanagement and using clistsCraig Small1998-03-312-46/+236
* Use gnome_message_box_*, not gnome_messagebox_*.Tom Tromey1998-03-222-1/+5
* linked into gtkcalendar widgetCraig Small1998-03-126-18/+46
* Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a.Tom Tromey1998-03-094-7/+12
* Removed bogus Makefile - tromey@cygnus.comTom Tromey1998-02-271-402/+0
* Added $(GNOME_LIBDIR) to some Makefile.am files.rhlabs1998-02-273-0/+404
* Added German translation.Carsten Schaar1998-02-242-0/+4
* Changed 'gtt' to 'gncal'.Carsten Schaar1998-02-241-1/+1
* Mon, 23 Feb 1998 04:17:37 +0100 VincentVincent Renardias1998-02-232-0/+4
* gnome_init app_id parameter changes - FedericoArturo Espinosa1998-02-202-1/+5
* Added '$(INTLLIBS)'Carsten Schaar1998-02-201-0/+4
* (gncal_LDADD): Added '$(INTLLIBS)'Carsten Schaar1998-02-202-2/+4