]> Pileus Git - ~andy/gtk/history - gtk/gtkcalendar.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtkcalendar.c
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-14 Carlos Garnachodraw arrows pointing to the right correctly placed...
2006-10-10 Tor LillqvistMerge from 2.10 branch:
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-10-07 Tor LillqvistUse the Win32 thread locale's first day of week setting...
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-08-06 Matthias ClasenUse G_PRIORITY_DEFAULT_IDLE for the month/year-change...
2006-07-17 Michael Nattereruse 5 * gtk-timeout-repeat, just as many other widgets...
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-05-18 Matthias ClasenDon't produce a stuck drag if shift is held. (#341734...
2006-04-16 Matthias ClasenAvoid a possible array overrun. (Coverity)
2006-03-30 Behdad EsfahbodFix translation comments for localizable digit formats...
2006-01-26 Behdad EsfahbodUse translated format strings for L10n in size calculat...
2006-01-25 Behdad Esfahbods/Latin/English/ in last patch.
2006-01-25 Behdad EsfahbodOops. s/_(/Q_(/ in the patch.
2006-01-25 Behdad EsfahbodUse translated strings calendar:week:digits|%d and...
2006-01-11 Matthias ClasenQueue a draw when losing the focus. (#326064, Andrew...
2005-12-20 Matthias ClasenDoc updates
2005-12-20 Matthias ClasenDoc updates
2005-12-06 Matthias ClasenAvoid conflict with win32 headers in the libdate routin...
2005-11-28 Tor LillqvistUse GetLocaleInfo() on Windows to get the localized...
2005-11-22 Michael NattererMade button-press timeouts which work like key repeat...
2005-10-04 Tor LillqvistMake it compile without HAVE__NL_TIME_FIRST_WEEKDAY...
2005-10-04 Matthias ClasenCall calendar_compute_days() after setting priv->week_s...
2005-09-30 Matthias ClasenAnother attempt to correct the calculations for the...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-09 Matthias Clasenfirst_weekday is relative to week_1stday, not to Sunday...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-26 Matthias ClasenFix the calculation of week_start. (#314473, JP Rosevaar)
2005-07-13 Matthias ClasenFix an unintentional case of width-for-height... (...
2005-06-18 Matthias ClasenFix nl_langinfo() use
2005-06-15 Matthias ClasenFix 307689
2005-06-13 Kjartan MaraasDon't leak the cairo context. Closes bug #307426.
2005-06-12 Matthias ClasenAllow localization of the format in which the year...
2005-06-10 Matthias ClasenDoc fixes.
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-01-14 Matthias ClasenCheck for _NL_TIME_FIRST_WEEKDAY too, since it is an...
2005-01-13 Matthias ClasenCheck for nl_langinfo() Use nl_langinfo() when it's...
2004-11-12 Matthias Clasen2.5.5
2004-10-22 Matthias ClasenDocument how to use info with text/image targets.
2004-09-01 Matthias ClasenOnly start a drag if the left button is pressed. (...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-23 Matthias ClasenRemove unnecessary checks. (#148175, Morten Welinder)
2004-07-21 Matthias ClasenUse the new text target functionality in GtkTargetList...
2004-07-21 Matthias ClasenRemove trailing commas from enumerations. (#148035)
2004-07-15 Matthias ClasenUse 'cannot' instead of 'can not' in messages. (#144226...
2004-07-04 Matthias ClasenFix off-by-one error. GDate month is one-based and...
2004-06-10 Matthias ClasenStart the drag before focusing the selected.day. Stop...
2004-06-10 Matthias ClasenStart spinning before calling arrow_action(), so that...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-30 Federico Mena QuinteroRemove C++ comment; reported by Damien Carbery <damien...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-02 Matthias ClasenChanges to support week_start values other than 0 and...
2003-12-21 Matthias ClasenUse gtk_paint_arrow instead of draw_arrow_left/draw_arr...
2003-12-17 Matthias ClasenAdd missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(...
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-08-08 Matthias ClasenAdd DND support to GtkCalendar. The selected date is...
2003-08-08 Matthias ClasenGet the information about the first day of the week...
2003-08-08 Matthias ClasenComplete the RTL flipping support for GtkCalendar,...
2003-08-08 Matthias ClasenAdd and hook in gtk_calendar_scroll, to let the mouse...
2003-07-03 Soeren SandmannInsert cast to fix warning. Assign something to old_val...
2003-06-14 Matthias ClasenDocument new properties as 2.4 additions.
2003-06-05 Matthias ClasenReplace deprecated gtk_timeout_* functions by their...
2003-05-20 Matthias ClasenMake calendar controls spin. (#112540)
2003-05-08 Matthias ClasenSome calendar improvements.
2002-12-15 Matthias ClasenUse g_printf instead of system printf. (#99327)
2002-10-09 Manish SinghDeprecation cleanup
2002-03-21 Owen TaylorWhen changing months when the user clicks on a prev...
2002-02-22 Matthias Clasens/columns/rows/ in docs. (#70199)
2002-02-14 Owen TaylorA bunch of small allocation/drawing fixes.
2002-02-14 Owen TaylorPatch from Bill Haneman to draw to focus using gtk_pain...
2002-02-10 Anders CarlssonSet finalize handler; (gtk_calendar_finalize): Rename...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2001-12-03 Owen TaylorFix some bugs with size requisition. (From Bill Haneman...
2001-09-20 Owen TaylorUse the current day, as well as the current month and...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-04-04 Denis Oliver Kroppgtk_calendar_button_press: check for action_func !...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-19 Alexander LarssonCopy data and free data with free().
2001-01-05 Owen TaylorAdopt to new prototypes for unicode,locale,filename...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-18 Owen TaylorPatch from ChiDeok Hwang to fix memleaks found by Evan...
2000-11-12 Robert Bradyg_filename_{to,from}_utf8 now takes an extra parameter.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-07 Owen TaylorDoc comment fixing. (Mostly non-matching parameter...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-02 Owen TaylorAdd a 'text' argument to set the initial text.
2000-07-02 Owen TaylorUse pango_layout_get_pixel_extents() to remove a large...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
next