summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix drawing of RTL optionmenus by flipping the indicator_spacing.Matthias Clasen2002-11-081-1/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-0823-75/+75
* Note that get_pango_context() is not "until death does us part", butOwen Taylor2002-11-081-12/+25
* Escape invalid filename before printing it out, since it isn't a validOwen Taylor2002-11-071-1/+3
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-12/+27
* If called when fontsel->face is NULL, just return "Sans 10". (#82745,Owen Taylor2002-11-071-2/+9
* Use '_' not '-' in signal name to be consistent with what we do elsewhereOwen Taylor2002-11-071-1/+1
* Check for NULL children, #97913.Anders Carlsson2002-11-072-6/+10
* Add a snap_edge_set property to deal with the fact that we have an unsetOwen Taylor2002-11-071-2/+24
* Add ::screen-changed signal.Owen Taylor2002-11-076-83/+124
* Bah, and of course I broke something ...Kristian Rietveld2002-11-031-7/+8
* Remove check for winsock.h since it might show up on Linux+Wine. InsteadOwen Taylor2002-11-031-1/+1
* took out the useless check for refs->list (#97353, reported by MortenKristian Rietveld2002-11-032-4/+1
* remove the second ref command on the child_model, we only have to ref itKristian Rietveld2002-11-021-1/+0
* Automatic RTL flipping for handleboxes.Matthias Clasen2002-11-021-30/+87
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-025-5/+35
* Add a mnemonic to the "selection" label. (More of #74267)Owen Taylor2002-11-021-4/+23
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-0214-103/+492
* Fix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL.Owen Taylor2002-10-311-1/+2
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-13/+1
* Move g_free() call to before return.Padraig O'Briain2002-10-311-8/+11
* small doc fixes.Matthias Clasen2002-10-294-6/+6
* Change NAVIGATION_REGION_OVERSHOOT back to 50, and create stay-up regionsSoeren Sandmann2002-10-291-8/+55