| Commit message (Expand) | Author | Age | Files | Lines |
* | Fill in unused bits so they can be used for the depth-32 target case. | Owen Taylor | 2005-05-09 | 15 | -33/+559 |
* | Revert accidental commit | Matthias Clasen | 2005-05-09 | 4 | -12/+13 |
* | Fix a typo (#303473, Masao Mutoh) | Matthias Clasen | 2005-05-09 | 2 | -1/+6 |
* | Additions | Matthias Clasen | 2005-05-08 | 6 | -5/+34 |
* | Add keyname-table.h | Matthias Clasen | 2005-05-08 | 10 | -19/+84 |
* | Small documentation additions. | Matthias Clasen | 2005-05-08 | 9 | -25/+45 |
* | Forgotten fix. | Matthias Clasen | 2005-05-08 | 1 | -6/+8 |
* | Change the return type to GtkWidget*, proposed by Owen Taylor. | Matthias Clasen | 2005-05-08 | 5 | -4/+19 |
* | Fix a reference. (#303403, Masao Mutoh) | Matthias Clasen | 2005-05-08 | 2 | -1/+6 |
* | Fix typos in the docs. (#303389, Masao Mutoh) | Matthias Clasen | 2005-05-08 | 4 | -2/+20 |
* | Fix a copy-and-paste accident | Matthias Clasen | 2005-05-08 | 4 | -11/+16 |
* | Get the foreground color, not the background color. | Owen Taylor | 2005-05-07 | 4 | -1/+16 |
* | Change prototype to match cairo_set_source_surface(). | Owen Taylor | 2005-05-07 | 10 | -102/+80 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-05-06 | 5 | -5/+47 |
* | Always initialize child-visible to FALSE, otherwise we may end up with the | Matthias Clasen | 2005-05-06 | 5 | -5/+52 |
* | Updated Czech translation. | Miloslav Trmac | 2005-05-06 | 2 | -91/+106 |
* | Test DND. | Matthias Clasen | 2005-05-06 | 9 | -146/+1662 |
* | Small cleanups. | Matthias Clasen | 2005-05-06 | 5 | -16/+13 |
* | Another one | Matthias Clasen | 2005-05-06 | 1 | -1/+1 |
* | typo fix | Matthias Clasen | 2005-05-06 | 4 | -19/+34 |
* | Fix a typo | Matthias Clasen | 2005-05-05 | 2 | -1/+9 |
* | Fixed calendar:MY | Nguyen Thai Ngoc Duy | 2005-05-05 | 2 | -1/+5 |
* | Minor wording fix | Owen Taylor | 2005-05-05 | 3 | -12/+12 |
* | Fix a bug in focus tracking when we move between has_pointer_focus and | Owen Taylor | 2005-05-05 | 6 | -26/+275 |
* | Replace cairo_show_surface() uses with | Søren Sandmann | 2005-05-04 | 4 | -3/+21 |
* | Forgotten file | Matthias Clasen | 2005-05-04 | 1 | -3/+3 |
* | gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixes | Tor Lillqvist | 2005-05-04 | 5 | -10/+37 |
* | Updated Canadian English translation. | Adam Weinberger | 2005-05-04 | 2 | -154/+166 |
* | Avoid getting the interface struct twice in the same function. (#300513, | Matthias Clasen | 2005-05-04 | 5 | -10/+15 |
* | Avoid getting the interface struct twice in the same function. (#300513, | Matthias Clasen | 2005-05-03 | 3 | -0/+9 |
* | Add gtk_dialog_get_response_for_widget. Add new scrolled window getters. | Matthias Clasen | 2005-05-03 | 2 | -0/+3 |
* | Add getters for the scrollbars. (#167181, Billy Biggs) | Matthias Clasen | 2005-05-03 | 6 | -3/+59 |
* | *** empty log message *** | Matthias Clasen | 2005-05-03 | 1 | -1/+1 |
* | Add gtk_dialog_get_response_for_widget. | Matthias Clasen | 2005-05-03 | 2 | -0/+5 |
* | Make this function public. (#170748, Morten Welinder) | Matthias Clasen | 2005-05-03 | 6 | -3/+40 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-05-03 | 5 | -23/+124 |
* | Add a draw-border style property to allow themes to draw outside the | Owen Taylor | 2005-05-02 | 20 | -736/+1018 |
* | Add new icon view functions. | Matthias Clasen | 2005-05-02 | 2 | -0/+5 |
* | Test cell renderers. | Matthias Clasen | 2005-05-02 | 7 | -638/+2038 |
* | Return a sufficient width for cases where pango_layout_get_pixel_extents() | Matthias Clasen | 2005-05-02 | 4 | -7/+18 |
* | Fix the build | Matthias Clasen | 2005-05-02 | 1 | -1/+1 |
* | Doc fixups | Matthias Clasen | 2005-05-02 | 6 | -72/+53 |
* | Remove nonexisting functions. | Matthias Clasen | 2005-05-02 | 2 | -2/+4 |
* | Fix up the docs a bit. | Matthias Clasen | 2005-05-02 | 4 | -6/+21 |
* | Forgotten file | Matthias Clasen | 2005-05-02 | 2 | -13/+4 |
* | Forgotten Changelog | Matthias Clasen | 2005-05-02 | 1 | -0/+3 |
* | return silently if "gtk_initialized" is TRUE. Re-enables calling GTK's | Michael Natterer | 2005-05-02 | 4 | -0/+24 |
* | Translation updated by Ivar Smolin. | Priit Laes | 2005-05-02 | 2 | -466/+410 |
* | Propagate the event to unanchored children in the text window. (#302494, | Matthias Clasen | 2005-05-02 | 4 | -2/+22 |
* | Take multi-monitor offset into account. (#302525) | Tor Lillqvist | 2005-04-30 | 4 | -2/+17 |