wxWidgets.git
2004-11-22  Julian SmartLicence line
2004-11-22  Julian SmartLicence for Lacheck unclear, so removing from CVS
2004-11-22  David ElliottSet m_minWidth, m_minHeight so that GetBestSize() works...
2004-11-22  Julian SmartAdded missing licence line
2004-11-22  Julian SmartLicence correction
2004-11-22  Julian SmartFixed licence lines
2004-11-22  David ElliottDo not move the wxMDIParentFrame to (-10000,-10000...
2004-11-22  David ElliottFix centering of top-level children of wxMDIParentFrame...
2004-11-22  Julian SmartAdded wxWindows licence to match other files
2004-11-22  Julian SmartAdded accidentally omitted license to match source...
2004-11-22  Julian SmartDoesn't conform to license conditions, so removing
2004-11-22  Julian SmartRemoved unnecessary files
2004-11-22  Włodzimierz... GCC fixes.
2004-11-22  Włodzimierz... GCC fixes.
2004-11-22  Włodzimierz... Warning fixes.
2004-11-22  Vadim Zeitlin(blind) fix for GTK2/Unicode crashes when copying text...
2004-11-22  Ryan Nortonguess to get initial font selection working on OSX...
2004-11-22  Kevin HockAt least under GTK2, we do not need m_widget->window...
2004-11-22  Julian SmartNote about copy ctor
2004-11-22  Vadim Zeitlincompilation fix for USE_PCH == 0
2004-11-22  Ryan Nortondelete-->delete[]
2004-11-22  Julian SmartChanged Rocketeer licence to wxWindows licence, by...
2004-11-22  Włodzimierz... Empty line at the end.
2004-11-22  Włodzimierz... Fix the assert of not reset highlighted menu item pointer.
2004-11-22  Ryan NortonPutChar doc
2004-11-22  Ryan NortonUNICODE-capatable UTF8 implementation of wxStringXXXStream
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-21  Kevin HockThe presence of the effects controls (i.e. color) shoul...
2004-11-21  Ryan NortonUnicode logic fixes for AddEntries
2004-11-21  Ryan NortonHack around MSVC 6 for forward declarators (from Mike W)
2004-11-21  Ryan NortonwxTextOutputStream::PutChar and text stream test
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-11-21  Ryan NortonRemove silly include (from me I guess :))
2004-11-21  Ryan NortonMSVC 6 compilo fix
2004-11-21  Vadim Zeitlinfix for a crash with wxUSE_STL == 1: test for failed...
2004-11-21  Robin DunnreSWIGged
2004-11-21  Robin DunnMake the event ID used for wx.CallAfter be an attribute...
2004-11-21  Robin DunnMake the event ID used for wx.CallAfter be an attribute...
2004-11-21  Robin DunnreSWIGged
2004-11-20  Robert Roebling Huurrayy, the GNOME page setup dialog is
2004-11-20  Robin DunnFix wxInputStream out typemap to allow SWIG to determin...
2004-11-20  Robert Roebling Forgot to commit this one.
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-20  Václav Slavíkunzip.h is no longer needed
2004-11-20  Václav Slavíkdon't use precompiled headers with dosyacc.c
2004-11-20  Vadim Zeitlinnew files in libtiff 3.6.1
2004-11-20  Robert Roebling Use GTK+ calls for fullscreen mode.
2004-11-19  Robert Roebling Corrected positioning of rotated text.
2004-11-19  Robin DunnreSWIGged
2004-11-19  Robin DunnreSWIGged
2004-11-19  Vadim Zeitlingave different accels to different radio items
2004-11-19  Vadim Zeitlinupgraded libtiff to 3.6.1 + security fixes (patch from...
2004-11-19  Robin Dunncleanup
2004-11-19  Robin DunnDocstring fix for GetInstallPrefix/SetInstallPrefix
2004-11-19  Vadim Zeitlinlast commit broke compilation for wxUSE_UXTHEME ==...
2004-11-19  Vadim Zeitlinremoved unneeded wx/notebook.h include
2004-11-19  Vadim Zeitlinadded another DoEraseBackground overload (no real changes)
2004-11-19  Vadim Zeitlincreate BS_GROUPBOX transparent
2004-11-19  Włodzimierz... Sorting fixes to wxUniv wxCombo/ListBox [part of bug...
2004-11-19  Vadim Zeitlindon't draw themed background for standard controls...
2004-11-19  Vadim Zeitlinalways return solid background for listbox
2004-11-19  Vadim Zeitlinadded MSWControlColorDisabled and MSWControlColorSolid
2004-11-19  Vadim Zeitlinadded missing header for USE_PCH == 0
2004-11-19  Robin DunnRemove py_objasdbl_conv typedef
2004-11-19  Robin DunnwxHtmlHelpController doesn't derive from wxEvtHandler
2004-11-19  Vadim Zeitlinrefresh widget after changing its colour
2004-11-19  Robin DunnAdded GetCurrentPage
2004-11-19  Robin DunnAdded ConvertColourToAlpha
2004-11-19  Vadim Zeitlindon't set background colour explicitely; no need to...
2004-11-19  Vadim Zeitlinrefactored code to do brush adjustment for bg drawing...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-19  Robin DunnAdded wxPyInputStream dtor. Use PyLong_FromLongLong...
2004-11-19  Robin DunnUse static method for AddCatalogLookupPathPrefix instea...
2004-11-19  Robin DunnGive SendSizeEvent a generic implementation. It can...
2004-11-19  Vadim Zeitlinremoved OnCtlColor()
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor()
2004-11-19  Vadim Zeitlinadded tests for setting fg/bg colours
2004-11-19  Vadim Zeitlinadded GetCurrentPage()
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor...
2004-11-19  Vadim Zeitlinadded support for drawing themed background: DoEraseBac...
2004-11-19  Vadim Zeitlinadded GetIfActive() method returning non-NULL engine...
2004-11-19  Vadim Zeitlinremoved duplicated code
2004-11-19  Vadim Zeitlinadded CompatibleBitmap wrapper class
2004-11-19  Włodzimierz... Do not make bitmap buttons with standard width (like...
2004-11-19  Ryan Nortonpart of patch [ 649438 ] Bug fixes from Netscape/AOL
2004-11-19  Ryan Nortonpatch [ 762159 ] scroll sample auto-scroll test
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-19  Stefan Csomorapparently this code might be called with a CFSocket...
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-18  Vadim Zeitlindon't erase background in wxControl neither
2004-11-18  Vadim Zeitlinset background style to wxBG_STYLE_COLOUR in SetBackgro...
2004-11-18  Václav Slavíkfixed libgnomeprint check to fail if libgnomeprint...
2004-11-18  Ryan Norton[ 1067084 ] fs_zip.cpp assertion fix
2004-11-18  Ryan Nortonfix compilo pointed out by OW
2004-11-18  Ryan Nortonget rid of singleCustomColour - its not needed. Cleanu...
2004-11-18  Ryan Nortonfix bug where color chosen by sliders wouldn't be regis...
2004-11-18  Ryan Nortonfix dialogs sample to remember last color with generic...
2004-11-18  Ryan NortonAdd wxSizerFlags docs to wxSizer, wxSizerItem and wxSiz...
2004-11-18  Ryan NortonwxSizerFlags name fix, accessors only available to...
2004-11-18  Ryan Nortonwxsizerflags docs
next