summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* This fixes a scrolling bug. Shouldn't cause problems, but you never knowKristian Rietveld2002-10-271-23/+26
* Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.Soeren Sandmann2002-10-251-3/+3
* Always switch to the page with the focused tab label. (#82108, MattOwen Taylor2002-10-251-0/+3
* Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)Owen Taylor2002-10-251-0/+3
* Don't insert mnemonics for stock items (#72918, reported by MikaelOwen Taylor2002-10-251-37/+55
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-251-1/+8
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-251-3/+49
* New GtkPaned keyboard navigation. (Shift-)F8 now cycles the availableSoeren Sandmann2002-10-252-71/+184
* s/NULL/0/ on the g_signal_emit lines to fix up yesterdays commit (reportedKristian Rietveld2002-10-231-5/+5
* When popping up the list without any selected items, hack the focus on theOwen Taylor2002-10-231-0/+21
* Another feature to create truly ugly TreeViews!: style properties for theKristian Rietveld2002-10-224-66/+246
* Multihead safety fixes, handle displays being closed. (#81651, based onOwen Taylor2002-10-222-5/+61
* Fix handling of getting the default style/icon size from the correctOwen Taylor2002-10-221-14/+32