]> git.saurik.com Git - wxWidgets.git/history - src/common
call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / src / common /
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-23  Vadim Zeitlinverify that we don't have more items than our number...
2008-12-22  Vadim Zeitlincorrect Serbian locale name: should be sr_RS, not sr_SR...
2008-12-22  Paul Cornettnon-pch build fixes
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-21  Vadim Zeitlinfix wxTimeSpan::Format() for negative spans with 0...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Jouk JansenUpdate OpenVMS compile support
2008-12-17  Vadim ZeitlinVC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do...
2008-12-17  Chris Elliottcast both ints to doubles for the X and Y scale factors
2008-12-17  Vadim Zeitlinuse GetFileAttributes() to check for readonly files...
2008-12-17  Vadim Zeitlinanother header for PCH-less compilation
2008-12-17  Vadim Zeitlinfix unused variable warning in release build
2008-12-17  Vadim ZeitlinPCH-less compilation fix
2008-12-17  Vadim Zeitlinfix WinCE compilation: it doesn't know about SW_SHOWDEF...
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
2008-12-16  Chris Elliottsame as r57054 in 2.8
2008-12-16  Chris Elliottsame as r57053 in 2.8
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Vadim ZeitlinPCH compilation fix
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
2008-12-15  Vadim Zeitlindisable UI updating during GetPopupMenuSelectionFromUse...
2008-12-15  Vadim Zeitlindon't leave nrows/ncols uninitialized in wxGridSizer...
2008-12-14  Vadim Zeitlinno changes, just refactoring: extracted the code to...
2008-12-14  Vadim Zeitlinadded wxHeaderCtrl::ResetColumnsOrder() function; use...
2008-12-13  Vadim Zeitlinupdate the size of the wxGridSizer as items are added...
2008-12-13  Vadim Zeitlindon't compute the columns/rows from the number of items...
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlinadd bigger margins around column title when autosizing...
2008-12-11  Vadim Zeitlinthere is no need to call UpdateColumn() in the derived...
2008-12-11  Vadim Zeitlinadded wxHeaderCtrl::OnColumnCountChanging()
2008-12-11  Vadim Zeitlinfix wxTextCtrl::Replace() under wxGTK; added unit test...
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
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-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlindon't access inexistent column in wxDataViewTreeCtrl...
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 the check added in r57175 to use dynamically...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlincheck index validity in AddGrowable{Row,Col}()
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlinsuppress (harmless) unused parameter warnings
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-04  Vadim Zeitlinfix VC6 DLL build
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-03  Jouk JansenUpdate OpenVMS compile support
2008-12-02  Vadim Zeitlinanother compilation fix for wxStrlcpy use in STL Unicod...
2008-12-02  Vadim Zeitlincompilation fix for wxStrlcpy use in STL Unicode build
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-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 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 Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-26  Vadim Zeitlininclude wx/msw/private.h to fix PCH-less compilation
2008-11-25  Jaakko SalliTo avoid error message, do not even try to set focus...
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
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 Zeitlinremove unused any more wx_socket_callback()
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
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 Zeitlinfix timeout value for wxDatagramSocket: was off by...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-20  Vadim Zeitlinuse ShellExecuteEx() instead of ShellExecute() which...
2008-11-20  Vadim Zeitlindon't test sei.hInstApp in DoLaunchDefaultBrowser(...
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 Zeitlinadded the possibility to rescale the image during loadi...
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-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
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-14  Vadim Zeitlinmake code dealing with wxUSE_IDLEMENUUPDATES a bit...
2008-11-14  Vadim Zeitlinmove the check for msgids matching the current language...
2008-11-14  Vadim Zeitlinassert in AddCatalog() if Init() hadn't been called...
2008-11-14  Vadim Zeitlinconsistently use ExtractLang() everywhere instead of...
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-13  Vadim Zeitlinno changes, just deTABbed
2008-11-12  Vadim Zeitlinadded check for self-assignment to wxPrintData::operato...
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-08  Vadim Zeitlinfix race condition which could result in assert failure...
2008-11-06  Vadim Zeitlincheck for NULL pointer in IsExtensionInList()
2008-11-03  Vadim Zeitlinfix (harmless) unused variable warning
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
next