extract (and expand and clean up and document) the header window implementation used...
[wxWidgets.git] / include /
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-30  Vadim Zeitlinfix typo in new wxVector(size_t, T) ctor
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 Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-29  Francesco Montorsiadd GetSize also to wxGDIImage since wxBitmap under...
2008-11-28  Francesco Montorsiprovide GetSize() getters in wxBitmap and wxImage
2008-11-28  Francesco Montorsimake more readable the checks for incoherent style...
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  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-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 Montorsidocumented the wxDCBrushChanger, wxDCPenChanger, wxDCTe...
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-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-24  Vadim Zeitlininclude the right header for timeval
2008-11-24  Vadim Zeitlinremove extraneous class scope qualifier
2008-11-23  Vadim Zeitlinuse struct timeval and not a long to store socket timeo...
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 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 Zeitlinuse int instead of SOCKET to avoid including winsock...
2008-11-23  Jaakko SalliEliminate need to call Connect() in wxPGEditor::CreateC...
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  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-22  Jaakko SalliUpdated event type declarations to follow what other...
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  Kevin OllivierForward port event handler fixes to trunk.
2008-11-21  Vadim Zeitlinno changes, just reformat, remove extraneous semicolons...
2008-11-21  Vadim Zeitlinfix virtual function hiding for LoadFile(); replace...
2008-11-20  Vadim Zeitlindefine wxUSE_REGKEY for WinCE too (closes #10211)
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 Zeitlinchange Has/SetFlag() to take int instead of unsigned...
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 Zeitlinadd WX_ASSERT_EQUAL_MESSAGE
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-18  Vadim Zeitlinadd header required for PCH-less mingw32 compilation...
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-16  Paul Cornettmake access for virtuals match base
2008-11-16  Paul Cornettcheck for self assignment in operator=
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-15  Jaakko SalliFixed wxPropertyGridPage::DoSetSplitterPosition() infin...
2008-11-14  Vadim Zeitlindo override SetSplitterPosition() in wxPropertyGridPage...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-12  Vadim Zeitlinfix warning about hiding the base class LoadFile()
2008-11-12  Vadim Zeitlinadded self-assignment check to wxListItem::operator=()
2008-11-12  Vadim Zeitlinadded check for self-assignment to wxPrintData::operato...
2008-11-12  Vadim Zeitlinremove consts from casts which don't do anything except...
2008-11-10  Vadim Zeitlinuse explicit global scope for a couple of more occurren...
2008-11-10  Vadim Zeitlinuse base class copy ctor in wxPGCell and wxPGChoiceEntr...
2008-11-10  Vadim Zeitlincompilation fix after wxFont changes (closes #10152)
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-09  Francesco Montorsiuse wxEventType coherently with the docs
2008-11-09  Vadim Zeitlinuse global operator new to fix compilation errors if...
2008-11-08  Francesco Montorsiuse wxFrameNameStr where possible instead of 'frame...
2008-11-08  Francesco Montorsido not halt gccXML because wxUSE_ACCESSIBILITY, even...
2008-11-07  Bryan PettyPrevent activation of the AUI hint window (mini frame...
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-11-05  Vadim Zeitlinremove Motif MDI files not used any longer
2008-11-04  Vadim Zeitlininclude wx/menu.h as we delete wxMenu pointer in this...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-11-03  Vadim Zeitlindefine wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
2008-11-03  Vadim Zeitlindefine operator<<(wxLongLong_t) for VC6 whether wxUSE_S...
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Stefan Csomormake sure virtual method isn't inlined away
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinadd yet another overload of assertEquals to fix another...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-11-02  Vadim Zeitlinresolve the DLL linking problems with MSVC due to use...
2008-11-02  Vadim Zeitling++ compilation fix after latest changes
2008-11-02  Vadim Zeitlinadd assertEquals(int,unsigned short) overload to resolv...
next