wxWidgets.git
2004-04-20  Václav Slavíkeliminated some warnings
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Václav Slavíkadded wxString tests (patch 938082)
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-20  Julian SmartCompile fix for eVC++ 4 with PocketPC 2003
2004-04-20  Julian SmartAdded script to generate Wince project
2004-04-20  Chris ElliottSF patch #938489 (for VC5)
2004-04-20  Vadim Zeitlinmade Update() virtual
2004-04-20  Chris ElliottSF patch #938489
2004-04-20  Vadim Zeitlinfixed bug in default filter string construction (you...
2004-04-19  Robin DunnAdded new MaskedEditControl code from Will Sadkin....
2004-04-19  Robin DunnAdd back some missing enums
2004-04-19  Robin DunnMake sure the window is not iconized before saving...
2004-04-19  Robin DunnAlso Check for validity in comparrison operators
2004-04-19  Robin DunnCheck for validity in __repr__ and __str__
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-04-19  Julian SmartDon't infinitely recurse when setting the child focus...
2004-04-19  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Václav SlavíkwxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
2004-04-18  Václav Slavíksmall test suite improvements (patch 937094)
2004-04-18  Václav Slavíkapplied rest of streams test suite patch
2004-04-18  Stefan Csomoralternative direct CFSocket implementation, not yet...
2004-04-18  Robert Roebling make spin control flat, too, under Win CE.
2004-04-18  Stefan CsomorMSL support also for MSW
2004-04-18  Stefan Csomorswitching to host / network ordering swapping
2004-04-18  Stefan Csomoryielding from main loop
2004-04-18  Stefan Csomorotherwise all runloop dependent callbacks cannot work...
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-18  Stefan Csomormetrowerks uname support
2004-04-18  Julian SmartCasting fix
2004-04-18  Vadim Zeitlinremoved work around for 16 bit compilers not defining...
2004-04-18  Robert Roebling Set default dialog style to 0.
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-04-18  Robert Roebling Fix incomplete stripping of menu text.
2004-04-18  Stefan Csomoradded fix for MSL under Win32 (by Steve Hartwell)
2004-04-17  Robin DunnSet m_window to NULL after destroying it
2004-04-17  Robert Roebling Make text controls flat under CE.
2004-04-17  Robert Roebling Since CE cannot do the logical/device origin calculations
2004-04-17  Robert Roebling Do not set size of PocketPC dialogs upon
2004-04-17  Robert Roebling Show the OK button in the title bar under PocketPC
2004-04-17  Robert Roebling Make wxHTML compile (and work) under CE.
2004-04-17  Robin DunnMake InheritAttributes and ShouldInheritColours public...
2004-04-17  Robin DunnSetDefault should call parent->SetDefaultItem
2004-04-17  Robin DunnMake InheritAttributes and ShouldInheritColours public...
2004-04-17  Robin Dunndefault id's where possible
2004-04-17  Robin DunnFix or add some DoGetBestSize's
2004-04-16  Václav Slavíkquoting fixes
2004-04-16  Roger GammansAdd configure test for presence/compilabilty of multimo...
2004-04-16  Václav SlavíkMingw compilation fixes
2004-04-16  Václav Slavíkmake users aware of wxInputStream::Eof limitations
2004-04-16  Vadim Zeitlinuse wx_static_cast() inside wxDynamicCast to catch...
2004-04-16  Vadim Zeitlinadded and documented wx_const/static_cast<>
2004-04-16  Vadim ZeitlinwxEVT_MOVING = 442, not 4442, in event compatibility...
2004-04-16  Vadim ZeitlinGetChildrenCount() should be const
2004-04-16  Julian SmartUpdates for Inno Setup 4
2004-04-15  Robin DunnIf the window has a minsize then use that as the BestSi...
2004-04-15  Vadim Zeitlinunused variable warning fix (patch 923094)
2004-04-15  Vadim Zeitlinunused param warning
2004-04-15  Vadim Zeitlinchanged return type of wxCommandEvent::GetClientObject...
2004-04-15  Vadim Zeitlinuse iostream.h and not iostream with OpenWatcom (part...
2004-04-15  Vadim Zeitlinfixed WaitOnConnect() in non GUI mode (patch 905185)
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Vadim Zeitlinfixed DLL build (patch 879706)
2004-04-15  Vadim Zeitlindefine _puttchar for mingw32 as it doesn't have it...
2004-04-15  Vadim Zeitlinshow/hide static box when the wxStaticBoxSizer is shown...
2004-04-15  Vadim Zeitlinnormalize the case of the volume names too (patch 925887)
2004-04-15  Vadim Zeitlinfixed priority of the mailcap entries (patch 935954)
2004-04-15  Václav SlavíkwxGTK on Mac doesn't need bundles
2004-04-15  Václav Slavíkadded GetFilenames
2004-04-15  Václav Slavíkcommdlg.lib is not in evc3
2004-04-15  Robin DunnreSWIGged
2004-04-15  Robin DunnreSWIGged
2004-04-15  Robin DunnRemove use of m_bestSize
2004-04-15  Robin DunnReorder the controls so the RadioButtons work right...
2004-04-15  Robin DunnUse Update
2004-04-15  Robin DunnSet stc and xrc to use GENDIR again as SWIG on Mac...
2004-04-15  Robin DunnMacSetTheme
2004-04-15  Robin DunnUse GetHandle for Mac too
2004-04-15  Robin DunnMacSetMetalAppearance
2004-04-15  Robin DunnDefault for id
2004-04-15  Robin DunnreSWIGged
2004-04-15  Robin DunnAdd width and precision params for wxGridCellFloatEditor
2004-04-15  David ElliottMake buttons display the bitmap image instead of the...
2004-04-15  Robin DunnAdded SetDefaultXXX methods
2004-04-15  Robin Dunninstall missing headers
2004-04-15  Robin DunnAdded new encoding, new methods
2004-04-15  Robin DunnMoved some enums around to better match the C++ headers
2004-04-15  Robin DunnOops
2004-04-15  Robin DunnAdded some convenience methods to wx.Bitmap: SetSize...
2004-04-15  Robin DunnMore about the sizer changes
2004-04-15  Robin Dunnclarify the note about OpenGL errors
2004-04-15  Robin Dunnremoved stuff about the decorator classes
2004-04-15  Robin Dunnminor tweaks
2004-04-15  Robert Roebling Added SW_SCROLLCHILDREN to make scrolling work
2004-04-15  Dimitri Schoolwerthmade GetAlpha(x, y) const (the docs are already correct)
2004-04-15  Robert Roebling Fix for white area above frame because of funky
2004-04-15  Robert Roebling Fix to make frame visible under eVC 3.0
2004-04-15  Dimitri Schoolwerthignore all (generated) .con files
2004-04-15  Dimitri Schoolwerthuse Find, not Member
next