]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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 ...
2008-11-22  Francesco Montorsifixes #10131
2008-11-22  Francesco Montorsibe more precise about range in indeterminate-mode wxGau...
2008-11-22  Francesco Montorsidocumented wxTaskBarIconEvent (fixes #10021)
2008-11-22  Francesco Montorsiminor fixes
2008-11-22  Francesco Montorsiclarify wxListCtrl::GetItem (fixes #9640)
2008-11-22  Francesco Montorsiclarify how top-level windows are used by wxApp (fixes...
2008-11-22  Francesco Montorsifix docs for wxInputStream::GetC(); fixes #4461
2008-11-22  Francesco Montorsifix docs for wxRect::Intersect overloads (fixes #4445)
2008-11-22  Francesco Montorsifix docs for wxWindow::Layout (fixes #4297)
2008-11-22  Francesco Montorsifix description for wxWS_EX_CONTEXTHELP; fixes #4276
2008-11-22  Francesco Montorsiadd event table for wxAuiNotebook (partially fixes...
2008-11-22  Francesco Montorsiminor fixes
2008-11-22  Francesco MontorsiwxCursor derives (on almost all ports) from wxGDIObject...
2008-11-22  Francesco Montorsifew other fixes for wxChar => wxString
2008-11-22  Francesco Montorsiadd description for GetFrameParameters() function;...
2008-11-22  Kevin OllivierForward port event handler fixes to trunk.
2008-11-22  Francesco Montorsiminor fixes; replace references to Windows95 with refer...
2008-11-21  Vadim Zeitlinno changes, just reformat, remove extraneous semicolons...
2008-11-21  Vadim Zeitlinfix virtual function hiding for LoadFile(); replace...
2008-11-21  Vadim Zeitlinfix tags generation for OS X port after renaming
2008-11-20  Vadim Zeitlinuse ShellExecuteEx() instead of ShellExecute() which...
2008-11-20  Vadim Zeitlinfix file dialog caption
2008-11-20  Vadim Zeitlindefine wxUSE_REGKEY for WinCE too (closes #10211)
2008-11-20  Vadim Zeitlinuse GetWindow() instead of GetNextWindow() to fix CE...
2008-11-20  Francesco Montorsiuse @onlyfor tag
2008-11-20  Francesco Montorsimention wxArtProvider
2008-11-20  Vadim Zeitlindon't test sei.hInstApp in DoLaunchDefaultBrowser(...
2008-11-20  Vadim Zeitlinfix substr() calls broken by r56215 (#10198)
2008-11-20  Vadim Zeitlindon't log an error if the directory can't be opened...
2008-11-20  Vadim Zeitlinadd missing Detach() after r56863 changes (thanks troelsk)
2008-11-20  Vadim Zeitlinfix WinCE compilation after tbar95.h ->t oolbar.h renam...
2008-11-20  Vadim Zeitlindon't load comctl32.dll, just get the handle of the...
2008-11-20  Vadim Zeitlinfix gcc 3.3 warning about possibly uninitialized (but...
2008-11-20  Vadim Zeitlinchange Has/SetFlag() to take int instead of unsigned...
2008-11-20  Václav Slavíkdon't assert on unsupported metric in wxSystemSettingsN...
2008-11-19  Jaakko SalliWhen calling DrawIconEx(), do not use DI_COMPAT or...
2008-11-19  Jaakko SalliFor clarity, moved includes to the top of the file...
2008-11-19  Vadim Zeitlinstore the value to be set inside wxON_BLOCK_EXIT_SET...
2008-11-19  Vadim Zeitlinfix comparison in Normalize() test
2008-11-19  Vadim Zeitlinadd WX_ASSERT_EQUAL_MESSAGE
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-19  Vadim ZeitlinSlovenian translation update
2008-11-18  Jaakko SalliAllow wxPropertyGridInterface::ClearSelection() to...
2008-11-18  Vadim Zeitlinfix compilation with cppunit 1.9 (which doesn't have...
2008-11-18  Vadim Zeitlinadd header required for PCH-less mingw32 compilation...
2008-11-17  Vadim Zeitlinport updates for newer Intel compiler support from...
2008-11-17  Vadim Zeitlinuse GetResolutionFromOptions() to honour wxIMAGE_OPTION...
2008-11-17  Vadim Zeitlinfix bad typo in the code: wxIMAGE_OPTION_RESOLUTION...
2008-11-17  Vadim Zeitlindocument all currently defined image options and their...
2008-11-17  Vadim Zeitlinimplement const rbegin/rend() versions (closes #3866)
2008-11-17  Vadim Zeitlinadded the possibility to rescale the image during loadi...
2008-11-17  Vadim Zeitlinignore files produced by the sample
2008-11-17  Vadim Zeitlinminor optimization: create wxTCPEventHandler only when...
2008-11-17  Vadim Zeitlinfix assert failure if NULL size pointer was passed...
2008-11-17  Vadim Zeitlinstricter reply code checking: verify that we get the...
2008-11-17  Vadim Zeitlinreally ensure that the pointer returned from MyConnecti...
next