]> Pileus Git - ~andy/gtk/history - gtk
Don't recalculate the acceleration label in an idle handler.
[~andy/gtk] / gtk /
2002-12-14 Soeren SandmannDon't recalculate the acceleration label in an idle...
2002-12-14 Owen TaylorHandle the case where the pointer isn't on the same...
2002-12-14 Owen Taylorgdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provi...
2002-12-14 Owen TaylorIf the screen for the menu changes while the menu is...
2002-12-14 Owen TaylorHandle the case where the pointer is moved between...
2002-12-14 Owen TaylorChange the Escape key binding to only close if the...
2002-12-13 Owen TaylorUse g_utf8_collate_key() to sort in human-friendly...
2002-12-13 Owen TaylorSystem fnmatch wasn't going to be UTF-8 clean, neither...
2002-12-13 Owen TaylorConst warning fix.
2002-12-13 Owen TaylorInclude "." and ".." in the list of entries; they are...
2002-12-12 Owen TaylorIntercept events of type GDK_SETTING before we check...
2002-12-12 Owen TaylorAdd C-u/C-h/C-w. (#72245)
2002-12-12 Owen TaylorSkip insensitive widgets. (#84061)
2002-12-12 Soeren Sandmannreturn TRUE when button 3 is pressed, fixes #78324.
2002-12-12 Owen TaylorTurn off DEBUG_VALIDATION_AND_SCROLLING that got turned...
2002-12-11 Owen Taylorversion 2.1.4, interface age 1.
2002-12-10 Matthias ClasenDelete EWMH properties if no private->state flags are...
2002-12-10 Matthias Clasen Data constness fixes. (#75754)
2002-12-10 Owen TaylorFix typo with hadjustment/vadjustment introduce prior...
2002-12-10 Soeren Sandmannnew default color scheme based on the GNOME stock icon...
2002-12-10 Kristian Rietveldx can be in the range [0, upper], which can be bigger...
2002-12-10 Owen TaylorRemove a couple of places if (widget->window), this...
2002-12-10 Kristian Rietveldimplement a working use_align = FALSE implementation...
2002-12-10 Owen TaylorRemove unused draw_spin_entry_shadow(). (#80229)
2002-12-09 Owen TaylorRemove unnecessary leftover check that was causing...
2002-12-08 Owen TaylorRemove left-over NULL checks that were preventing the...
2002-12-08 Matthias ClasenReset priv->changing before returning. (#100443)
2002-12-06 Owen TaylorUse the correct screen for getting the height. (Fix...
2002-12-04 Owen TaylorAlways look up and create the Motif drag window as...
2002-12-04 Christian NeumairFixed typo in gtkcellrendertoggle.c.
2002-12-04 Owen TaylorAdd back the monitoring of the selection when the combo...
2002-12-03 Matthias ClasenRTL flipping for statusbars.
2002-12-03 Anders CarlssonFix doc comment.
2002-12-02 Murray CummingDeclare gtk_tree_row_reference_get_type(). It is alread...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-26 Daniel ElstnerFix nasty typo (#99653): strlen (original + 1) -> strle...
2002-11-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-11-26 Soeren Sandmanndon't offset one pixel when calculating the x position...
2002-11-25 Soeren Sandmanndraw text twice, once with the prelight state and clipp...
2002-11-25 Owen TaylorFix missing adjustments for new type of
2002-11-25 Soeren SandmannStyle improvements that I forgot about in last commit.
2002-11-25 Soeren SandmannBreak this function into simpler functions: gtk_progres...
2002-11-25 Owen TaylorRemove code to grab the focus here, it is no longer...
2002-11-21 Matthias ClasenAdd a note about reflexive ancestry. (#99085, Frederic...
2002-11-21 Matthias ClasenFix doc comment typos. (#97432, Vitaly Tishkov)
2002-11-21 Matthias ClasenFix doc comment typos. (#98158, Vitaly Tishkov)
2002-11-21 Matthias ClasenFix doc comment typos. (#98480, Vitaly Tishkov)
2002-11-20 Kristian Rietveldreturn a value in the range of [-1, 1] instead [0, 1],
2002-11-20 Manish Singhadd -DGTK_DISABLE_DEPRECATED. #undef it at the top...
2002-11-20 Manish Singhinitialize anchor_path to NULL.
2002-11-19 Manish Singhuse gdk_drawable_get_size instead of gdk_window_get_siz...
2002-11-18 Owen TaylorClean up a bit of duplicated code.
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-11-18 Abigail BradySort the list of Input Modules by name, keeping Default...
2002-11-17 Manish Singhadd -DGDK_DISABLE_DEPRECATED
2002-11-17 Jonathan Blandfordremove bogus gvalue initialization/freeing.
2002-11-16 Tor LillqvistRemove obsolete entries.
2002-11-16 Jonathan BlandfordAllow g_object_set to work with GtkSettings.
2002-11-14 Manish Singhget rid of deprecated gdk_rgb_gc_set_foreground usage...
2002-11-14 Owen TaylorMonitor the screen of the attach widget continually...
2002-11-14 Owen TaylorChange so that updates of selection don't take effect...
2002-11-13 Owen TaylorFix warning.
2002-11-13 Matthias ClasenAdd a const here.
2002-11-13 Owen TaylorWhen clicking on a non-active tab, focus the first...
2002-11-13 Owen Taylorue Nov 12 17:10:10 2002 Owen Taylor <otaylor@redhat...
2002-11-13 Soeren Sandmann- comment out check_inconsistent_aa_bits[].
2002-11-12 Owen TaylorMake multihead aware (#80283)
2002-11-12 Owen TaylorAdd _gtk_window_unset_focus_and_default(), use to clear...
2002-11-12 Soeren SandmannDo not return when menu_shell->ignore_enter is TRUE.
2002-11-10 Matthias ClasenDon't start a drag on double click. (#98189) Also test...
2002-11-10 Soeren SandmannDon't return after calling gtk_menu_handle_scrolling...
2002-11-10 Soeren Sandmanngtk/gtkradiobutton.c (gtk_radio_button_draw_indicator)
2002-11-09 Owen TaylorBlock button presses/releases over the scroll arrows...
2002-11-09 Anders CarlssonUse the correct struct offset for the screen_changed...
2002-11-08 Owen TaylorAccess window->screen through a function so we can...
2002-11-08 Matthias ClasenRTL flipping for check menu items.
2002-11-08 Matthias ClasenPut into #ifdef DO_BLINK to avoid an unused static...
2002-11-08 Matthias ClasenImprove drawing of RTL submenu indicators.
2002-11-08 Matthias ClasenFix drawing of RTL optionmenus by flipping the indicato...
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-11-08 Owen TaylorNote that get_pango_context() is not "until death does...
2002-11-07 Owen TaylorEscape invalid filename before printing it out, since...
2002-11-07 Owen TaylorDon't try to use render if we can't get a picture for...
2002-11-07 Owen TaylorIf called when fontsel->face is NULL, just return ...
2002-11-07 Owen TaylorUse '_' not '-' in signal name to be consistent with...
2002-11-07 Anders CarlssonCheck for NULL children, #97913.
2002-11-07 Owen TaylorAdd a snap_edge_set property to deal with the fact...
2002-11-07 Owen TaylorAdd ::screen-changed signal.
2002-11-03 Kristian RietveldBah, and of course I broke something ...
2002-11-03 Owen TaylorRemove check for winsock.h since it might show up on...
2002-11-03 Kristian Rietveldtook out the useless check for refs->list (#97353,...
2002-11-02 Kristian Rietveldremove the second ref command on the child_model, we...
2002-11-02 Matthias ClasenAutomatic RTL flipping for handleboxes.
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-11-02 Owen TaylorAdd a mnemonic to the "selection" label. (More of ...
2002-11-02 Matthias ClasenAutomatic RTL flipping for some more widgets.
2002-10-31 Owen TaylorFix from Nam SungHyun for crashes when tooltips->active...
2002-10-31 Owen TaylorAdd a --screen option for setting the default screen...
2002-10-31 Padraig O'BriainMove g_free() call to before return.
2002-10-29 Matthias Clasensmall doc fixes.
next