| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up a bit of duplicated code. | Owen Taylor | 2002-11-18 | 1 | -5/+2 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 7 | -136/+532 |
* | Sort the list of Input Modules by name, keeping Default at top. | Abigail Brady | 2002-11-18 | 1 | -0/+10 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 10 | -12/+22 |
* | remove bogus gvalue initialization/freeing. | Jonathan Blandford | 2002-11-17 | 1 | -12/+0 |
* | Remove obsolete entries. | Tor Lillqvist | 2002-11-16 | 1 | -4/+0 |
* | Allow g_object_set to work with GtkSettings. | Jonathan Blandford | 2002-11-16 | 1 | -12/+38 |
* | get rid of deprecated gdk_rgb_gc_set_foreground usage in favor of | Manish Singh | 2002-11-14 | 1 | -5/+25 |
* | Monitor the screen of the attach widget continually, rather than only | Owen Taylor | 2002-11-14 | 1 | -22/+39 |
* | Change so that updates of selection don't take effect immediately, but | Owen Taylor | 2002-11-14 | 3 | -61/+79 |
* | Fix warning. | Owen Taylor | 2002-11-13 | 1 | -10/+41 |
* | Add a const here. | Matthias Clasen | 2002-11-13 | 4 | -25/+25 |
* | When clicking on a non-active tab, focus the first widget in the tab, not | Owen Taylor | 2002-11-13 | 1 | -62/+11 |
* | ue Nov 12 17:10:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-11-13 | 1 | -12/+46 |
* | - comment out check_inconsistent_aa_bits[]. | Soeren Sandmann | 2002-11-13 | 1 | -48/+92 |
* | Make multihead aware (#80283) | Owen Taylor | 2002-11-12 | 1 | -143/+220 |
* | Add _gtk_window_unset_focus_and_default(), use to clear the focus and | Owen Taylor | 2002-11-12 | 4 | -39/+70 |
* | Do not return when menu_shell->ignore_enter is TRUE. | Soeren Sandmann | 2002-11-12 | 1 | -4/+2 |
* | Don't start a drag on double click. (#98189) Also test moving. | Matthias Clasen | 2002-11-10 | 1 | -1/+2 |
* | Don't return after calling gtk_menu_handle_scrolling() when | Soeren Sandmann | 2002-11-10 | 1 | -7/+4 |
* | gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator) | Soeren Sandmann | 2002-11-10 | 3 | -2/+5 |
* | Block button presses/releases over the scroll arrows to avoid popping down | Owen Taylor | 2002-11-09 | 1 | -14/+75 |
* | Use the correct struct offset for the screen_changed signal. | Anders Carlsson | 2002-11-09 | 1 | -1/+1 |
* | Access window->screen through a function so we can provide an informative | Owen Taylor | 2002-11-08 | 1 | -18/+43 |
* | RTL flipping for check menu items. | Matthias Clasen | 2002-11-08 | 1 | -2/+7 |
* | Put into #ifdef DO_BLINK to avoid an unused static function. (#97965) | Matthias Clasen | 2002-11-08 | 4 | -97/+17 |
* | Improve drawing of RTL submenu indicators. | Matthias Clasen | 2002-11-08 | 1 | -2/+3 |
* | Fix drawing of RTL optionmenus by flipping the indicator_spacing. | Matthias Clasen | 2002-11-08 | 1 | -1/+1 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 23 | -75/+75 |
* | Note that get_pango_context() is not "until death does us part", but | Owen Taylor | 2002-11-08 | 1 | -12/+25 |
* | Escape invalid filename before printing it out, since it isn't a valid | Owen Taylor | 2002-11-07 | 1 | -1/+3 |
* | Don't try to use render if we can't get a picture for the drawable. (Fixes | Owen Taylor | 2002-11-07 | 1 | -12/+27 |
* | If called when fontsel->face is NULL, just return "Sans 10". (#82745, | Owen Taylor | 2002-11-07 | 1 | -2/+9 |
* | Use '_' not '-' in signal name to be consistent with what we do elsewhere | Owen Taylor | 2002-11-07 | 1 | -1/+1 |
* | Check for NULL children, #97913. | Anders Carlsson | 2002-11-07 | 2 | -6/+10 |
* | Add a snap_edge_set property to deal with the fact that we have an unset | Owen Taylor | 2002-11-07 | 1 | -2/+24 |
* | Add ::screen-changed signal. | Owen Taylor | 2002-11-07 | 6 | -83/+124 |
* | Bah, and of course I broke something ... | Kristian Rietveld | 2002-11-03 | 1 | -7/+8 |
* | Remove check for winsock.h since it might show up on Linux+Wine. Instead | Owen Taylor | 2002-11-03 | 1 | -1/+1 |
* | took out the useless check for refs->list (#97353, reported by Morten | Kristian Rietveld | 2002-11-03 | 2 | -4/+1 |
* | remove the second ref command on the child_model, we only have to ref it | Kristian Rietveld | 2002-11-02 | 1 | -1/+0 |
* | Automatic RTL flipping for handleboxes. | Matthias Clasen | 2002-11-02 | 1 | -30/+87 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 5 | -5/+35 |
* | Add a mnemonic to the "selection" label. (More of #74267) | Owen Taylor | 2002-11-02 | 1 | -4/+23 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 14 | -103/+492 |
* | Fix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL. | Owen Taylor | 2002-10-31 | 1 | -1/+2 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -13/+1 |
* | Move g_free() call to before return. | Padraig O'Briain | 2002-10-31 | 1 | -8/+11 |
* | small doc fixes. | Matthias Clasen | 2002-10-29 | 4 | -6/+6 |
* | Change NAVIGATION_REGION_OVERSHOOT back to 50, and create stay-up regions | Soeren Sandmann | 2002-10-29 | 1 | -8/+55 |