]> git.saurik.com Git - wxWidgets.git/history - src/common
Fixed centering and right-justification when combined with left indentation (bug...
[wxWidgets.git] / src / common /
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...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
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 Zeitlinfix (justified) warnings about potential use of uniniti...
2008-10-30  Vadim Zeitlinfix linking problems due to MSVC implicitly considering...
2008-10-30  Vadim ZeitlinVC6 compilation fix after last change (thanks buildbot)
2008-10-29  Vadim Zeitlinuse buffered streams to reduce the number of TCP packet...
2008-10-29  Vadim Zeitlinprovide ctors allowing to specify the non-default buffe...
2008-10-29  Vadim Zeitlinadded wxDocument::AlreadySaved() and use it in OnUpdate...
2008-10-29  Vadim Zeitlinfix assert when adding an entry to an already full...
2008-10-29  Jouk JansenUpdate OpenVMS compile support (problem cairo logical)
2008-10-28  Francesco Montorsimake IsKindOf() taking a const wxClassInfo* instead...
2008-10-28  Vadim Zeitlinno real changes, just reformat before starting really...
2008-10-25  Vadim Zeitlinrename ca@valencian description to "Valencian (Southern...
2008-10-23  Vadim Zeitlinfix a couple of typos pointed out by a translator
2008-10-20  Vadim Zeitlinuse wxRegKey::QueryDefaultValue() explicitly to fix...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinavoid an unnecessary and unused (resulting in release...
2008-10-20  Vadim Zeitlinwork around Borland compilation errors
2008-10-20  Vadim Zeitlinfix virtual function hiding warnings introduced to...
2008-10-20  Vadim Zeitlinremove unused abits variable from DoLoadDib()
2008-10-17  Vadim Zeitlinsignificantly optimize wxCSConv::To/FromWChar(NULL...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-17  Paul Cornettpass window parameter to wxSystemSettings::GetMetric...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-10-16  Robert RoeblingDont't finish any editing if there is no control
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-10-16  Vadim Zeitlinno changes, just removed _T()s and unnecessary wxUnused...
2008-10-14  Vadim Zeitlinfix bugs in FindFirst() (it gets URL, not filename...
2008-10-13  Vadim Zeitlinno real changes, just also rename _Read/_Write() to...
2008-10-13  Vadim ZeitlinCleanup of wxSocket::_Wait():
2008-10-12  Vadim Zeitlinno changes at all, just reformatted to use consistent...
2008-10-12  Vadim Zeitlinuse the currently active event loop for the event dispa...
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-10  Vadim Zeitlindon't crash when streaming out a wxString into an std...
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-10-06  Vadim Zeitlinmade m_Hash object, not a pointer and moved hash declar...
2008-10-06  Vadim Zeitlinremoved the strange __WXMSW__ test in AddFile(bitmap...
2008-10-06  Vadim Zeitlinrewrite using type safe wxHashMap instead of wxObject...
2008-10-06  Vadim Zeitlinno changes, just some minor cleanup
2008-10-03  Vadim Zeitlinfix off by one byg in ReserveId() (closes #10020)
2008-10-01  Vadim Zeitlinadd a more readable wrapper for CreateDocument(wxEmptyS...
2008-10-01  Vadim Zeitlindon't distribute negative extra space among box sizer...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-09-29  Vadim Zeitlinfix After{First,Last}() to work for strings with non...
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-09-26  Vadim Zeitlinfix ParseFormat("%d") to set the date it finds (#10002)
2008-09-25  Vadim Zeitlindon't test for both stream.fail() and stream.bad()...
2008-09-25  Vadim Zeitlinspecify the file name in IO errors messages; also make...
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Kevin OllivierGet wxMediaCtrl stub impl. going for OS X Cocoa.
2008-09-24  Francesco Montorsichanged wxColourData::GetCustomColour to const; there...
next