]> git.saurik.com Git - wxWidgets.git/history - include
fix typo
[wxWidgets.git] / include /
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlindon't lose the scroll offset when the window is reposit...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-11  Vadim Zeitlinadded wxHeaderCtrl::OnColumnCountChanging()
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Vadim Zeitlinadded wxVector::resize()
2008-12-11  Vadim Zeitlinexport wxSettableHeaderColumn from DLL
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-11  Francesco Montorsisubstitute (c) and (C) for copyright strings as documented
2008-12-11  Vadim Zeitlinimplement column reordering by dragging in the generic...
2008-12-10  Vadim Zeitlindeprecate wxStringEq
2008-12-10  Vadim Zeitlinundo accidental change of r57233
2008-12-10  Vadim Zeitlinproperly implement Do[GS]etColumnsOrder() in the generi...
2008-12-10  Vadim Zeitlinprovide Do[GS]etColumnsOrder() stubs for the generic...
2008-12-10  Vadim Zeitlinadded EVT_HEADER_DRAGGING_CANCELLED event sent when...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-09  Vadim Zeitlindefine I_IMAGENONE now that we use it, at least VC6...
2008-12-09  Vadim Zeitlinrecreate the column instead of trying to update it...
2008-12-08  Vadim Zeitlinrestore sorting functionality of the generic wxDataView...
2008-12-08  Vadim Zeitlinhonour column min width when resizing in wxHeaderCtrl...
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlinadd the possibility to cancel drag-resizing by pressing Esc
2008-12-08  Vadim Zeitlinfix another logical/physical coords confusion and updat...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadded wxHeaderCtrlSimple::GetBestFittingWidth() for...
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlincorrect WXDLLIMPEXP symbols for the event constants
2008-12-08  Vadim Zeitlinundo accidental change to always use generic version...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlindefine SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
2008-12-07  Vadim Zeitlinno changes, just removed whitespace and perfectly usele...
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlinremoved accidentally left in in r57161 pure virtual...
2008-12-07  Vadim Zeitlinmade wxHeaderColumnBase dtor virtual to avoid gcc warnings
2008-12-07  Vadim Zeitlinupdate the generic wxHeaderCtrl implementation after...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-06  Jaakko SalliFixed incorrect background colour that wxStaticTexts...
2008-12-05  Vadim Zeitlingeneric implementation of wxHeaderCtrl API so far
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-05  Vadim Zeitlinoverride GetDefaultBorder() to not use border by default
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-05  Vadim Zeitlinadd IsShown() accessor which is sometimes more convenie...
2008-12-05  Vadim Zeitlinno changes, just remove typos in comment
2008-12-04  Vadim Zeitlinadd size parameter to the generic wxFileDialog ctor
2008-12-04  Vadim Zeitlindefine HDS_FLAT outside of __DMC__ section so that...
2008-12-03  Vadim Zeitlindefine HDS_FLAT not defined in VC6 headers
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-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...
next