aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-full-day.c
Commit message (Expand)AuthorAgeFilesLines
* Set the data pointers for all the items.Federico Mena Quintero1999-09-151-1/+2
* For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out ()Martin Baulig1999-03-011-0/+13
* gtk_widget_get_requisition fix for Gtk+ 1.2.Martin Baulig1999-03-011-1/+1
* Save the owner/organizer of the event. (ical_object_create_from_vobject):Miguel de Icaza1999-02-241-1/+1
* Gnomecal now autosaves all the time.Arturo Espinosa1999-02-121-2/+8
* Improve this draw routine. Now it can split the text in lines and fit asMiguel de Icaza1999-02-011-1/+0
* if the user clicks on an event that is an occurance, the menu will allowJason Tackaberry1999-01-311-14/+42
* Insert the summary text here. (child_focus_in): No need to raise theFederico Mena Quintero1999-01-281-68/+57
* Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT):Nat Friedman1999-01-201-24/+32
* Do some cleanup; now we pass a struct with the layout algorithm's stateFederico Mena Quintero1998-10-091-126/+45
* Changed name from time_start_of_day() to be consistent with the otherFederico Mena Quintero1998-10-031-1/+1
* Finished with the properties dialog. You can jump to days from the yearFederico Mena Quintero1998-09-041-3/+4
* Centralized marking of month items. We now have a little utility functionFederico Mena Quintero1998-08-301-0/+2
* Use an array of const strings to keep gcc happy.Federico Mena Quintero1998-08-041-3/+3
* Paint the decorations correctly. (child_draw_decor): Paint theFederico Mena Quintero1998-05-311-53/+54
* Fix the gc destruction in the unrealization code and fix the pixmapMiguel de Icaza1998-05-261-5/+13
* Implemented ultra-cool layout for the events that share the same timeMiguel de Icaza1998-05-191-102/+161
* Do not add the spurious padding.Miguel de Icaza1998-05-151-5/+39
* Further work on getting nice pixmaps displayed -migArturo Espinosa1998-05-091-14/+17
* My attempt at getting the nice pixmaps drawn next to the events.Arturo Espinosa1998-05-071-20/+141
* Various fixes and optimizations; Tagging of the days with appointements.Arturo Espinosa1998-04-301-2/+3
* Lots of fixes:Arturo Espinosa1998-04-291-2/+7
* Made it use popup_menu().Federico Mena Quintero1998-04-231-5/+7
* 1. Calendar property configuration is finally here with nice live-updates.Arturo Espinosa1998-04-221-34/+0
* Misc. event handling fixes - FedericoArturo Espinosa1998-04-211-4/+16
* Make the any-key-creates-new-appointment-at-selection thing actually work - F...Arturo Espinosa1998-04-211-6/+25
* Now any printable keystroke (not just Return) will activate the selectedFederico Mena Quintero1998-04-211-2/+25
* Made it use the new paint_row function instead of painting everythingFederico Mena Quintero1998-04-211-133/+130
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-1/+0
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-211-15/+34
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-181-2/+3
* The event dialog is beautified, recurrences are saner.Federico Mena Quintero1998-04-181-2/+6
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-181-4/+6
* Remove deadly excessive abuse of encapsulation -migArturo Espinosa1998-04-171-3/+2
* New event generation api in place -miguelArturo Espinosa1998-04-171-23/+39
* Use menu_shell->children, not menu->children. Why does GtkMenu have aFederico Mena Quintero1998-04-171-75/+93
* XPM files for events with alarm and recurrence, respectively.Federico Mena Quintero1998-04-161-3/+3
* Now children have a vertical handle as well. This can be used to move theFederico Mena Quintero1998-04-161-35/+72
* The general_owner may be null. Do the proper thing when creating theFederico Mena Quintero1998-04-161-78/+118
* Now using time_t for new and set. Random fixes, as well.Arturo Espinosa Aldama1998-04-151-33/+155
* Routine to destory rows array properly.Miguel de Icaza1998-04-151-4/+15
* ArghArturo Espinosa1998-04-151-0/+23
* New widget for the year view. added required compilation of the new files.Arturo Espinosa Aldama1998-04-151-3/+19
* Now takes object and flags parameters. Likewise. Likewise.Federico Mena Quintero1998-04-141-14/+61
* New function to let the outside world decide which child to focus.Federico Mena Quintero1998-04-141-0/+36
* Create new object and add it to the calendar. You can now select a rangeFederico Mena Quintero1998-04-141-24/+126
* We now connect to the range_activated signal of the fullday widget insteadFederico Mena Quintero1998-04-131-34/+123
* Begginning of the create-appointment-on-range-selection-and-enter code -miguelArturo Espinosa1998-04-121-0/+18
* Now we support selecting a range in the main window (byFederico Mena Quintero1998-04-111-33/+110
* Oops, compilation fixes plus more work - FedericoArturo Espinosa1998-04-111-40/+45
* More work in progress - FedericoArturo Espinosa1998-04-111-25/+161
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-091-123/+139
* The full day widget now gets updated correctly when you add anArturo Espinosa1998-04-091-12/+33
* Wheee! Now you can drag events correctly - FedericoArturo Espinosa1998-04-091-10/+19
* More updates - FedericoArturo Espinosa1998-04-081-10/+75
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-71/+831
* The "better" format string for strftime() wasn't better, after all :-(Federico Mena Quintero1998-04-031-3/+65
* New full-day widget. It is still a work in progress. It will be similar toFederico Mena Quintero1998-04-031-0/+320
/td>2-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.719Jan Beich2020-09-032-8/+8 * x11-servers/xwayland-devel: update to 1.20.0.714Jan Beich2020-08-262-5/+5 * x11-servers/xorg-server: Fix several security issuesNiclas Zeising2020-08-262-3/+15 * x11-servers/xwayland-devel: update to 1.20.0.710Jan Beich2020-08-252-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.704Jan Beich2020-08-082-5/+5 * x11-servers/xorg-server: Fix CVE-2020-14347Niclas Zeising2020-08-012-2/+5 * x11-servers/xwayland-devel: update to 1.20.0.703Jan Beich2020-08-012-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.697Jan Beich2020-07-282-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.691Jan Beich2020-07-232-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.687Jan Beich2020-07-212-4/+4 * x11-servers/xwayland-devel: update to 1.20.0.685Jan Beich2020-07-182-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.684Jan Beich2020-07-172-9/+12 * x11-servers/xwayland-devel: update to 1.20.0.673Jan Beich2020-07-042-5/+5 * UCLify pkg-message in my portsJan Beich2020-07-021-0/+6 * x11-servers/xwayland-devel: switch to GitHub mirrorJan Beich2020-06-272-15/+13 * x11-servers/xwayland-devel: update to 1.20.0.669Jan Beich2020-06-272-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.663Jan Beich2020-06-202-5/+5 * Add information for users of devices that don't support evdev to pkg-messageMichael Gmelin2020-06-191-0/+10 * x11-servers/Xfstt: fix build on GCC architecturesPiotr Kubaj2020-06-071-1/+1 * x11-servers/xwayland-devel: update to 1.20.0.660Jan Beich2020-06-063-32/+5 * xserver: default to libinput if no driver is foundNiclas Zeising2020-06-061-2/+3 * x11-servers/xwayland-devel: document DRI3 quirkJan Beich2020-06-031-0/+10 * x11-servers/xwayland-devel: simplify r536952 againJan Beich2020-05-292-14/+9 * x11-servers/xwayland-devel: simplify r536952Jan Beich2020-05-292-8/+5 * x11-servers/xwayland-devel: work around missing GLX_EXT_libglvndJan Beich2020-05-292-0/+26 * x11-servers/xwayland-devel: unbreak with libglvndJan Beich2020-05-272-9/+9 * Chase GitLab redirect in PATCH_SITESJan Beich2020-05-242-7/+7 * x11-servers/xwayland-devel: update to 1.20.0.655Jan Beich2020-05-212-5/+5 * x11-servers/xwayland-devel: update to 1.20.0.653Jan Beich2020-05-192-6/+5 * - Update to 1.10Hiroki Tagato2020-05-182-5/+5 * x11-toolkits/wlroots: add Xwayland HiDPI scaling supportJan Beich2020-05-142-0/+7 * x11-servers/xwayland-devel: update to 1.20.0.652Jan Beich2020-05-142-6/+5 * Convert GitLab patches to simple diffsJan Beich2020-05-122-9/+9 * x11-servers/xwayland-devel: regen patches (gitlab bug)Jan Beich2020-05-081-3/+3 * xorg-server: Do not send spurious focus eventsNiclas Zeising2020-05-042-3/+10 * x11-servers/xwayland-devel: don't disable default font pathJan Beich2020-05-011-1/+14 * x11-servers/xwayland-devel: drop advice obsoleted by r528071Jan Beich2020-04-281-13/+0 * x11-servers/xwayland-devel: update to 1.20.0.641Jan Beich2020-04-282-5/+5 * x11-servers/xwayland: expose x11/nvidia-driver supportJan Beich2020-04-182-1/+7 * x11-servers/xorg-server: Update to 1.20.8Niclas Zeising2020-04-014-8/+15 * x11-servers/xwayland-devel: update to 1.20.0.626Jan Beich2020-03-202-5/+5 * graphics/mesa-libs: Change default to use DRI3Niclas Zeising2020-03-091-10/+3 * x11-servers/xwayland-devel: update to 1.20.0.623Jan Beich2020-03-072-5/+5 * x11-servers/xorg-server: Restore FIXDRM as an off-by-default knobJoseph Mingrone2020-02-262-3/+12 * x11-servers/xorg-server: fix build on GCC architecturesPiotr Kubaj2020-02-251-1/+1 * x11-servers/xwayland-devel: update to 1.20.0.620Jan Beich2020-02-252-5/+5 * Update xorg x11 servers to 1.20.7Niclas Zeising2020-02-2149-2104/+1374 * x11-servers/xwayland-devel: update to 1.20.0.604Jan Beich2020-02-153-5/+18 * x11-servers/xwayland-devel: expose x11/nvidia-driver supportJan Beich2020-02-131-0/+6 * x11-servers/xwayland-devel: update to 1.20.0.603Jan Beich2020-02-132-6/+5 * graphics/wayland-protocols: Update to 1.18Niclas Zeising2020-02-111-1/+1 * x11-servers/xwayland-devel: add missing runtime dependenciesJan Beich2020-02-101-0/+3 * x11-servers/xwayland-devel: unbreak on GCC architecturesJan Beich2020-02-101-1/+1 * x11-servers/xwayland-devel: unbreak due to x11@ being slowJan Beich2020-02-101-1/+1 * x11-servers/xwayland-devel: add new portJan Beich2020-02-105-0/+74 * x11-servers/xorg-server: expose UDEV support for evdev hotplugJan Beich2020-01-267-7/+16 * Add etc/X11/fontpath.d as a catalogue fontpath by default.Hiroki Sato2019-12-302-1/+17 * Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-083-2/+3