summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-041-4/+12
* Fixed typo in gtkcellrendertoggle.c.Christian Neumair2002-12-041-1/+1
* Add back the monitoring of the selection when the combo isn't popped down;Owen Taylor2002-12-041-0/+13
* RTL flipping for statusbars.Matthias Clasen2002-12-031-4/+26
* Fix doc comment.Anders Carlsson2002-12-031-2/+1
* Declare gtk_tree_row_reference_get_type(). It is already used by a macroMurray Cumming2002-12-021-0/+1
* Document 2.2 API additions.Matthias Clasen2002-11-2819-2/+111
* Fix nasty typo (#99653): strlen (original + 1) -> strlen (original) + 1Daniel Elstner2002-11-261-1/+1
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-2613-81/+227
* don't offset one pixel when calculating the x position of the text.Soeren Sandmann2002-11-261-3/+3
* draw text twice, once with the prelight state and clipped to the progressSoeren Sandmann2002-11-251-28/+73
* Fix missing adjustments for new type ofOwen Taylor2002-11-251-7/+8
* Style improvements that I forgot about in last commit.Soeren Sandmann2002-11-251-7/+7
* Break this function into simpler functions: gtk_progress_bar_paint_text(),Soeren Sandmann2002-11-251-255/+203
* Remove code to grab the focus here, it is no longer needed since we focusOwen Taylor2002-11-251-6/+1
* Add a note about reflexive ancestry. (#99085, Frederic Lespez)Matthias Clasen2002-11-211-2/+3
* Fix doc comment typos. (#97432, Vitaly Tishkov)Matthias Clasen2002-11-211-7/+7
* Fix doc comment typos. (#98158, Vitaly Tishkov)Matthias Clasen2002-11-211-1/+1
* Fix doc comment typos. (#98480, Vitaly Tishkov)Matthias Clasen2002-11-211-2/+2
* return a value in the range of [-1, 1] instead [0, 1],Kristian Rietveld2002-11-203-11/+38
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-2028-279/+450
* initialize anchor_path to NULL.Manish Singh2002-11-201-1/+1
* use gdk_drawable_get_size instead of gdk_window_get_size. Fixes #98957.Manish Singh2002-11-191-1/+1
* Clean up a bit of duplicated code.Owen Taylor2002-11-181-5/+2
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-187-136/+532
* Sort the list of Input Modules by name, keeping Default at top.Abigail Brady2002-11-181-0/+10
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-1710-12/+22
* remove bogus gvalue initialization/freeing.Jonathan Blandford2002-11-171-12/+0
* Remove obsolete entries.Tor Lillqvist2002-11-161-4/+0
* Allow g_object_set to work with GtkSettings.Jonathan Blandford2002-11-161-12/+38
* get rid of deprecated gdk_rgb_gc_set_foreground usage in favor ofManish Singh2002-11-141-5/+25
* Monitor the screen of the attach widget continually, rather than onlyOwen Taylor2002-11-141-22/+39
* Change so that updates of selection don't take effect immediately, butOwen Taylor2002-11-143-61/+79
* Fix warning.Owen Taylor2002-11-131-10/+41
* Add a const here.Matthias Clasen2002-11-134-25/+25
* When clicking on a non-active tab, focus the first widget in the tab, notOwen Taylor2002-11-131-62/+11
* ue Nov 12 17:10:10 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-11-131-12/+46
* - comment out check_inconsistent_aa_bits[].Soeren Sandmann2002-11-131-48/+92
* Make multihead aware (#80283)Owen Taylor2002-11-121-143/+220
* Add _gtk_window_unset_focus_and_default(), use to clear the focus andOwen Taylor2002-11-124-39/+70
* Do not return when menu_shell->ignore_enter is TRUE.Soeren Sandmann2002-11-121-4/+2
* Don't start a drag on double click. (#98189) Also test moving.Matthias Clasen2002-11-101-1/+2
* Don't return after calling gtk_menu_handle_scrolling() whenSoeren Sandmann2002-11-101-7/+4
* gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator)Soeren Sandmann2002-11-103-2/+5
* Block button presses/releases over the scroll arrows to avoid popping downOwen Taylor2002-11-091-14/+75
* Use the correct struct offset for the screen_changed signal.Anders Carlsson2002-11-091-1/+1
* Access window->screen through a function so we can provide an informativeOwen Taylor2002-11-081-18/+43
* RTL flipping for check menu items.Matthias Clasen2002-11-081-2/+7
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-084-97/+17
* Improve drawing of RTL submenu indicators.Matthias Clasen2002-11-081-2/+3