| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+12 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+9 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+7 |
* | API doc updates. | Matthias Clasen | 2003-07-14 | 1 | -0/+4 |
* | Rename parameter target_list back to targets, to pacify gtk-doc. | Matthias Clasen | 2003-07-13 | 1 | -0/+4 |
* | Fix leaks of label_text, label_widget and icon_widget. (#117312, Christian | Soeren Sandmann | 2003-07-13 | 1 | -0/+6 |
* | new properties "horizontal-offset" and "vertical-offset" that determines | Soeren Sandmann | 2003-07-12 | 1 | -0/+10 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+7 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+11 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -1/+9 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+15 |
* | Use g_strfreev() to free mime_types. (#117219, Steve Chaplin) | Matthias Clasen | 2003-07-11 | 1 | -0/+5 |
* | gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.c | Owen Taylor | 2003-07-11 | 1 | -0/+15 |
* | make the path != NULL check a silent assert, so it follows the g_free() | Kristian Rietveld | 2003-07-11 | 1 | -0/+5 |
* | Add gtkcolorbutton.c and gtkfontbutton.c. | Matthias Clasen | 2003-07-11 | 1 | -0/+5 |
* | Fix memory access error. (#69436) | Morten Welinder | 2003-07-11 | 1 | -0/+5 |
* | (And of course it just had to go wrong. I forgot to commit ChangeLog) | Kristian Rietveld | 2003-07-11 | 1 | -0/+19 |
* | Merge from stable. | Kristian Rietveld | 2003-07-09 | 1 | -0/+13 |
* | Consider the text direction when sorting children. (#116540, Soeren | Matthias Clasen | 2003-07-08 | 1 | -0/+5 |
* | Change _gdk_x11_send_xevent_async() to | Owen Taylor | 2003-07-08 | 1 | -1/+10 |
* | Doc addition. (#116501, Doug Quale) | Matthias Clasen | 2003-07-08 | 1 | -0/+4 |
* | remove strange #define fix cut'n'paste error use instance private data use | Soeren Sandmann | 2003-07-08 | 1 | -0/+11 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -0/+11 |
* | remove correction on x when detail is "menuitem". With the new menu look | Soeren Sandmann | 2003-07-08 | 1 | -0/+34 |
* | fix a type check, (#116947, Krasimir Angelov) | Soeren Sandmann | 2003-07-08 | 1 | -0/+16 |
* | remove accidentally committed debugging spew | Soeren Sandmann | 2003-07-07 | 1 | -0/+16 |
* | gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use of | Owen Taylor | 2003-07-06 | 1 | -1/+9 |
* | Move default icon creation here, so that we have an icon at the start of | Owen Taylor | 2003-07-06 | 1 | -0/+7 |
* | better drawing of GtkMenuItem add notes about GtkMenu remove leftover | Soeren Sandmann | 2003-07-06 | 1 | -0/+6 |
* | add vertical_padding style property. | Soeren Sandmann | 2003-07-06 | 1 | -0/+22 |
* | Lookup all the atoms in the target list at once. | Owen Taylor | 2003-07-05 | 1 | -0/+48 |
* | Function to get a range of information about all the children of a window | Owen Taylor | 2003-07-05 | 1 | -0/+11 |
* | Add a function to XSendEvent() and call a calback on failure/success. | Owen Taylor | 2003-07-05 | 1 | -0/+9 |
* | Split toplevel-specific pieces of GdkWindowImplX11 into a separate | Owen Taylor | 2003-07-05 | 1 | -0/+6 |
* | Fix some leftover fields. | Owen Taylor | 2003-07-05 | 1 | -0/+5 |
* | Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap | Owen Taylor | 2003-07-05 | 1 | -0/+57 |
* | remove this accidentally committed file. | Soeren Sandmann | 2003-07-04 | 1 | -0/+7 |
* | new test for removing items | Soeren Sandmann | 2003-07-04 | 1 | -0/+16 |
* | We can calculate the width and height of the bounding rectangle only after | Tor Lillqvist | 2003-07-04 | 1 | -0/+9 |
* | Add gdk_string_to_compound_text_for_display. (#116537, Peter Zelezny) | Tor Lillqvist | 2003-07-03 | 1 | -0/+5 |
* | Insert cast to fix warning. Assign something to old_value to quiet gcc | Soeren Sandmann | 2003-07-03 | 1 | -0/+34 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 1 | -0/+40 |
* | Attach the style to the widget. | Owen Taylor | 2003-07-02 | 1 | -0/+5 |
* | Add new toolbar headers | Soeren Sandmann | 2003-07-02 | 1 | -12/+63 |
* | Improve docs. (116364, Morten Welinder) | Matthias Clasen | 2003-07-01 | 1 | -0/+2 |
* | Add a test for GtkFontButton and GtkColorButton. | Matthias Clasen | 2003-07-01 | 1 | -0/+3 |
* | Add color and font picker widgets. | Matthias Clasen | 2003-07-01 | 1 | -1/+8 |