]> Pileus Git - ~andy/gtk/history - ChangeLog.pre-2-2
Fix highlighting of selection wrt. to empty lines. (#90435, #90582)
[~andy/gtk] / ChangeLog.pre-2-2
2002-12-25 Matthias ClasenFix highlighting of selection wrt. to empty lines....
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 Tor LillqvistMove the code that sets the window style and extended...
2002-12-21 Matthias ClasenNew static function to set the background of all windows.
2002-12-21 Havoc Penningtonfix the documentation
2002-12-21 Owen Taylor=== Released 2.2.0 ===
2002-12-20 Sven Neumann*** empty log message ***
2002-12-19 Owen TaylorCall the filters on the window where the event is recei...
2002-12-19 Kristian Rietveldthe rand variable should be static to avoid conflicts...
2002-12-18 Matthias ClasenAdd docs.
2002-12-18 Owen TaylorVarious name fixes.
2002-12-17 Owen Taylor=== Released 2.1.5 ===
2002-12-17 Owen TaylorDon't use AC_CHECK_LIB() when checking for FreeType...
2002-12-17 Owen TaylorCall gtk_entry_set_position_internal() that takes a...
2002-12-17 Tor LillqvistImplement two missing functions (#101369)
2002-12-17 Matthias ClasenFix a few doc comments. Link to style properties.
2002-12-17 Tor LillqvistMinor cosmetics.
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 TaylorAdd a missed bug number
2002-12-15 Owen TaylorHard-code GTK_BINARY_VERSION=2.2.0 for now; should...
2002-12-15 Owen TaylorPass TRUE for search_sensitive - prevents a problem...
2002-12-15 Owen TaylorFix a bug with checking the private flag on the wrong...
2002-12-15 Owen TaylorDon't call status_window_set_text() if the status windo...
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 TaylorComitting missed ChangeLog from earlier commit..
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 Owen TaylorRemove unneeded bits of AM_GTK_GNU_TEXT macros.
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-12 Owen Taylor=== Released GTK+-2.1.4 ===
2002-12-11 Tor Lillqvistgdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap...
2002-12-11 Owen Taylorversion 2.1.4, interface age 1.
2002-12-10 PST 2002 Manish... gdk_x11_get_xatom_by_name_for_display takes a GdkDispla...
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 TaylorSeparate out tracking of the X server focus window...
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 selection for DeviceButtonRelease, we no longer...
2002-12-09 Kristian Rietveldupdate to allow a GdkDrawable instead of a GdkWindow.
2002-12-09 Owen TaylorRemove unnecessary leftover check that was causing...
2002-12-09 Peteris Krisjanis2002-12-09 Artis Trops <hornet@navigator.lv> * config...
2002-12-09 Owen TaylorFix a bug in one of my earlier changes. (From Naofumi...
2002-12-09 Owen TaylorFix spacing in a bunch of for (i=0; i<ncolors; i++).
2002-12-09 Owen TaylorFix a lost refcount in the case where we get a duplicat...
2002-12-09 Owen TaylorWhen allocating non-writeable colors, fill in the flags...
2002-12-09 Owen TaylorMore fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
2002-12-09 Owen TaylorFixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
2002-12-09 Tor LillqvistMerge from stable:
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-07 GMT 2002 Tony Galeminor fixes
2002-12-07 Owen TaylorUse octal escapes rather than literal UTF-8.
2002-12-06 Owen TaylorFix incorrect masks in PACKED_COLOR definition. (#99795...
2002-12-06 Owen TaylorUse the correct screen for getting the height. (Fix...
2002-12-06 Eric WarmenhovenFix gdkenumtypes.h hack
2002-12-06 Matthias ClasenAdd "Since" information.
2002-12-05 Eric WarmenhovenMore proper vt switch handling
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 Owen TaylorFix wrong sign for queued translation. (Found by Chris...
2002-12-03 Matthias Clasen Moveresize emulation for all edges. (#52833)
2002-12-03 Matthias ClasenRTL flipping for statusbars.
2002-12-03 Anders CarlssonFix doc comment.
2002-12-03 Owen Taylor=== Released GTK+-2.1.3 ===
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 Hidetoshi TajimaFix #99593: Fix a memory leak when XmbLookupString...
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 GMT 2002 Tony Galecreate split package files
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 TaylorFixes from #98358, Havoc Pennington.
2002-11-25 Owen TaylorFix missing adjustments for new type of
2002-11-25 Tor LillqvistEnclose in #ifdef G_ENABLE_DEBUG, as they use functions...
next