summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Actively monitor the screen of the parent. (#80281)Owen Taylor2002-10-222-1/+16
* Reset the layout, since it holds a reference to the font on a particularOwen Taylor2002-10-221-0/+2
* Include config.h (#96441, Morten Welinder)Owen Taylor2002-10-221-0/+2
* When compiling our on fnmatch.c, #define fnmatch _gtk_fnmatch (#92890,Owen Taylor2002-10-221-0/+6
* It is called GtkStatusbar, not GtkStatusBar. This was changed accidentallyMatthias Clasen2002-10-221-2/+2
* Return "" for entry->invisible_char == 0, otherwise N copies ofOwen Taylor2002-10-211-39/+64
* gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,Soeren Sandmann2002-10-205-87/+222
* Add a scrollbar_spacing style property (#81396, based on a patch fromOwen Taylor2002-10-201-2/+21
* Reset use_text_format to %TRUE for a %NULL text string. (#94157, onceOwen Taylor2002-10-181-2/+5
* Fix use of uninitialized variable.Owen Taylor2002-10-182-15/+30
* fix compiler warningsHavoc Pennington2002-10-171-3/+1
* fix typo to make it compileSoeren Sandmann2002-10-171-1/+1
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-172-24/+131
* Make the widgets work reasonably when they don't have children -- draw theOwen Taylor2002-10-172-16/+17