| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix nl_langinfo() use | Matthias Clasen | 2005-06-18 | 1 | -1/+1 |
* | Fix 307689 | Matthias Clasen | 2005-06-15 | 1 | -0/+5 |
* | Don't leak the cairo context. Closes bug #307426. | Kjartan Maraas | 2005-06-13 | 1 | -0/+1 |
* | Allow localization of the format in which the year is displayed. (#135451, | Matthias Clasen | 2005-06-12 | 1 | -12/+37 |
* | Doc fixes. | Matthias Clasen | 2005-06-10 | 1 | -1/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -1753/+1592 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -9/+8 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -7/+9 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Check for _NL_TIME_FIRST_WEEKDAY too, since it is an enum value, not a | Matthias Clasen | 2005-01-14 | 1 | -2/+2 |
* | Check for nl_langinfo() Use nl_langinfo() when it's available to determine | Matthias Clasen | 2005-01-13 | 1 | -0/+8 |
* | 2.5.5GTK_2_5_5 | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | Document how to use info with text/image targets. | Matthias Clasen | 2004-10-22 | 1 | -1/+1 |
* | Only start a drag if the left button is pressed. (#151490, Frederic | Matthias Clasen | 2004-09-01 | 1 | -3/+6 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Remove unnecessary checks. (#148175, Morten Welinder) | Matthias Clasen | 2004-07-23 | 1 | -2/+1 |
* | Use the new text target functionality in GtkTargetList instead of | Matthias Clasen | 2004-07-21 | 1 | -16/+4 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -2/+2 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | Fix off-by-one error. GDate month is one-based and GtkCalendar month is | Matthias Clasen | 2004-07-04 | 1 | -2/+2 |
* | Start the drag before focusing the selected.day. Stop a beginning drag if | Matthias Clasen | 2004-06-10 | 1 | -3/+6 |
* | Start spinning before calling arrow_action(), so that a signal handler | Matthias Clasen | 2004-06-10 | 1 | -2/+20 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Remove C++ comment; reported by Damien Carbery <damien.carbery@sun.com>. | Federico Mena Quintero | 2004-01-30 | 1 | -1/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -14/+14 |
* | Changes to support week_start values other than 0 and 1, e.g. 6 will let | Matthias Clasen | 2004-01-02 | 1 | -21/+19 |
* | Use gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right. Removed. | Matthias Clasen | 2003-12-21 | 1 | -49/+23 |
* | Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument | Matthias Clasen | 2003-12-17 | 1 | -1/+1 |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -1/+1 |
* | Add DND support to GtkCalendar. The selected date is dragged as text, | Matthias Clasen | 2003-08-08 | 1 | -16/+290 |
* | Get the information about the first day of the week from the locale using | Matthias Clasen | 2003-08-08 | 1 | -42/+23 |
* | Complete the RTL flipping support for GtkCalendar, make it possible to | Matthias Clasen | 2003-08-08 | 1 | -87/+217 |
* | Add and hook in gtk_calendar_scroll, to let the mouse wheels select the | Matthias Clasen | 2003-08-08 | 1 | -1/+28 |
* | Insert cast to fix warning. Assign something to old_value to quiet gcc | Soeren Sandmann | 2003-07-03 | 1 | -5/+6 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -0/+39 |
* | Replace deprecated gtk_timeout_* functions by their GLib counterparts. | Matthias Clasen | 2003-06-05 | 1 | -4/+4 |
* | Make calendar controls spin. (#112540) | Matthias Clasen | 2003-05-20 | 1 | -23/+159 |
* | Some calendar improvements. | Matthias Clasen | 2003-05-08 | 1 | -13/+266 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 1 | -9/+9 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -74/+108 |
* | When changing months when the user clicks on a prev-month or next-month | Owen Taylor | 2002-03-21 | 1 | -40/+63 |
* | s/columns/rows/ in docs. (#70199) | Matthias Clasen | 2002-02-22 | 1 | -1/+1 |
* | A bunch of small allocation/drawing fixes. | Owen Taylor | 2002-02-14 | 1 | -60/+61 |
* | Patch from Bill Haneman to draw to focus using gtk_paint_focus() with the | Owen Taylor | 2002-02-14 | 1 | -9/+25 |
* | Set finalize handler; (gtk_calendar_finalize): Rename gtk_calendar_destroy | Anders Carlsson | 2002-02-10 | 1 | -6/+10 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -36/+0 |
* | Fix some bugs with size requisition. (From Bill Haneman) Draw headers and | Owen Taylor | 2001-12-03 | 1 | -84/+25 |
* | Use the current day, as well as the current month and year. | Owen Taylor | 2001-09-20 | 1 | -1/+1 |