]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-06  Robert Roebling Applied patch which allows you to detach a stream
2006-09-06  Robert Roebling Applied 1215477, fixing a crash by properly removing
2006-09-06  Robert Roebling Mention wxGLCanvas change.
2006-09-06  Robert Roebling Commit Carsten Fuchs' patch for separating wxGLCanvas
2006-09-06  Vadim Zeitlinenable support for printf positional parameters by...
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-09-06  Robin Dunnadd more properties
2006-09-06  Robin DunnAdded wx.lib.dragscroller from Riaan Booysen.
2006-09-06  Paul Cornettdon't return negative size from GetPageRect
2006-09-06  Paul Cornettdon't set negative size in wxSizerItem::SetDimension
2006-09-05  Vadim Zeitlindocument GetStrings() (patch 1552225)
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-09-05  Vadim Zeitlinpickers code cleanup (patch 1552220)
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-05  Vadim Zeitlinadded a couple of base classes
2006-09-05  Włodzimierz... WinCE build fixes.
2006-09-05  Włodzimierz... Tinderbox/PCH build fix.
2006-09-05  Vadim Zeitlinwork around drag and drop freeze (bug 1080588)
2006-09-05  Václav Slavíkuse macros to completely remove wxLogTrace, wxLogDebug...
2006-09-05  Robin DunnSome properties for things with lists of items.
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Robin DunnChanges needed for new RTL methods, and also various...
2006-09-04  Michael WetherellTypo.
2006-09-04  Michael WetherellAdd HAVE_BOOLEAN and NEED_PBT_H.
2006-09-04  Julian SmartPrevents crashes caused by negative line count being...
2006-09-04  Włodzimierz... Build fix.
2006-09-04  Michael WetherellDocument __WINE__.
2006-09-04  Włodzimierz... Warning fix.
2006-09-04  Michael WetherellA better compile fix for Wine (which lacks pbt.h).
2006-09-04  Michael WetherellDefine HAVE_BOOLEAN when the Windows headers declare...
2006-09-04  Michael WetherellRevert the last commit since it doesn't work.
2006-09-04  Michael WetherellCompile fix for Wine.
2006-09-04  Michael WetherellMissing headers.
2006-09-04  Michael WetherellHacks for wine.
2006-09-04  Václav Slavíkremoved unneeded header
2006-09-04  Václav Slavíkbetter comment in wxSystemSettingsNative::GetColour
2006-09-04  Václav Slavíkfixed wxRegion::operator==
2006-09-04  Václav Slavíkcosmetic fixes
2006-09-04  Julian SmartFixed ISO-8859-11 mapping to code page under Windows
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-09-04  Vadim Zeitlinsmall cleanup, removed unused headers
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-09-04  Václav Slavíkreformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS to fit...
2006-09-04  Václav Slavíkremoved obsolete and incorrect comment
2006-09-04  Robert Roebling I forgot to commit this one.
2006-09-04  Jouk Jansen OpenVMS compile support update
2006-09-03  Robert Roebling Compilo.
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-03  Robert Roebling Added tests for run-time switch of venetian blind...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-09-03  Vadim Zeitlincall TIFF callbacks wxTIFFFooProc instead of _tiffFooPr...
2006-09-03  Vadim Zeitlinclose output stream when TIFFClose() is called
2006-09-02  Vadim Zeitlindon't convert title to current encoding if input encodi...
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robert Roebling Don't use wxWindows::DoGetClientSize() from
2006-09-02  Robin Dunnproperties fixes for Mac
2006-09-02  Kevin OllivierAdding TaskRunnerThread class, for threaded operations...
2006-09-02  Robin Dunncompile fixes for Python 2.5
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-09-02  Robin Dunnbump subrel number
2006-09-02  Robin DunnMove the language catalogs install directory on MSW...
2006-09-02  Kevin OllivierMake archive top level dirs match that of the archive...
2006-09-02  Robert Roebling Map iso8859-11 to codepage 874.
2006-09-02  Robert Roebling Forgot to commit.
2006-09-02  Robert Roebling Added native GTK+ sash drawing to wxAUI.
2006-09-01  Robin Dunnfixed typo
2006-09-01  Robin DunnAdd InsertProvider
2006-09-01  Vadim Zeitlinalways let GtkTextView have mouse release events to...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlinno changes, just remove comments which don't make sense...
2006-09-01  Vadim Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Began to move wxAUI docs to latex.
2006-09-01  Robert Roebling Correct sizing cursor.
2006-09-01  Robert Roebling Commit ODCombo delete selection fix.
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
2006-09-01  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_6==0
2006-09-01  Robert Roebling Commit Haakan Wiman's cdata XML patch.
2006-08-31  Vadim Zeitlindo send text changed event from SetValue(), it wasn...
2006-08-31  Włodzimierz... Include wx/module.h according to precompiled headers...
2006-08-31  Václav Slavíkfixed typo in previous commit
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-08-31  Robin Dunnsupress some unused parameter warnings
2006-08-31  Robin DunnAliases for [G|S]etCaretLineBack
2006-08-31  Robin DunnOnly use raw bitmap if it is available
2006-08-31  Włodzimierz... wx/image.h is listed in wx/wx.h and part of PCH support
2006-08-31  Julian SmartFixed compilo
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-08-30  Stefan NeisOnly support detection of "near the edge" coordinates...
2006-08-30  Robin DunnreSWIGged
2006-08-30  Stefan NeisFixed getting OS version information.
2006-08-30  Paul Cornettbuild fix
2006-08-30  Julian SmartDon't skip event if default processing has inserted...
next