| Commit message (Expand) | Author | Age | Files | Lines |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -0/+37 |
* | fix compilation | Eric Warmenhoven | 2002-11-08 | 1 | -0/+6 |
* | Note that get_pango_context() is not "until death does us part", but | Owen Taylor | 2002-11-08 | 1 | -0/+12 |
* | Escape invalid filename before printing it out, since it isn't a valid | Owen Taylor | 2002-11-07 | 1 | -0/+6 |
* | Don't try to use render if we can't get a picture for the drawable. (Fixes | Owen Taylor | 2002-11-07 | 1 | -0/+12 |
* | Fix misplaced display_grab()/display_ungrab(); they shouldn't have been | Owen Taylor | 2002-11-07 | 1 | -0/+5 |
* | Use g_return_val_if_fail in this non-void function. (gdk_init_check): | Matthias Clasen | 2002-11-07 | 1 | -0/+6 |
* | If called when fontsel->face is NULL, just return "Sans 10". (#82745, | Owen Taylor | 2002-11-07 | 1 | -0/+6 |
* | Use '_' not '-' in signal name to be consistent with what we do elsewhere | Owen Taylor | 2002-11-07 | 1 | -0/+6 |
* | Use g_date_strftime(), fixing #74745. (Alper Ersoy) | Owen Taylor | 2002-11-07 | 1 | -0/+5 |
* | Check for NULL children, #97913. | Anders Carlsson | 2002-11-07 | 1 | -0/+6 |
* | Add a snap_edge_set property to deal with the fact that we have an unset | Owen Taylor | 2002-11-07 | 1 | -0/+7 |
* | Add ::screen-changed signal. | Owen Taylor | 2002-11-07 | 1 | -0/+8 |
* | Add resize grips test. | Anders Carlsson | 2002-11-07 | 1 | -0/+4 |
* | Bah, and of course I broke something ... | Kristian Rietveld | 2002-11-03 | 1 | -0/+8 |
* | Remove check for winsock.h since it might show up on Linux+Wine. Instead | Owen Taylor | 2002-11-03 | 1 | -0/+7 |
* | took out the useless check for refs->list (#97353, reported by Morten | Kristian Rietveld | 2002-11-03 | 1 | -0/+8 |
* | remove the second ref command on the child_model, we only have to ref it | Kristian Rietveld | 2002-11-02 | 1 | -0/+6 |
* | Automatic RTL flipping for handleboxes. | Matthias Clasen | 2002-11-02 | 1 | -0/+11 |
* | === Released 2.1.2 ===GTK_2_1_2 | Owen Taylor | 2002-11-02 | 1 | -0/+6 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -0/+27 |
* | Add a mnemonic to the "selection" label. (More of #74267) | Owen Taylor | 2002-11-02 | 1 | -0/+9 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -0/+42 |
* | More doc comments moved inline. | Matthias Clasen | 2002-11-01 | 1 | -0/+7 |
* | Fix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL. | Owen Taylor | 2002-10-31 | 1 | -0/+26 |
* | Move g_free() call to before return. | Padraig O'Briain | 2002-10-31 | 1 | -0/+5 |
* | Adjust for current gtk-engines. | Matthias Clasen | 2002-10-29 | 1 | -0/+2 |
* | doc comment fixes. | Matthias Clasen | 2002-10-29 | 1 | -0/+8 |
* | small doc fixes. | Matthias Clasen | 2002-10-29 | 1 | -0/+10 |
* | Change NAVIGATION_REGION_OVERSHOOT back to 50, and create stay-up regions | Soeren Sandmann | 2002-10-29 | 1 | -0/+6 |
* | Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't | Tor Lillqvist | 2002-10-28 | 1 | -0/+10 |
* | Added Belorusian (be) to ALL_LINGUAS | Dmitry Mastrukov | 2002-10-28 | 1 | -0/+4 |
* | This fixes a scrolling bug. Shouldn't cause problems, but you never know | Kristian Rietveld | 2002-10-27 | 1 | -0/+11 |
* | minor cleanups, remove refs to gtk_menu_append | GMT 2002 Tony Gale | 2002-10-27 | 1 | -0/+7 |
* | Change NAVIGATION_REGION_OVERSHOOT from 50 to 5. | Soeren Sandmann | 2002-10-25 | 1 | -0/+4 |
* | Always switch to the page with the focused tab label. (#82108, Matt | Owen Taylor | 2002-10-25 | 1 | -0/+6 |
* | Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.) | Owen Taylor | 2002-10-25 | 1 | -0/+6 |
* | Don't insert mnemonics for stock items (#72918, reported by Mikael | Owen Taylor | 2002-10-25 | 1 | -0/+5 |
* | Fix sensitivity of file operation buttons and buttons inside fileop | Owen Taylor | 2002-10-25 | 1 | -6/+12 |
* | New GtkPaned keyboard navigation. (Shift-)F8 now cycles the available | Soeren Sandmann | 2002-10-25 | 1 | -0/+6 |
* | Warn if loading <ImageItem> image fails. | Owen Taylor | 2002-10-25 | 1 | -0/+8 |
* | Fix doc comment. | Matthias Clasen | 2002-10-25 | 1 | -0/+6 |
* | More API docs moved inline. | Matthias Clasen | 2002-10-24 | 1 | -17/+5 |
* | Documentation updates. | Matthias Clasen | 2002-10-23 | 1 | -0/+20 |
* | Remove redundant doc comments. | Matthias Clasen | 2002-10-23 | 1 | -1/+28 |
* | s/NULL/0/ on the g_signal_emit lines to fix up yesterdays commit (reported | Kristian Rietveld | 2002-10-23 | 1 | -0/+5 |
* | When popping up the list without any selected items, hack the focus on the | Owen Taylor | 2002-10-23 | 1 | -0/+13 |
* | Another feature to create truly ugly TreeViews!: style properties for the | Kristian Rietveld | 2002-10-22 | 1 | -0/+38 |
* | Gdk API doc updates. | Matthias Clasen | 2002-10-22 | 1 | -0/+37 |
* | Multihead safety fixes, handle displays being closed. (#81651, based on | Owen Taylor | 2002-10-22 | 1 | -0/+9 |