wxWidgets.git
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...
2008-11-26  Francesco Montorsiadded note about GetTimestamp() (fixes #1986)
2008-11-26  Francesco Montorsidocumented the wxDCBrushChanger, wxDCPenChanger, wxDCTe...
2008-11-26  Vadim Zeitlinremove apparently unused file (src/osx/core/gsocket...
2008-11-26  Vadim Zeitlinremove unused callback and data variables
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-26  Vadim Zeitlindon't include (private) wx/gsocket.h from public header...
2008-11-26  Vadim Zeitlininclude wx/msw/private.h to fix PCH-less compilation
2008-11-25  Bryan PettyFixed doxygen warnings regarding the XRC File Format...
2008-11-25  Francesco Montorsicommit remaining portions of #10087
2008-11-25  Jaakko SalliTo avoid error message, do not even try to set focus...
2008-11-25  Vadim Zeitlincompilation fix for OS X (missing unistd.h)
2008-11-25  Vadim Zeitlintemporary fix the linking problem due to making GSocket...
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-25  Jouk JansenUpdate configuration for OpenVMS
2008-11-25  Francesco Montorsifix the examples for wxThread and wxThreadHelper after...
2008-11-25  Francesco Montorsiadd more references to the delayed deletion of wxTopLev...
2008-11-24  Jaakko SalliDatePickerCtrl editor could crash if property had unspe...
2008-11-24  Vadim Zeitlininclude the right header for timeval
2008-11-24  Vadim Zeitlinremove extraneous class scope qualifier
2008-11-24  Bryan PettyReviewed, and re-organized members of wxGrid, which...
2008-11-24  Bryan PettyReviewed the rest of grid.h except for the wxGrid class...
2008-11-24  Francesco Montorsiprovide an example implementation of wxCloseEvent handler
2008-11-23  Francesco Montorsiadd an event table for wxFrame and wxDialog: they send...
2008-11-23  Francesco Montorsimany document corrections by charles; partial commit...
2008-11-23  Francesco Montorsidocument that dragging in wxTreeCtrl needs to be explic...
2008-11-23  Francesco Montorsithe layout file for use with doxygen >= 1.5.7.0
2008-11-23  Francesco Montorsireadd grouping previously removed by error
2008-11-23  Vadim Zeitlinuse struct timeval and not a long to store socket timeo...
2008-11-23  Vadim Zeitlinremove last traces of __GSOCKET_STANDALONE__
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlindon't duplicate SetInitialSocketBuffers()
2008-11-23  Vadim Zeitlinremove unused any more wx_socket_callback()
2008-11-23  Vadim Zeitlinfix wxSocket notifications under MSW after the last...
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlinadded wxSocketBase::GetTimeout() to match existing...
2008-11-23  Vadim Zeitlindon't assume that __thread is available just because...
2008-11-23  Vadim Zeitlinuse int instead of SOCKET to avoid including winsock...
2008-11-23  Jaakko SalliRender cell background in renderer only if rendering...
2008-11-23  Jaakko SalliEliminate need to call Connect() in wxPGEditor::CreateC...
2008-11-23  Vadim Zeitlindon't use __thread keyword with g++ < 4 as it results...
2008-11-23  Vadim Zeitlincompilation fixes for Unix after moving wxFD_XXX macros...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Bryan PettyFinished review of the first 1,000 lines of grid.h...
2008-11-23  Vadim Zeitlinfix timeout value for wxDatagramSocket: was off by...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-23  Vadim Zeitlinfix (harmless) VC7 warnings about auto_ptr assignment
2008-11-23  Francesco Montorsidocumented ExitCode typedef; revised wxThread and wxThr...
2008-11-22  Bryan PettyDocumented some DrawText() parameters missed in the...
2008-11-22  Bryan PettyReviewed and cleaned up the rest of the graphics.h...
2008-11-22  Francesco Montorsifix minor typos
2008-11-22  Francesco Montorsiadded group 'grid' (fixes #10217)
2008-11-22  Vadim Zeitlindocument all overloads of DrawText()
2008-11-22  Vadim Zeitlinfix compilation after r56753 (closes #10218)
2008-11-22  Francesco Montorsimodernize the documented systems to declare new events
2008-11-22  Jaakko SalliUpdated event type declarations to follow what other...
2008-11-22  Francesco Montorsirender the content of @c tags in a slightly more visibl...
2008-11-22  Francesco Montorsigive a name to the enum to make it easier to reference...
2008-11-22  Francesco Montorsigive a name to the enum to make it easier to reference...
2008-11-22  Francesco Montorsiclarify role of wxToolBarToolBase (fixes #9874)
2008-11-22  Francesco Montorsifix for doxygen warnings
2008-11-22  Francesco Montorsidocument wxFSVolume (fixes #3977)
2008-11-22  Francesco Montorsifix wxList<T>::resize description (fixes #10207)
2008-11-22  Vadim Zeitlinuse TCP for this benchmark under Windows too (and not...
2008-11-22  Vadim Zeitlinno need to disable DoTestSwap() for VC6 any more with...
2008-11-22  Francesco Montorsidocument mac.textcontrol-use-spell-checker (fixes ...
next