| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -4/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -30/+3 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+5 |
* | gtk_calendar_button_press: check for action_func != NULL | Denis Oliver Kropp | 2001-04-04 | 1 | -1/+1 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -15/+17 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -9/+9 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -47/+2 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -1/+1 |
* | Adopt to new prototypes for unicode,locale,filename conversion functions. | Owen Taylor | 2001-01-05 | 1 | -2/+2 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -11/+10 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -16/+0 |
* | Patch from ChiDeok Hwang to fix memleaks found by Evan Martin. | Owen Taylor | 2000-11-18 | 1 | -0/+22 |
* | g_filename_{to,from}_utf8 now takes an extra parameter. | Robert Brady | 2000-11-12 | 1 | -4/+10 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -9/+5 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -32/+32 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -27/+26 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -99/+114 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -16/+18 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -3/+7 |
* | Implement num_marked_dates, and don't emit mutiple day_selected signals on | GMT 2000 Tony Gale | 2000-02-26 | 1 | -9/+15 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -0/+4 |