Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iconview: Port to Cairo rendering | Benjamin Otte | 2010-09-26 | 1 | -75/+78 |
| | |||||
* | cellview: Port to Cairo rendering | Benjamin Otte | 2010-09-26 | 1 | -11/+16 |
| | |||||
* | API: Add gtk_cell_renderer_render_cairo() | Benjamin Otte | 2010-09-26 | 2 | -5/+54 |
| | | | | It's like gtk_cell_renderer_render(), just cooler. | ||||
* | API: Change cellrenderer->render vfunc to take a cairo_t | Benjamin Otte | 2010-09-26 | 7 | -148/+136 |
| | | | | Also constify the rectangle arguments. They were const anyway. | ||||
* | testview: Convert _gtk_text_util_create_rich_drag_icon() to use surfaces | Benjamin Otte | 2010-09-26 | 3 | -25/+25 |
| | |||||
* | textview: API: change gtk_text_layout_draw() to take a cairo_t | Benjamin Otte | 2010-09-26 | 4 | -63/+33 |
| | | | | This simplifies the API a lot and allows more magic to happen later. | ||||
* | API: Add gtk_cairo_draw_insertion_cursor() | Benjamin Otte | 2010-09-26 | 3 | -8/+38 |
| | | | | | | | For now just add it instead of replacing the current function. In the end, this one should probably be renamed to gtk_draw_insertion_cursor() and the current gtk_draw_insertion_cursor() should die. | ||||
* | text: Make _gtk_text_util_create_drag_icon() return a surface | Benjamin Otte | 2010-09-26 | 4 | -34/+28 |
| | | | | And change its callers to handle it that way. | ||||
* | API: Add gtk_drag_set_icon_surface() | Benjamin Otte | 2010-09-26 | 3 | -10/+138 |
| | | | | The function is supposed to replace gtk_drag_set_icon_pixmap(). | ||||
* | menu: set tearoff background using new background API | Benjamin Otte | 2010-09-26 | 1 | -8/+12 |
| | |||||
* | Use gdk_window_set_background_pattern() to set parent-relative bakground | Benjamin Otte | 2010-09-26 | 2 | -2/+1 |
| | |||||
* | iconview: No need to set background | Benjamin Otte | 2010-09-26 | 1 | -1/+0 |
| | |||||
* | style: Rewrite background handling to use cairo_pattern_t | Benjamin Otte | 2010-09-26 | 2 | -58/+57 |
| | |||||
* | trayicon: Use new gdk_window_set_background_pattern() API | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | gtk: Remove calls that try to set GDK_NO_BG on their windows | Benjamin Otte | 2010-09-26 | 5 | -15/+0 |
| | | | | These calls aren't necessary anymore. | ||||
* | widget: shape_combine_mask => shape_cobine_region | Benjamin Otte | 2010-09-26 | 4 | -89/+64 |
| | | | | | | | | | | | Replace gtk_widget_shape_combine_region() with gtk_widget_shape_combine_mask() and gtk_widget_input_shape_combine_region() with gtk_widget_input_shape_combine_mask(). As GdkBitmap is going away, and the region equivalents already exist, this seems like pretty much the default step to take. Includes code to fix up the users. | ||||
* | treeview: Port to gdk_window_shape_combine_region() | Benjamin Otte | 2010-09-26 | 1 | -27/+29 |
| | | | | | gdk_window_shape_combine_mask() is going away. It's using a GdkPixmap and falls back to gdk_window_shape_combine_region() anyway. | ||||
* | colorsel: Use gdk_cursor_new_from_pixbuf() to create the cursor | Benjamin Otte | 2010-09-26 | 1 | -61/+51 |
| | | | | gdk_cursor_new_from_pixmap() is about to die. | ||||
* | window: Remove call to gdk_window_set_icon() | Benjamin Otte | 2010-09-26 | 1 | -184/+0 |
| | | | | | | Also remove all the functions taking care of it. This is now handled by the X11 backend directly. And the other backends ignored this function anyway. | ||||
* | style: Convert draw_spinner vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -26/+73 |
| | |||||
* | style: Convert draw_resize_grip vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -28/+71 |
| | | | | | Includes removal of now unused draw_simple_image_no_cairo() function from pixbuf engine. | ||||
* | style: Convert draw_layout vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -29/+69 |
| | |||||
* | style: Convert draw_expander vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -27/+74 |
| | |||||
* | style: Convert draw_handle vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -34/+82 |
| | |||||
* | style: Convert draw_slider vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -30/+89 |
| | |||||
* | style: Convert draw_focus vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -30/+73 |
| | |||||
* | style: Convert draw_extension vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -33/+81 |
| | |||||
* | style: Convert draw_box_gap vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -37/+90 |
| | | | | | Includes removal of now unused draw_gap_image_no_cairo() function from pixbuf theme engine. | ||||
* | style: Convert draw_shadow_gap vfunc to a Cairo version | Benjamin Otte | 2010-09-26 | 2 | -34/+91 |
| | |||||
* | style: Convert draw_tab vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -30/+73 |
| | |||||
* | style: Convert draw_option vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -28/+73 |
| | |||||
* | style: Convert draw_check vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -28/+73 |
| | |||||
* | style: Convert draw_flat_box vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -36/+80 |
| | |||||
* | style: Convert draw_shadow vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -160/+325 |
| | |||||
* | style: Convert draw_vline vfunc to a Cairo version | Benjamin Otte | 2010-09-26 | 2 | -28/+66 |
| | |||||
* | style: Convert draw_hline vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 2 | -28/+82 |
| | |||||
* | API: change gtk_style_apply_default_background() | Benjamin Otte | 2010-09-26 | 2 | -109/+79 |
| | | | | | It now takes a cr to apply the default background to. And it no longer takes a set_bg parameter | ||||
* | notebook: Fix compilation warnings | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
| | | | | A quark is not a pointer. | ||||
* | menu: Remove unused variable | Benjamin Otte | 2010-09-26 | 1 | -2/+0 |
| | |||||
* | Nuke the 'Types' section from the docs | Matthias Clasen | 2010-09-24 | 1 | -9/+0 |
| | |||||
* | GtkOffscreenWindow: shorten doc title | Matthias Clasen | 2010-09-24 | 1 | -7/+6 |
| | |||||
* | GtkScale: Remove links from doc section title | Matthias Clasen | 2010-09-24 | 1 | -4/+4 |
| | |||||
* | GtkMenu: Add a destroy notify to gtk_menu_popup_for_device | Matthias Clasen | 2010-09-24 | 2 | -32/+51 |
| | | | | | | | This is necessary so language bindings can use gtk_menu_popup_for_device() as a 'full' variant of gtk_menu_popup(). http://bugzilla.gnome.org/show_bug.cgi?id=623664 | ||||
* | Update docs of GtkAboutDialog and GtkLinkButton | Matthias Clasen | 2010-09-24 | 2 | -31/+30 |
| | | | | | Remove references to global hooks from the docs. Also move remaining docs inline, and remove the templates. | ||||
* | DND: don't use uninitialized memory | Matthias Clasen | 2010-09-24 | 1 | -60/+55 |
| | | | | | | | | The dest_x/y members of GtkDragDestInfo were not initialized. At the same time, switch some of the small temporary structs to g_slice allocation. https://bugzilla.gnome.org/show_bug.cgi?id=630532 | ||||
* | GtkAboutDialog: correct a since tag | Matthias Clasen | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | gtkeditable: move documentation to inline comments | Christian Dywan | 2010-09-24 | 1 | -0/+44 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617316 | ||||
* | introspection: Fix typo in annotation | Florian Müllner | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | GtkAboutDialog: escape mail addresses | Matthias Clasen | 2010-09-24 | 1 | -2/+10 |
| | | | | This got lost when converting to the ::activate-link signal. | ||||
* | Another since tag | Matthias Clasen | 2010-09-24 | 1 | -0/+2 |
| |