wxWidgets.git
2008-10-12  Vadim Zeitlinget rid of unused variable warning
2008-10-12  Vadim ZeitlinwxUSE_STL compilation fix
2008-10-12  Vadim Zeitlindon't allocate a too big buffer on stack
2008-10-12  Vadim Zeitlinadd simple (and disabled by default) wxSocket client...
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-10-12  Vadim Zeitlinrenamed the subdirectory to indicate that it contains...
2008-10-12  Vadim Zeitlinadd stock images to the stock items page (closes #9533)
2008-10-12  Vadim Zeitlincompilation fix for PCH-less build
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-12  Václav Slavíkremoved a warning that should only be a FIXME
2008-10-12  Vadim Zeitlinadd a unit test for reading non existent values (to...
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-12  Jaakko SalliRe-added GetSelectProperty() to wxPropertyGridManager
2008-10-12  Jaakko SalliAlso update description text when wxPG_DESCRIPTION...
2008-10-12  Jaakko SalliSet focus back to canvas when child editors are being...
2008-10-11  Václav Slavíkget help frame's icon using wxART_FRAME_ICON wxArtClien...
2008-10-11  Francesco Montorsiinit the file and dir pickers with dummy files/folders
2008-10-11  Francesco Montorsifix the menu item bitmaps for wxMSW;
2008-10-11  Francesco MontorsiAct as wxMSW and make an assert fail, if the user forgo...
2008-10-11  Francesco Montorsiadded automatically generated screenshots of wxMSW...
2008-10-11  Francesco Montorsiadded automatically-generated bitmaps of wxWidgets...
2008-10-11  Francesco Montorsirevised m*h headers
2008-10-11  Stefan Csomoradding missing cast
2008-10-11  Stefan Csomorsuperfluous embedding API
2008-10-10  Francesco Montorsifix two bugs: 1) the missing NOT in the if (real) test...
2008-10-10  Vadim ZeitlinSTL build compilation fix
2008-10-10  Vadim Zeitlinfix C strings comparison in LoadSave() test in STL...
2008-10-10  Francesco Montorsifixed the status of the second radio button; now (on...
2008-10-10  Francesco Montorsifix doxygen warnings
2008-10-10  Francesco Montorsigroup hit-test flags into an enum (like I did in docs...
2008-10-10  Stefan Csomormoving embedding to common API
2008-10-10  Francesco Montorsibetter use of <wx-data>
2008-10-10  Vadim Zeitlinjust return false instead of crashing if the document...
2008-10-10  Vadim Zeitlindon't crash when streaming out a wxString into an std...
2008-10-10  Paul Cornettuse correct background color when drawing borders
2008-10-10  Vadim Zeitlinadd a very simple test for Load/Save()
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-10  Robert RoeblingFix crash again
2008-10-10  Robert RoeblingTrying to make introduction reappear
2008-10-10  Robert RoeblingFix crash with NULL pointer dereferencing
2008-10-09  Robert Roeblingimplement GetSizeAvailableForScrollTarget
2008-10-09  Robert RoeblingUse g_signal_connect_after for wxRadioButton as well
2008-10-09  Robert RoeblingBlind guess fix for wxRB_SINGLE
2008-10-09  Francesco Montorsifixed a bug caused by passing a wxChar[] buffer to...
2008-10-09  Francesco Montorsidoxygen warning fix
2008-10-09  Francesco Montorsirevised richtext headers
2008-10-09  Francesco Montorsifix typo (missing P2 argument in template)
2008-10-09  Francesco Montorsiuse standard tags @class,,@lib,@category for wxScopeGua...
2008-10-09  Vadim Zeitlinuse wxScopeGuard instead of an explicit try/catch(...
2008-10-09  Vadim Zeitlinadd 3 parameter scope guard; improve its documentation
2008-10-09  Vadim Zeitlinuse /nologo nmake switch to avoid many annoying copyrig...
2008-10-09  Vadim Zeitlinexclude contrib from build for as long as there is...
2008-10-09  Vadim Zeitlintrying to fix visibility problems for ObjC++ files...
2008-10-09  Vadim Zeitlinfix bug in the test in STL build (where std::vector...
2008-10-09  Vadim Zeitlinfix errors due to missing wxPrintf() declaration in...
2008-10-09  Stefan Csomorrebaked with glgrab again
2008-10-09  Stefan Csomorforgot to commit this file ...
2008-10-08  Robert RoeblingAdded test for Select()
2008-10-08  Robert RoeblingForgot to set GtkIter stamp in Select() and friends
2008-10-08  Jaakko SalliRemoved '#ifndef DOXYGEN' sections
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-08  Stefan NeisFixed header file conflict.
2008-10-08  Jaakko SalliRemoved wxPropertyGridInterface::SetPropertyAttributes()
2008-10-08  Vadim Zeitlinregenerated after updating to 0.2.4 bakefile.m4
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinupdate to 0.2.4 version
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-10-08  Vadim Zeitlinadded propgrid files
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4 (and now with forgotten...
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-10-08  Stefan Csomorfocus propagation, fixes #10047
2008-10-08  Stefan NeisAdded missing include.
2008-10-08  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-10-07  Stefan NeisAvoid cyclic includes by forward declaring wxColour.
2008-10-07  Francesco Montorsiadd wx_xrc.bkl bakefile wxpreset to the list of files...
2008-10-07  Jaakko SalliRemoved SetPropertiesFlag() (high-level function using...
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Francesco Montorsiremoved duplicated row of bitmap buttons added for...
2008-10-07  Francesco Montorsirevised st*.h headers
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-07  Francesco Montorsiadd missing semicolon; add some @see commands to link...
2008-10-07  Vadim Zeitlindocument that Set/ChangeValue() set the insertion point...
2008-10-07  Robert RoeblingGTK+ version guard
2008-10-07  Robert RoeblingDon't set HINT_COMBO as wxPopupWindow is used for diffe...
2008-10-07  Robert RoeblingForgot to commit
2008-10-06  Michael WetherellAdd builds for the stable branch, and make the release...
2008-10-06  Michael WetherellLimit to one build at a time with a lock, share checkou...
2008-10-06  Francesco Montorsiinside <wx-data> we need to use instead of /
2008-10-06  Stefan Csomorporting dcscreen blit from 2.8
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-06  Jaakko SalliRemoved GetExpandedProperties() (used to act as poor...
2008-10-06  Jaakko SalliFix RCS-IDs
2008-10-06  Jaakko SalliRemoved wxPropertyGridInterface::ClearPropertyValue...
2008-10-06  Francesco Montorsimake Capture() functions static members of AutoCaptureM...
2008-10-06  Francesco Montorsiother cleanup; adjusted english in the UI
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
next