wxWidgets.git
2008-12-04  Francesco Montorsiadd a 'Paint background' check menu item in the MyImage...
2008-12-04  Francesco Montorsidocument wxWindowID
2008-12-04  Francesco Montorsicall Fit() when updating the message label to adapt...
2008-12-04  Vadim ZeitlinPCH-less build fixes
2008-12-04  Vadim Zeitlinfix VC6 DLL build
2008-12-04  Vadim Zeitlindefine HDS_FLAT outside of __DMC__ section so that...
2008-12-04  Vadim Zeitlinfix handling of abandoned mutexes in wxMutex::Wait...
2008-12-04  Vadim Zeitlindon't call DragFinish() before calling DragQueryPoint...
2008-12-03  Vadim Zeitlinforgot to update after renaming wxHeaderCtrlColumn...
2008-12-03  Vadim Zeitlindefine HDS_FLAT not defined in VC6 headers
2008-12-03  Vadim Zeitlinalso disable the test of the generic version as it...
2008-12-03  Vadim Zeitlindisable generic version, it's not ready to be committed...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-03  Francesco Montorsidocument the wxArtID and wxArtClient types; they help...
2008-12-03  Francesco Montorsiremove the implementation of the conversion operators...
2008-12-03  Vadim Zeitlinfix syntax error
2008-12-03  Julian SmartAdded Undo, Redo accelerators for wxRTC
2008-12-03  Vadim Zeitlincompilation fixes for PCH-less build after r57074
2008-12-03  Jouk JansenUpdate OpenVMS compile support
2008-12-02  Francesco Montorsifix background repainting under wxMSW (not sure this...
2008-12-02  Vadim ZeitlinDoxygen markup corrections after last change
2008-12-02  Michael WetherellSwitch off the tests on Windows and switch back on...
2008-12-02  Vadim Zeitlinanother compilation fix for wxStrlcpy use in STL Unicod...
2008-12-02  Francesco Montorsimake WX_UNICODE default to 1 since ASCII build is now...
2008-12-02  Francesco Montorsidocument GetWheelAxis
2008-12-02  Francesco Montorsifix typo making wxGrid crash upon usage of PgDown:...
2008-12-02  Jaakko SalliImplement ability to rapidly change spin value of SpinC...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-12-02  Vadim Zeitlinreplace asserts in XRC code with wxLogError/Warning...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-12-02  Vadim Zeitlinno changes, just added a TODO comment
2008-12-02  Vadim Zeitlinshow the use of check and radio items in the toolbars
2008-12-02  Francesco Montorsidocument the main event table macros, wxEventType,...
2008-12-02  Francesco Montorsifix #4754 providing better description of how to set...
2008-12-02  Jouk JansenUpdate OpenVMS compile support
2008-12-02  Vadim Zeitlincompilation fix for wxStrlcpy use in STL Unicode build
2008-12-02  Vadim Zeitlinbetter documentation for wxEvent ctor
2008-12-01  Francesco Montorsidocument wx[US]Char and wxStringCharType typedefs;...
2008-12-01  Francesco Montorsiinitial declaration of wx*Char*Buffer and wxUniChar...
2008-12-01  Francesco Montorsiadd 'redirection page' for wxULongLong
2008-12-01  Francesco Montorsiadd @deprecated tag
2008-12-01  Francesco Montorsiremove wxNotebookSizer; it's not in wx anymore
2008-12-01  Francesco Montorsicommitting the slightly-modified patch by R.U.10 for...
2008-12-01  Francesco Montorsiadding a new topic overview about writing custom widget...
2008-12-01  Francesco Montorsiuse sections and an initial TOC like all other overviews
2008-12-01  Francesco Montorsiput wxURI under networking group, next to wxURL
2008-12-01  Paul Cornettfix for uninitialized alpha being used to create mask...
2008-12-01  Francesco Montorsicreate better QCH files
2008-12-01  Vadim Zeitlindemonstrate column reordering -- currently it demonstra...
2008-12-01  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-30  Vadim Zeitlinremoved small and tabular grid tests which didn't seem...
2008-11-30  Francesco Montorsidocument default ctor
2008-11-30  Vadim Zeitlinreally fix the typo in the message
2008-11-30  Francesco Montorsitypo fix
2008-11-30  Vadim Zeitlinfix typo in new wxVector(size_t, T) ctor
2008-11-29  Vadim Zeitlincompilation fix after making wxSocketImpl derive from...
2008-11-29  Vadim Zeitlinreplace the mismatched new[]/delete (bug #10234) with...
2008-11-29  Vadim Zeitlinadd wxVector(size_t size[, const value_type& value...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Vadim Zeitlinmore updates after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinupdate after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinget rid of CE-specific code for class name registration...
2008-11-29  Vadim Zeitlindon't reuse the double click handled in activation...
2008-11-29  Vadim Zeitlincorrect CalcSizeFromPage() for multiline notebooks...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-29  Vadim Zeitlindon't use wxChar arrays and wxStrncpy (especially as...
2008-11-29  Vadim Zeitlinproperly NUL-terminate the string when using strncpy...
2008-11-29  Francesco Montorsiadd GetSize also to wxGDIImage since wxBitmap under...
2008-11-28  Francesco Montorsifix wrong placement of the @apperance tag previously...
2008-11-28  Francesco Montorsiremove @appearance tag from abstract classes; add the...
2008-11-28  Francesco Montorsifix crash caused by cancelling querybitmap dialog;...
2008-11-28  Francesco Montorsiprovide GetSize() getters in wxBitmap and wxImage
2008-11-28  Francesco Montorsireturn wxDefaultSize (as done in all other platforms...
2008-11-28  Vadim Zeitlinremove wxVSCROLL from wxMessageDialog style (left over...
2008-11-28  Francesco Montorsimove style table in the detailed description like for...
2008-11-28  Francesco Montorsirestore correct doctype
2008-11-28  Francesco Montorsiadded the possibility (for doxygen >= 1.5.7.1) to gener...
2008-11-28  Francesco Montorsimake more readable the checks for incoherent style...
2008-11-28  Francesco Montorsiinternal variables of wxFileHistory are protected,...
2008-11-28  Francesco Montorsino change; just reformat wxThreadHelper::KillThread...
2008-11-28  Francesco Montorsideprecate Create() function in favour of CreateThread...
2008-11-28  Julian SmartCompile fix
2008-11-28  Julian SmartFixed centering and right-justification when combined...
2008-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinmove enabled callbacks flag down to wxSocketImplUnix...
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinno real changes, just moved wxSocketImplUnix ctor inline
2008-11-28  Vadim Zeitlinalso rename gsocketiohandler.* to socketiohandler....
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-28  Julian SmartFixed inability to select no superscript and no subscri...
2008-11-28  Julian SmartwxRichTextCtrl no longer deletes a character when conte...
2008-11-28  Julian SmartFixed HTML list output
2008-11-28  Vadim Zeitlinfix g++ warning about assigning NULL to a non-pointer
2008-11-27  Paul Cornettfix for shown TLW having m_isShown == false, #9909
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-26  Francesco Montorsimake wxThread::OnExit private and not public (change...
2008-11-26  Francesco Montorsiadded GetKind getter
2008-11-26  Francesco Montorsiclarified that Raise() and Lower() only work for wxTopL...
next