wxWidgets.git
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
2004-11-18  Robert Roebling Added support for native print preview (GNOME)
2004-11-18  Ryan Nortonmoved verbose changes to manual
2004-11-18  Ryan NortonAdd incompat and depre changes to manual
2004-11-18  Ryan Nortonfix various latex errors
2004-11-18  Ryan Nortonfix underscore errors
2004-11-18  Robert Roebling Implemented DoDrawRotatedText() by way of a
2004-11-18  Robert Roebling Added support for alpha channels in interpolated
2004-11-18  Włodzimierz... 3rd state in checkboxes for wxUniv [closes bug#1040585].
2004-11-18  Václav Slavíkreverted DrawRotatedText change, it's broken
2004-11-18  Julian SmartNull m_select_me when this item is deleted
2004-11-18  Stefan Csomoravoid locale that always returns US-ASCII on wxMac
2004-11-18  Ryan Nortonfix initial color
2004-11-18  Włodzimierz... Fixes for USE_GUI=0 to make pure wxBase makefiles possi...
2004-11-18  Robin DunnStandardPaths updates. Added a demo sample for Standar...
2004-11-17  Robin DunnAdded wxBU_ALIGN_MASK
2004-11-17  Robert Roebling Start for Pango 1.6 based text rotation.
2004-11-17  Robert Roebling Added support for most print page/selection/copies
2004-11-17  Stefan Csomoradded unix/stdpaths
2004-11-17  David ElliottImplement toolbar tool clicks. Get rid of wxNSActionCe...
2004-11-17  Robert Roebling Use native printing dialog for wxPrintDialog,
2004-11-17  Włodzimierz... Typecast before endian adjustements.
2004-11-17  Włodzimierz... Several casts due to assigning signed to unsigned or...
2004-11-17  Włodzimierz... Typecast during compilation instead of class constructo...
2004-11-17  Stefan CsomorwxStat call preliminary fix
2004-11-17  Stefan Csomorfile name char set string conversions
2004-11-17  Julian SmartAdded IsTopLevel() check to last message loop in PrePro...
next