aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) willMartin Baulig1998-06-032-11/+83
* 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
* *** empty log message ***Martin Baulig1998-05-251-0/+5
* Set this to true on SunOS.Martin Baulig1998-05-241-1/+1
* *** empty log message ***Martin Baulig1998-05-231-0/+6
* New file. Imported from `configure.in' in GNU fileutils 3.16. It does allMartin Baulig1998-05-231-409/+255
* Initial revisionMartin Baulig1998-05-221-0/+574
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-222-0/+90
* Removed unwanted AC_WITH(sysdeps).Martin Baulig1998-05-221-35/+19
* Fixed typo.Martin Baulig1998-05-221-1/+1
* New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses.Martin Baulig1998-05-221-0/+79
* Fix typo.Raja R Harinath1998-05-201-1/+1
* New check. (sys_errlist): Check for this variable, needed for `strerror'.Raja R Harinath1998-05-202-15/+40
* 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
* Support for NOCONFIGURE env variable -migArturo Espinosa1998-05-141-0/+4
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-102-18/+5
* 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
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-252-1/+8
* 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
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-231-1/+1
* 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
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
* 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
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
* Updated the gtk check to check for 1.0.0EDT 1998 Gregory McLean1998-04-191-1/+1
* 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
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-092-1/+4
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-093-4/+9
* 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-062-0/+7
* 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-0224-38/+7688
* 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
* Look for vasprintf.Raja R Harinath1998-04-012-1/+5
* 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
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-202-2/+9
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome installati...Arturo Espinosa1998-03-202-5/+30
* Add support for gtk_container_add to GnomeApp widget.Miguel de Icaza1998-03-201-1/+1
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-202-7/+27
* Cache results of argp check.Tom Tromey1998-03-192-4/+16
* Updates to use AM_PATH_GTK. See various ChangeLogs for details.Owen Taylor1998-03-162-37/+20
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-132-0/+7
* linked into gtkcalendar widgetCraig Small1998-03-126-18/+46
* Much more work on the mailman - it is semi-functional, and also on girc.Elliot Lee1998-03-121-0/+1
* Made it conform to the new gnome_init parameters.Miguel de Icaza1998-03-111-1/+0
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-102-1/+6
* Add check for `vsnprintf'.Raja R Harinath1998-03-102-0/+9
* Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a.Tom Tromey1998-03-094-7/+12
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-092-3/+38
* Check for strnlen().Tom Tromey1998-03-072-1/+5
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-042-1/+13
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-032-4/+18
* Changed spacing so --help output looks right.Tom Tromey1998-03-022-3/+8
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-282-0/+7
* Removed bogus Makefile - tromey@cygnus.comTom Tromey1998-02-271-402/+0
* Added $(GNOME_LIBDIR) to some Makefile.am files.rhlabs1998-02-273-0/+404
* Stupid mistake... Forgot a `,'Raja R Harinath1998-02-271-1/+1
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-272-12/+36
* 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
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-192-8/+4
* touchups for CVS gtkElliot Lee1998-02-191-1/+1
* Removed `Makefile'Raja R Harinath1998-02-191-400/+0
* updates for GnomeUIInfoElliot Lee1998-02-191-39/+55
* Include `libsupport.a'.Raja R Harinath1998-02-194-38/+28
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-192-1/+6
* Added missing separator, from Ching HuiArturo Espinosa1998-02-171-1/+1
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-165-11/+28
* check for shared gtk+ libraries also.Tim Janik1998-02-161-0/+4
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-152-2/+8
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-152-1/+7
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-151-1/+0
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-142-3/+13
* Removed extra `$' from rule.Tom Tromey1998-02-142-1/+3
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-142-1/+13
* Add `autogen.sh'.Raja R Harinath1998-02-142-1/+3
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-142-25/+28
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
* Updated g_string_hash and g_string_equal by g_str_hash and g_str_equal,Federico Mena Quintero1998-02-141-0/+384
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-142-7/+15
* Remove MakefileArturo Espinosa1998-02-143-384/+2
* Gary Vaughan's fixes to gnome.m4Arturo Espinosa1998-02-141-4/+10
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-141-1/+2
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-143-2/+20
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-132-0/+12
* Added #include <locale.h>Federico Mena Quintero1998-02-133-22/+63
* Fixed Makefile.am so gncal compiles (please check!)Craig Small1998-02-122-0/+8
* Gnome/Games shoudl work nowArturo Espinosa1998-02-112-0/+3
* Gnome/Objc automake/autoconf setupArturo Espinosa1998-02-111-17/+30
* Misc setup changesArturo Espinosa1998-02-112-16/+6
* Gnome Core updatesArturo Espinosa1998-02-111-0/+34
* Gnome Utils autoconf/automake setup is readyArturo Espinosa1998-02-118-20/+480
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-115-0/+87
* Added an about boxCraig Small1998-02-101-17/+46
* added repeat valuesCraig Small1998-02-102-6/+32
* now puts lexer into structCraig Small1998-02-101-14/+59
* Moved top-dir ChangeLog entries to subdir ChangeLogsRaja R Harinath1998-02-041-0/+3
* Replace "Quit" for "Exit" in all those programs.ROSALIA_BEFORE_COMMITTING_DL_AND_GNOME_HELLOMiguel de Icaza1998-01-271-1/+1
* updated lexerGNOME_0_12Craig Small1998-01-131-1/+8
* New Gnome Calendar filesCraig Small1998-01-1210-0/+1382