2009-01-12 |
Vadim Zeitlin | fix VC6 ICE; don't call the function which doesn't... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | compilation fix after the event patch |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | disable new events for VC9 too, it fails when linking... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | fix the MSVC check in the last comment and accompanying... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | disable new events for MSVC 7, it fails to compile... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | don't use wxDELETE unnecessarily |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | don't use wxVector<wxDataFormat> from wx/clipbrd.h... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | fix deprecation warnings when building wx with MSVC |
tree | commitdiff |
2009-01-11 |
Robert Roebling | Default to wxConvUTF8 (not wxConvAuto) in wxDataInputSt... |
tree | commitdiff |
2009-01-11 |
Robert Roebling | Added interface for getting/setting text converter... |
tree | commitdiff |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | typo fix |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | VC6 gets confused by the protected copy ctor; make... |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECK... |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | correct typo: s/wxUSE_MENU/&S/ |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL being defined |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | fix build with wxUSE_MENU==0 (closes #10330) |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing wrong constant |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | native apple event support for osx cocoa |
tree | commitdiff |
2009-01-10 |
Francesco Montorsi | fix deprecation warnings when building filefn.cpp |
tree | commitdiff |
2009-01-10 |
Jaakko Salli | Reverted to old wxPG_AUTO_SORT behavior in which only... |
tree | commitdiff |
2009-01-10 |
Vadim Zeitlin | reverted apparently accidental change of r57896 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | supporting PopUp on osx cocoa as well, see #10361 |
tree | commitdiff |
2009-01-10 |
Francesco Montorsi | fix a couple of typos |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | cleaning up default OPEN and CLOSED HAND cursors |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | adding open and close hand cursor constants, implementa... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | minor cleanup; add wxDocument::OnChangeFilename for... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | add wxImage::Clear (patch by troelsk); closes #10141 |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxTextValidator introducing a wxTextValidatorStyle... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | use #if instead of #ifdef for WX_COMPAT |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | fix typo |
tree | commitdiff |
2009-01-08 |
Robert Roebling | use wxRound(x) instead of int( x+0.5 ) |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Add the same margin to wxBitmapToggleButton as to wxBit... |
tree | commitdiff |
2009-01-07 |
Jouk Jansen | insert missing include file for OpenVMS platforms |
tree | commitdiff |
2009-01-07 |
Jouk Jansen | insert missing iclude file |
tree | commitdiff |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | remove an unused pool of strings using wxStringList |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | remove old (and unused) MSW-only wxFontEnumerator header |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | use wxArrayString instead of wxStringList |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | fix wxMotif errors when linking against a wxControlWith... |
tree | commitdiff |
2009-01-07 |
Julian Smart | Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | fix wxYield[IfNeeded] dll linkage (closes #10325) |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | rewrite wxContractPath as wxFileName::ReplaceEnvVariabl... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | add WXWIN_COMPATIBILITY_2_6 block around wxUsleep depre... |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL... |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | need to overload assertEquals(int,short) too to resolve... |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | more attempts to fix CppUnit::assertEquals for VC6... |
tree | commitdiff |
2009-01-04 |
Paul Cornett | remove Rescale(), it is no longer used |
tree | commitdiff |
2009-01-04 |
Paul Cornett | Complete rewrite of DoDrawBitmap() and DoBlit(). |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset... |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | added wxFDIODispatcher::HasPending() and implemented... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | streamline handling of wxSOCKET_LOST in DoWait() |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | no changes, just reformat/indent consistently |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | disable the events when we get a notification about... |
tree | commitdiff |
2009-01-02 |
Paul Cornett | fix GCC warning "suggest explicit braces..." |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | use guard classes automatically restoring the old state... |
tree | commitdiff |
2009-01-02 |
Paul Cornett | fix header dependancy |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | rename wxSocketSelectManager to wxSocketFDIOManager... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | fix WaitForXXX() to work as before: if the socket is... |
tree | commitdiff |
2009-01-01 |
Vadim Zeitlin | also add wxSizer::IsEmpty() |
tree | commitdiff |
2009-01-01 |
Vadim Zeitlin | make the new GetItemCount() const |
tree | commitdiff |
2009-01-01 |
Robert Roebling | Added wxSizer::GetItemCount() |
tree | commitdiff |
2009-01-01 |
Vadim Zeitlin | VC6 doesn't support using keyword (closes #10322) |
tree | commitdiff |
2009-01-01 |
Vadim Zeitlin | VC6 compilation fix after r57689 (closes #10318) |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | make wxRearrangeDialog more customizable and add an... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics() |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | added default ctor and Create() to wxRearrangeDialog... |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | compilation fix for LoadFile(name, type) calls which... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | extract AddColumnsItems() from ShowColumnsMenu() to... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | ensure that WIN32 is defined, winsock2.h relies on... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | add the HTML string of the selected item to wxSimpleHtm... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | build fixes for wxUSE_IPV6==1 under Windows |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | move Ellipsize() to wxControl so it can be easily used... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | refactor wxStaticText::Ellipsize so it's a static publi... |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxCocoa |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.h and tabg.cpp for wxMotif |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | wxSocketImpl::Shutdown() doesn't need to be virtual... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | don't remove/add back the socket to the list of inputs... |
tree | commitdiff |
next |