| Commit message (Expand) | Author | Age | Files | Lines |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -1/+50 |
* | Fix #99593: Fix a memory leak when XmbLookupString returns XBufferOverflow | Hidetoshi Tajima | 2002-11-26 | 1 | -0/+7 |
* | Fix nasty typo (#99653): strlen (original + 1) -> strlen (original) + 1 | Daniel Elstner | 2002-11-26 | 1 | -0/+5 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -0/+71 |
* | create split package files | GMT 2002 Tony Gale | 2002-11-26 | 1 | -0/+5 |
* | don't offset one pixel when calculating the x position of the text. | Soeren Sandmann | 2002-11-26 | 1 | -0/+5 |
* | draw text twice, once with the prelight state and clipped to the progress | Soeren Sandmann | 2002-11-25 | 1 | -0/+8 |
* | Fixes from #98358, Havoc Pennington. | Owen Taylor | 2002-11-25 | 1 | -0/+21 |
* | Fix missing adjustments for new type of | Owen Taylor | 2002-11-25 | 1 | -0/+12 |
* | Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only available | Tor Lillqvist | 2002-11-25 | 1 | -0/+8 |
* | Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, Gregory | Owen Taylor | 2002-11-25 | 1 | -0/+5 |
* | Fix the ftp download url. | Matthias Clasen | 2002-11-25 | 1 | -0/+4 |
* | Style improvements that I forgot about in last commit. | Soeren Sandmann | 2002-11-25 | 1 | -0/+5 |
* | Break this function into simpler functions: gtk_progress_bar_paint_text(), | Soeren Sandmann | 2002-11-25 | 1 | -0/+8 |
* | Remove code to grab the focus here, it is no longer needed since we focus | Owen Taylor | 2002-11-25 | 1 | -0/+7 |
* | Merge from stable: | Tor Lillqvist | 2002-11-24 | 1 | -0/+55 |
* | Remove period from title of example in docs. | Matthias Clasen | 2002-11-23 | 1 | -0/+5 |
* | replace gtk-doc version check with an all-sh version that works better, | 15:43:54 2002 Dan Mills | 2002-11-21 | 1 | -0/+6 |
* | Add package version info to API docs. | Matthias Clasen | 2002-11-21 | 1 | -0/+2 |
* | Add a note about reflexive ancestry. (#99085, Frederic Lespez) | Matthias Clasen | 2002-11-21 | 1 | -0/+3 |
* | Numerous fixes to the calendar example. (#97956, Owen Taylor) | Matthias Clasen | 2002-11-21 | 1 | -0/+4 |
* | Fix doc comment typos. (#97432, Vitaly Tishkov) | Matthias Clasen | 2002-11-21 | 1 | -0/+3 |
* | Fix doc comment typos. (#98158, Vitaly Tishkov) | Matthias Clasen | 2002-11-21 | 1 | -0/+3 |
* | Fix doc comment typos. (#98480, Vitaly Tishkov) | Matthias Clasen | 2002-11-21 | 1 | -0/+5 |
* | small tweaks. | Kristian Rietveld | 2002-11-20 | 1 | -0/+4 |
* | return a value in the range of [-1, 1] instead [0, 1], | Kristian Rietveld | 2002-11-20 | 1 | -0/+29 |
* | 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 |