]> Pileus Git - ~andy/gtk/history - gtk
Fix up the freetype checking logic. Suppress suprious "no" with
[~andy/gtk] / gtk /
2002-03-06 Owen TaylorWhen setting the focus to NULL, clear the existing...
2002-03-05 Jonathan Blandfordremove sizing == AUTOSIZE check. Update docs.
2002-03-05 Owen TaylorDon't create ->font_entry, ->font_style_entry at all...
2002-03-05 Jonathan Blandforddoc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov...
2002-03-05 Matthias ClasenFix docs.
2002-03-05 Owen TaylorUpdate version to 2.0.0
2002-03-05 Havoc Penningtondon't assign yoffset here, just let it get updated...
2002-03-05 Owen TaylorDon't use this same functions as idle callbacks and...
2002-03-04 Owen TaylorFix memory leak. (#73370, Paolo Maggi).
2002-03-04 Owen TaylorFix docs in terms of what out of range @page_num does...
2002-03-04 Owen TaylorFix to properly take the default window into account...
2002-03-04 Hans Breuerdon't build gtk.defs anymore
2002-03-03 Tor LillqvistRemove obsolete Win32-only declaration of
2002-03-03 Owen TaylorBack out changes to propagate keys to parent menu shell...
2002-03-03 Owen TaylorWhen increasing the row or column requisitions to make...
2002-03-03 Owen TaylorCentralize lookup and caching of cursor GC's here.
2002-03-03 Soeren Sandmannchange offset of cursor corner of navigation region...
2002-03-03 Kristian Rietveldmove edit ifs above _set_cursor code, don't collapse...
2002-03-03 Owen TaylorWhen in split cursor mode, always add the cursor as...
2002-03-03 Owen Tayloradd missing dependency of objects on gtkmarshalers.h.
2002-03-03 Hans Breuermake rewrite_event_for_window() static gtk_rc_clear_rea...
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-03-03 Owen TaylorFixes for uninstalled operation with module suffixes...
2002-03-03 Owen TaylorHandle NO_WINDOW widgets with windows that are children...
2002-03-03 Owen TaylorAdd a note to the docs about how to use this in the...
2002-03-02 Owen TaylorAdd a --enable-explicit-deps option to control whether...
2002-03-02 Owen TaylorDon't do special focus handling if draw_indicator is...
2002-03-02 Owen TaylorClamp @max parameter passed in to [0, MAX_SIZE], improv...
2002-03-02 Owen TaylorRobustify tracking of pointer grab window.
2002-03-02 Owen TaylorDefault to --disable-gtk-doc (avoid Jade breakage)...
2002-03-02 Owen TaylorSwitch style of stamp file usage.
2002-03-02 Tim Janikfix typo.
2002-03-01 Kristian Rietveldset first_cell to FALSE after first iteration
2002-03-01 Tor LillqvistRemove unneeded Win32 stuff inside #ifdef G_OS_WIN32...
2002-03-01 Owen TaylorInitialize the scrollbar spacing variable in the class...
2002-03-01 Owen TaylorDon't delete forward across line boundaries when in...
2002-03-01 Owen TaylorFix signed-unsigned error that was accidentally causing...
2002-03-01 Alexey Malyshevgtk+/gtk/gtkitemfactory.c fixed a little type in docs for
2002-03-01 Owen TaylorReally make it work for paths with underline accelerato...
2002-03-01 Havoc Penningtonfree the tab array for custom tabs, reported by Paolo...
2002-03-01 Owen Taylorinclude gdkkeysysms.h if compiling gdk_keyval_convert_case.
2002-02-28 Darin AdlerAdd missing NULL check.
2002-02-27 Owen TaylorAllow focus-change events to be sent to unrealized...
2002-02-27 Owen TaylorSplit big VARIABLES variable that was causing overlong...
2002-02-27 Owen TaylorMark <Control>, <Shift>, <Release>, <Alt> for translation.
2002-02-27 Owen Taylorif CAN_FOCUS reserve focus_line_width + focus_line_pad...
2002-02-27 Soeren Sandmannminor code cleanup
2002-02-27 Owen TaylorDon't reserve space for border when the shadow type...
2002-02-27 Owen TaylorGo back to old style of drawing children over the bevel...
2002-02-27 Owen TaylorRegister all stock icons "unscaled" so that we don...
2002-02-27 Hans Breuernew file
2002-02-27 Owen TaylorAfter computing the clamped value, actually set it...
2002-02-27 Owen TaylorClean up the code so < 0 == end wasn't just a side...
2002-02-27 Owen TaylorRemove these files from CVS so we more-or-less current...
2002-02-27 Owen TaylorCall gtk_combo_set_popdown_strings() in case the combo...
2002-02-27 Owen TaylorSwitch control-home/end and home/end with the idea...
2002-02-27 Owen TaylorChain up before drawing the scale values so that the...
2002-02-27 Owen Taylorue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat...
2002-02-26 Owen TaylorAppend mnemonics rather than prepending them so that...
2002-02-26 Soeren SandmannDraw arrows better (without extra baseline)
2002-02-26 Owen TaylorDisplay any "g_unicode_isgraph()" char literally, not...
2002-02-26 Owen TaylorDon't to focus insensitive widgets. (#68203)
2002-02-26 Owen TaylorEmit ::color_changed every time we notify current_color...
2002-02-26 Owen Tayloruse the cursor position _after_ deleting the text as...
2002-02-26 Vitaly Tishkovgtk/gtktreemodel.c misprints in documentation for
2002-02-26 Kristian Rietveldtake into account that a path from a rowref can be...
2002-02-26 Owen TaylorFix double free.
2002-02-26 Owen TaylorHandle a keyval of 0, by returning an empty list. ...
2002-02-26 Richard HultFix #72586. Silently accept empty tree. (gtk_tree_view_...
2002-02-26 Tor LillqvistA couple of name changes.
2002-02-26 Owen TaylorFix double set of bindings for page-up/down. (#72605...
2002-02-26 Owen TaylorSet the keyboard-mode flag before popping up the toolti...
2002-02-25 Kristian Rietveldcall _gtk_tree_view_column_cell_set_dirty when visible...
2002-02-25 Havoc Penningtonadd dx/dy to child allocation, don't subtract them...
2002-02-25 Havoc Penningtonchange to pass in the cursor direction always, not...
2002-02-25 Havoc Penningtonparent_class variable was GtkObjectClass instead of...
2002-02-25 Owen TaylorFix off-by-one error. (Pointed out by Anders Carlsson)
2002-02-25 Kristian Rietveldfree iter before going to done
2002-02-24 Owen TaylorTake border width into account.
2002-02-24 Owen TaylorSanity check default font family name and size.
2002-02-24 Jonathan Blandfordat Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redha...
2002-02-24 Jonathan Blandfordchange new_root to new_first to avoid confusion.
2002-02-24 Owen Taylorgtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard...
2002-02-24 Tor LillqvistMove inclusion of <windows.h> before inclusion of ...
2002-02-24 Owen TaylorImplement accelerator propagation using a custom XEMBED...
2002-02-24 Havoc Penningtonchange gravity of start/end marks so that text added...
2002-02-24 Jonathan BlandfordDidn't refind node when it was NULL. Bug found by Tor...
2002-02-23 Anders CarlssonAlpha-pad icons so they get the correct size.
2002-02-23 Owen TaylorPatch from Matthias Clasen to remove some excessive...
2002-02-23 Anders CarlssonRegister 16x16 versions of most icons.
2002-02-23 Jonathan Blandforddelay scrolling until we try to draw the window.
2002-02-23 Tor LillqvistAdd missing gtk_file_selection_get_select_multiple...
2002-02-23 Owen TaylorMake button draw depressed whenever the user clicks...
2002-02-23 Owen TaylorMassive padding addition to class structures.
2002-02-23 Owen TaylorApplied patch from Thomas Leonard to make stepper click...
2002-02-23 Jody Goldberglower case the key_val. (gtk_accel_group_connect_by_pat...
2002-02-23 Jonathan BlandfordDocumented undocumented functions.
2002-02-23 Jonathan BlandfordDocumented undocumented functions.
2002-02-23 Kristian Rietveldhonor min_width and max_width while resizing columns...
2002-02-23 Owen TaylorPatch from Matthias Clasen (#54488)
next