]> Pileus Git - ~andy/gtk/history - gtk
add a file documenting some of the text widget internals
[~andy/gtk] / gtk /
2003-01-02 Matthias ClasenDocument that it may return NULL. (#102069)
2002-12-31 Matthias Clasen#ifdef out test cases.
2002-12-27 Matthias ClasenFix the fix for #75694.
2002-12-27 Matthias ClasenPlace the cursor at drop point. (#72384) (gtk_text_view...
2002-12-25 Matthias ClasenFix highlighting of selection wrt. to empty lines....
2002-12-25 Matthias ClasenForgotten commit, already ChangeLogged.
2002-12-24 Matthias ClasenLet the user action span the insertion and the deletion...
2002-12-23 Matthias ClasenDon't call gtk_text_iter_backward_sentence_start()...
2002-12-22 Matthias ClasenDon't add attributes with empty ranges. (fixes #101564...
2002-12-21 Matthias ClasenNew static function to set the background of all windows.
2002-12-21 Havoc Penningtonfix the documentation
2002-12-19 Kristian Rietveldthe rand variable should be static to avoid conflicts...
2002-12-18 Matthias ClasenAdd docs.
2002-12-17 Owen Taylor=== Released 2.1.5 ===
2002-12-17 Owen TaylorCall gtk_entry_set_position_internal() that takes a...
2002-12-17 Matthias ClasenFix a few doc comments. Link to style properties.
2002-12-16 Owen TaylorGet rid of incorrect calls to g_value_init(). (#100669...
2002-12-16 Soeren SandmannImplement Owen's susggestion from #80764. Fixes #101314.
2002-12-16 Owen TaylorSome fixes for modal hint setting based on a patch...
2002-12-15 Owen TaylorPass TRUE for search_sensitive - prevents a problem...
2002-12-15 Matthias ClasenUse g_printf instead of system printf. (#99327)
2002-12-15 Matthias ClasenAdd docs.
2002-12-14 Matthias ClasenMade Xinerama-aware. (#85711)
2002-12-14 Owen TaylorAdd a new binding signal, "move_scroll", and use it...
2002-12-14 Chema Celoriominor coding style fix.
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...
next