]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2003-08-16 Kristian RietveldFix major bug in row ref handling, so the new combo...
2003-08-15 Danilo ŠeganUpdated Serbian translation.
2003-08-15 Owen TaylorImprove Cedilla handling - based on a patch from Gustav...
2003-08-15 Kristian RietveldMerged from stable.
2003-08-15 Kristian RietveldMerged from stable.
2003-08-15 Kristian Rietveld(Note: This is not exactly the same as the patch which...
2003-08-15 Owen TaylorFixes for X/Cygwin builds of GTK+ (#107623, Masahiro...
2003-08-14 Owen TaylorDon't reposition the cursor when we aren't trying to...
2003-08-14 Owen TaylorIf getting the current directory fails because of encod...
2003-08-13 Matthias ClasenImprove doc comment wording. (#119754, Doug Quale)
2003-08-13 Owen TaylorRemove usage of menu_shell->ignore leave which was...
2003-08-13 Owen TaylorFix some places that weren't properly Xinerama-ified.
2003-08-13 Owen Taylorconnect_after() to key-press-event on the entry, so...
2003-08-13 Anders CarlssonAdd an important column.
2003-08-12 Owen TaylorProtect against reentrancy from ::focus-out handlers...
2003-08-12 Owen TaylorRemove GDK_LOCK_MASK before calling gdk_keymap_translat...
2003-08-11 Raymond PennersMenu colors
2003-08-11 Matthias ClasenReformat to 80 columns.
2003-08-11 Matthias ClasenReformat all my entries to 80 columns.
2003-08-11 Owen TaylorAdd missing break statements (#119494, Soeren Sandmann)
2003-08-11 Owen TaylorMark parent public as well; it's extensively accessed...
2003-08-10 Matthias Clasen Add support for EWMH "Above" and "Below" window states...
2003-08-10 Matthias ClasenCopy newer versions of JH_CHECK_XML_CATALOG and JH_PATH...
2003-08-09 Matthias ClasenMark some members as public. Document public GtkWidget...
2003-08-09 Noah LevittElaborate a bit more in the docs on GdkFilterFunc and...
2003-08-08 Matthias ClasenAdd DND support to GtkCalendar. The selected date is...
2003-08-08 Matthias ClasenGet the information about the first day of the week...
2003-08-08 Matthias ClasenComplete the RTL flipping support for GtkCalendar,...
2003-08-08 Matthias ClasenAdd and hook in gtk_calendar_scroll, to let the mouse...
2003-08-08 Matthias ClasenFix a segfault. (#115284, Jan Kratochvil)
2003-08-08 Tor LillqvistPrint also the root coordinates for events that have...
2003-08-07 Matthias ClasenHide the resize grip when maximized or fullscreen.
2003-08-07 Tor Lillqvistgdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter...
2003-08-07 Matthias ClasenReset the toplevel->have_* flags before iterating over...
2003-08-07 Owen TaylorFix a bug where on theme change, resize/redraw wasn...
2003-08-07 Owen TaylorRemove leftover page_num variable (Archit Baweja)
2003-08-07 Matthias ClasenUse g_strtod() to cope with C libraries with crippled...
2003-08-07 Hans Breuerfinally use TrackMouseEvent (only if the new window...
2003-08-07 Guntupalli... Updated Hindi translation
2003-08-07 Tor Lillqvistgdk/gdk.def Add missing function, trivially implement.
2003-08-06 Matthias ClasenDon't cut descenders when rendering. (#118646, Charles...
2003-08-06 Hans Breuerinitialize bits to 0 (probably default on NT)
2003-08-06 Hans Breuerinitialize bits to 0 (probably default on NT)
2003-08-06 Hans Breuernow it works as intended ;-)
2003-08-06 Raymond PennersProgress bars
2003-08-05 Hans Breuerset HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
2003-08-05 Raymond PennersText entry
2003-08-05 Raymond PennersLots of changes
2003-08-05 Matthias ClasenAdd a "Hypertext" demo.
2003-08-05 Matthias ClasenAdd bug number.
2003-08-05 Owen TaylorAdd a missing break. (#119156, Callum McKenzie)
2003-08-04 Soeren SandmannNew positioning algorithm.(#116649)
2003-08-04 Soeren Sandmannadd new "is_important" property
2003-08-04 Owen TaylorFix problem where use_xshm was getting set wrong if...
2003-08-04 Tor Lillqvist2003-08-04 Tor Lillqvist <tml@iki.fi
2003-08-03 Matthias ClasenClarify misleading explanation of rowstride. (#119000)
2003-08-03 Matthias ClasenImprove wording of the docs, avoid the term "virtual...
2003-08-02 Matthias ClasenUse g_setenv() instead of putenv().
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2003-08-02 Sajith VKThe mass commit
2003-08-02 Matthias ClasenAccept drops with the wrong format, since the KDE color...
2003-08-02 Tor LillqvistFix gdk/win32 window geometry handling again. The windo...
2003-08-01 Owen TaylorAlways return an absolute path (#115590), fix a problem...
2003-08-01 Owen TaylorFix obvious reallocation bug in rarely or never hit...
2003-08-01 Owen TaylorIf the check for missing depths, try actually creating...
2003-08-01 Owen TaylorPatch from Denis Mikhalkin to forward KeyRelease events...
2003-08-01 Owen Taylorg_set_prgname("<unknown>") if argc is 0 as well, instea...
2003-08-01 Richard AllenAdded is translation (Not complete yet)
2003-07-31 Soeren Sandmannmake show_arrow default to TRUE; ignore the property...
2003-07-31 Matthias ClasenRename parameter pixbuf to icon, to pacify gtk-doc.
2003-07-31 Matthias ClasenFix formatting of drag-motion example.
2003-07-31 Soeren Sandmannadd padding to subclasses of GtkToolItem
2003-07-31 Soeren Sandmannremove unused overflow_item field.
2003-07-30 Soeren Sandmannmake _gtk_tool_item_toolbar_reconfigured() an internal...
2003-07-30 Soeren Sandmannswap icon_widget and label arguments to match BonoboUIT...
2003-07-29 Matthias ClasenSome updates to the DND signal docs.
2003-07-29 Tor LillqvistFix for #108007, #112402, #117042: There was confusion...
2003-07-29 Soeren SandmannMove documentation inline from template files.
2003-07-29 Sven NeumannResurrected documentation that got lost when the window...
2003-07-28 Soeren SandmannCommit autogenerated changes, so patches will make...
2003-07-28 Yuri SyrotaUpdated ukrainian translation
2003-07-27 Tor LillqvistOn Win9x, the keyboard state returned by GetKeyboardSta...
2003-07-27 Matthias ClasenFix function name in warning message. (#118156, Tim...
2003-07-27 Matthias Clasenis-expander and is-expanded are boolean properties...
2003-07-27 Sajith VKok
2003-07-26 Soeren Sandmanndon't request toggle_space when the image width is 0.
2003-07-26 Tor Lillqvistgdk/win32/gdkprivate-win32.h New flags _gdk_input_local...
2003-07-25 Matthias ClasenDocument DND signals.
2003-07-25 Yuri SyrotaUpdated Ukrainian translation
2003-07-24 Matthias ClasenMake the "Input Methods" insensitive when editing isn...
2003-07-24 Frédéric CrozatDon't use deprecated gdk-pixbuf code.
2003-07-23 Matthias ClasenPreserve the aspect ratio. (#118145, Owen Taylor)
2003-07-23 Owen TaylorReturn parent path for dummy paths.
2003-07-23 Owen TaylorMove ChangeLog entry here
2003-07-23 Owen TaylorAdd over-big test case for preview (much of size from...
2003-07-23 Matthias ClasenClose loader before unref'ing it. (#118146, Owen Taylor)
2003-07-23 Matthias ClasenMake the hue spinbutton wrap. (#118097, John Darrington)
2003-07-23 Matthias ClasenMention Xnest as a way to debug GTK+ apps.
2003-07-23 Owen TaylorFile filter objects.
2003-07-22 Jonathan Blandforduse XDG_DATA_HOME instead of XDG_CONFIG_HOME.
next