]> git.saurik.com Git - wxWidgets.git/history - include
Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.
[wxWidgets.git] / include /
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2008-07-21  Vadim Zeitlinadded FromUTF8Unchecked() for ANSI build too
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-07-20  Vadim Zeitlinblind attempt to fix wxBitmap in wxMGL
2008-07-20  Vadim Zeitlinreally fix compilation for PCH-less builds
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-19  Vadim Zeitlinremove the just added assertEquals(time_t, long) overlo...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-19  Vadim Zeitlinno changes, just added some explanatory comments for...
2008-07-18  Vadim Zeitlincompilation fix for PCH-less build
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Vadim Zeitlinremove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac...
2008-07-14  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindefine {first,second}_type in the struct declared by...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-12  Vadim Zeitlinno changes, just removed the unnecessary inline keywords
2008-07-12  Vadim Zeitlinremove unused private wxSocketBase::m_lastError
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-06  Vadim Zeitlintake const address objects in wxSocketClient::Connect...
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-07-05  Stefan NeisExperimental simplification of the code by using MWERKS...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-07-01  Robert RoeblingAdd stub for parsing globs file
2008-07-01  Robert RoeblingRemaining conversion to read-only XDG MIME types code
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-30  Vadim ZeitlinVC6 compilation fix: using access declaration can only...
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-27  Robert RoeblingAdded mostly empty wxLaunchDefaultApplication
2008-06-27  Robert RoeblingTicket #9641: wxBitmapComboBox_SetFont.patch, making...
2008-06-27  Robert RoeblingFix warning
2008-06-26  Vadim Zeitlinfix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks...
2008-06-25  Vadim Zeitlinmore wxBitmapType-related backward compatibility fixes
2008-06-24  Vadim Zeitlinprovide deprectaed LoadFile() and FindHandler() overloa...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinremove Create{Window,Client,Paint}DC() methods without...
2008-06-21  Vadim Zeitlinadd wxShowEvent::IsShown() and wxIconizeEvent::IsIconiz...
2008-06-21  Vadim Zeitlindisable report view mode under Mac as it hangs the...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-20  Robert RoeblingAdd missing SWAP macros for 64-bit signed int
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-16  Václav SlavíkImplemented high-quality preview for wxMSW (this approa...
2008-06-16  Václav Slavíkfixed printing preview to not report errors in infinite...
2008-06-15  Vadim Zeitlinoverload Write() for char and unsigned char too, otherw...
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2008-06-15  Vadim Zeitlinanother 64 bit fix: make SendMsg() return wxIntPtr...
2008-06-15  Vadim Zeitlincorrect wxIntPtr definition
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
2008-06-15  Vadim Zeitlinignore mouse wheel events which are coming too fast...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextEntryBase to provide even more...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextAreaBase to provide wxTextCtrl...
2008-06-14  Vadim Zeitlinstate clearly that the entire contents of generated...
2008-06-14  Vadim Zeitlinremove extra ')' in EVT_STC_CALLTIP_CLICK
2008-06-14  Vadim Zeitlintranslate Scintilla getters to const methods of wxStyle...
2008-06-14  Vadim Zeitlinrecreate the window if FSAA is requested (changeset_r54...
2008-06-12  Vadim Zeitlinexclude pieces of wx hash map implementation which...
2008-06-12  Vadim Zeitlinuse std[::tr1]::unordered_map if available in wxUSE_STL...
2008-06-12  Vadim Zeitlinfix some wrong declarations which upset mingw32
2008-06-12  Robert Roebling#4479: wx.ComboBox needs a SetFont method
2008-06-11  Václav Slavíkrender pages in print preview at idle time, not from...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Paul Cornettsimplify menu item callbacks by passing in wxMenuItem...
2008-06-11  Stefan Csomorrenaming
2008-06-11  Stefan Csomorrenaming
2008-06-11  Stefan Csomorrename round
2008-06-11  Stefan Csomorrename round
2008-06-11  Stefan Csomorrename round
2008-06-11  Stefan Csomorcommitting changes before renaming
2008-06-11  Stefan Csomorcommon private decls
2008-06-11  Stefan Csomorcommon private decls
2008-06-11  Stefan Csomorremoving double includes
2008-06-11  Stefan Csomorswitching to OSX naming
2008-06-11  Vadim Zeitlinuse more general pointer-to-member representation for...
2008-06-11  Vadim Zeitlinuse native calendar control in wxDatePickerCtrl if...
2008-06-11  Stefan Csomorremoving outdated files for mac
2008-06-11  Vadim Zeitlinremember the last type used for loading or saving the...
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Paul CornettwxMenuItem code cleanup, removing duplicate and unnecce...
2008-06-09  Vadim Zeitlincorrect some compatibility problems with the existing...
2008-06-09  Stefan CsomorRGBColor on QD only
2008-06-09  Stefan Csomorsetup font defines for iphone correctly
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlinuse memcpy() instead of wxTmemcpy() as the latter is...
next