aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'LIBGTOP_0_25'.LIBGTOP_0_25nobody1998-08-18123-35910/+0
* make it require libgtop >= 0.25.0. Added (AC_SUBST):Martin Baulig1998-08-182-1/+7
* Fixes for 0.28 - FedericoArturo Espinosa1998-08-182-2/+4
* Completely rewrote this file. It uses now the `libgtop-config' script andMartin Baulig1998-08-172-43/+43
* `make distcheck' cleanups - Hey, it really works, guys !Martin Baulig1998-08-171-0/+6
* 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
* Added `freebsd' directory.Martin Baulig1998-08-072-0/+9
* Do not abort on obj-c not being thereGNOME_0_25DROOLING_MACAQUEArturo Espinosa1998-08-061-1/+1
* Define USE_DEVGTK unconditionally to `true'.Raja R Harinath1998-08-052-0/+5
* make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have toStuart Parmenter1998-08-052-12/+19
* gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and usedSebastian Wilhelmi1998-08-042-0/+6
* Use an array of const strings to keep gcc happy.Federico Mena Quintero1998-08-0410-23/+32
* Use the `gnome-config' program if it exists.Raja R Harinath1998-08-032-9/+34
* Remove `macros.dep'.Raja R Harinath1998-08-022-1/+5
* New macro. Checks for `u_int64_t' and `int64_t'.Martin Baulig1998-07-312-1/+18
* Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',Martin Baulig1998-07-303-0/+20
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-302-0/+6
* Removed.Martin Baulig1998-07-293-1/+8
* Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.Federico Mena Quintero1998-07-282-1/+6
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-273-0/+23
* No longer requiring `GNOME_LIBGTOP_SYSDEPS'.Martin Baulig1998-07-242-1/+6
* Added linger.m4. New file.Tom Tromey1998-07-243-0/+34
* Actually add files mentioned in last commitTom Tromey1998-07-242-0/+100
* Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.Tom Tromey1998-07-242-0/+8
* Added some reasonable defaults to allow cross compiling; removedMartin Baulig1998-07-233-6/+30
* If no build-guile, link against readline before termcap.Tom Tromey1998-07-222-1/+6
* Add `need-declaration.m4'.Raja R Harinath1998-07-164-12/+71
* Add check for `mkstemp'.Raja R Harinath1998-07-132-1/+5
* 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
* No longer use `glibtop_machine.h' for Linux.Martin baulig1998-07-041-1/+1
* yet another change to curses.m4 - documentation & formatting, remove unsed varsScott D Heavner1998-07-022-22/+68
* Updated TODO for gnomecal /tigertTuomas Kuosmanen1998-07-021-0/+7
* Added Portuguese translation to .desktop files.Nuno Ferreira1998-07-013-0/+8
* Add all the `.m4' files here.Raja R Harinath1998-06-302-5/+16
* curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDESScott D Heavner1998-06-302-1/+5
* was leaving conftest.* files lying around after tests.Scott D Heavner1998-06-302-1/+6
* Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't doChristopher Blizzard1998-06-272-1/+9
* Autodetect curses for cyahtzee.Scott D Heavner1998-06-272-0/+286
* New check. (vprintf): New check. (ftruncate.c): Remove check. This needsRaja R Harinath1998-06-253-28/+13
* Use gnome_geometry_string to get the geometry string.Havoc Pennington1998-06-233-18/+13
* Mon, 22 Jun 1998 12:38:50 +0200 [Vincent]Vincent Renardias1998-06-220-0/+0
* *** empty log message ***Martin Baulig1998-06-141-0/+5
* New automake conditional; also defines HAVE_LINUX_TABLE.Martin Baulig1998-06-141-0/+6
* Added check for the table () system call in the linux kernel.Martin Baulig1998-06-142-2/+51
* Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled byRaja R Harinath1998-06-122-4/+17
* Look for awk. (CROSS_COMPILING): Remove conditional.Raja R Harinath1998-06-112-1/+7
* changed things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK...Manish Singh1998-06-111-2/+2
* Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amountGregory McLean1998-06-112-1/+6
* quick and dirty check for devel gtk and define HAVE_DEVGTK if its found.EDT 1998 Gregory McLean1998-06-101-1/+2
* added gnomecard directory in Makefile.amArturo Espinosa1998-06-092-2/+2
* Fixed typo.Martin Baulig1998-06-081-1/+1
* New automake conditional; (need_gnome_support): addedMartin Baulig1998-06-082-2/+9
* When cross-compiling, we now check for `$host_alias-buile-guile'.Martin Baulig1998-06-082-3/+15
* Include `glibtop_machine.h' for Linux.Martin Baulig1998-06-081-1/+1
* Missing files - FedericoArturo Espinosa1998-06-063-36/+9
* 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