| Commit message (Expand) | Author | Age | Files | Lines |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -0/+71 |
* | initialize anchor_path to NULL. | Manish Singh | 2002-11-20 | 1 | -0/+7 |
* | Add a dummy widget and pass it as first argument to the various create | Matthias Clasen | 2002-11-19 | 1 | -0/+8 |
* | use gdk_drawable_get_size instead of gdk_window_get_size. Fixes #98957. | Manish Singh | 2002-11-19 | 1 | -0/+6 |
* | new file describing the release process. | Kristian Rietveld | 2002-11-18 | 1 | -0/+6 |
* | Clean up a bit of duplicated code. | Owen Taylor | 2002-11-18 | 1 | -0/+5 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 1 | -0/+30 |
* | Sort the list of Input Modules by name, keeping Default at top. | Abigail Brady | 2002-11-18 | 1 | -0/+5 |
* | Oops, forgot ChangeLog | Manish Singh | 2002-11-17 | 1 | -0/+66 |
* | remove bogus gvalue initialization/freeing. | Jonathan Blandford | 2002-11-17 | 1 | -0/+5 |
* | Add missing entries, needed by gtk. | Tor Lillqvist | 2002-11-16 | 1 | -2/+32 |
* | Allow g_object_set to work with GtkSettings. | Jonathan Blandford | 2002-11-16 | 1 | -0/+4 |
* | Reflect recent renamings and removals of functions. | Tor Lillqvist | 2002-11-16 | 1 | -0/+93 |
* | Fix display/window typo. (#98511, Soeren Sandmann) | Owen Taylor | 2002-11-14 | 1 | -0/+5 |
* | Try a different hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-14 | 1 | -0/+7 |
* | get rid of deprecated gdk_rgb_gc_set_foreground usage in favor of | Manish Singh | 2002-11-14 | 1 | -0/+5 |
* | Monitor the screen of the attach widget continually, rather than only | Owen Taylor | 2002-11-14 | 1 | -0/+9 |
* | Change so that updates of selection don't take effect immediately, but | Owen Taylor | 2002-11-14 | 1 | -0/+29 |
* | add gdk_display_get_devices to fix compilation | Eric Warmenhoven | 2002-11-13 | 1 | -0/+5 |
* | Fix warning. | Owen Taylor | 2002-11-13 | 1 | -0/+8 |
* | Add a const here. | Matthias Clasen | 2002-11-13 | 1 | -0/+9 |
* | Fix #90661: add im_info->im switch at the top of setup_im() and | Hidetoshi Tajima | 2002-11-13 | 1 | -0/+8 |
* | When clicking on a non-active tab, focus the first widget in the tab, not | Owen Taylor | 2002-11-13 | 1 | -0/+13 |
* | ue Nov 12 17:10:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-11-13 | 1 | -0/+8 |
* | - comment out check_inconsistent_aa_bits[]. | Soeren Sandmann | 2002-11-13 | 1 | -0/+15 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 1 | -0/+175 |
* | Make multihead aware (#80283) | Owen Taylor | 2002-11-12 | 1 | -0/+4 |
* | Add _gtk_window_unset_focus_and_default(), use to clear the focus and | Owen Taylor | 2002-11-12 | 1 | -0/+18 |
* | Do not return when menu_shell->ignore_enter is TRUE. | Soeren Sandmann | 2002-11-12 | 1 | -0/+5 |
* | Don't start a drag on double click. (#98189) Also test moving. | Matthias Clasen | 2002-11-10 | 1 | -0/+9 |
* | Don't return after calling gtk_menu_handle_scrolling() when | Soeren Sandmann | 2002-11-10 | 1 | -0/+6 |
* | gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator) | Soeren Sandmann | 2002-11-10 | 1 | -0/+15 |
* | Fix a typo which broke moveresize emulation. | Matthias Clasen | 2002-11-10 | 1 | -0/+5 |
* | Block button presses/releases over the scroll arrows to avoid popping down | Owen Taylor | 2002-11-09 | 1 | -0/+17 |
* | Use the correct struct offset for the screen_changed signal. | Anders Carlsson | 2002-11-09 | 1 | -0/+5 |
* | Depend on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. (#97096, Jeff | Owen Taylor | 2002-11-09 | 1 | -0/+6 |
* | Draw grips in all edges. | Matthias Clasen | 2002-11-08 | 1 | -0/+2 |
* | Reformulate doc comments to work around gtk-doc limitations. | Matthias Clasen | 2002-11-08 | 1 | -0/+7 |
* | Add in a awful hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-08 | 1 | -0/+6 |
* | Access window->screen through a function so we can provide an informative | Owen Taylor | 2002-11-08 | 1 | -0/+7 |
* | RTL flipping for check menu items. | Matthias Clasen | 2002-11-08 | 1 | -0/+4 |
* | Put into #ifdef DO_BLINK to avoid an unused static function. (#97965) | Matthias Clasen | 2002-11-08 | 1 | -0/+20 |
* | Use g_get_application_name() instead of g_get_prgname() as the default | Owen Taylor | 2002-11-08 | 1 | -0/+15 |
* | Improve drawing of RTL submenu indicators. | Matthias Clasen | 2002-11-08 | 1 | -0/+3 |
* | Fix drawing of RTL optionmenus by flipping the indicator_spacing. | Matthias Clasen | 2002-11-08 | 1 | -0/+5 |
* | add testmenus.c, a program to test menus when items are dynamically added | Soeren Sandmann | 2002-11-08 | 1 | -0/+5 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -0/+37 |
* | fix compilation | Eric Warmenhoven | 2002-11-08 | 1 | -0/+6 |
* | Note that get_pango_context() is not "until death does us part", but | Owen Taylor | 2002-11-08 | 1 | -0/+12 |
* | Escape invalid filename before printing it out, since it isn't a valid | Owen Taylor | 2002-11-07 | 1 | -0/+6 |