wxWidgets.git
2009-05-12  Vadim Zeitlinadd MSVC project files to svn for consistency
2009-05-12  Vadim Zeitlindon't update stc.h when not building the library, it...
2009-05-12  Vadim ZeitlinwxActiveX files are low level as there is no wxUniv...
2009-05-12  Jouk Jansendeclaration of sendevent should be equal in grid.cpp...
2009-05-11  Vadim Zeitlinfixed wxRadioBox positioning to take the client area...
2009-05-11  Robert RoeblingForgot to commit header as part of r60586, Reapplied...
2009-05-11  Robert RoeblingReapplied some previous patches that got lost while...
2009-05-10  Stefan Csomormoving all dataview files to advanced
2009-05-10  Stefan Csomorexporting methods properly
2009-05-09  Vadim Zeitlindon't assume that we use timer proc with WM_TIMER as...
2009-05-09  Stefan Csomorcommenting out uncompilable code
2009-05-09  Stefan Csomorfixing dataview entries
2009-05-09  Vadim Zeitlindon't check for connected state of UDP sockets which...
2009-05-09  Vadim Zeitlincompilation fix for Windows after the last change ...
2009-05-09  Vadim Zeitlinadded UDP test (see #10717)
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Stefan Csomoradapting to new font method
2009-05-09  Vadim Zeitlindon't call Disconnect() if the connection had been...
2009-05-09  Vadim Zeitlininitialize the local address before calling getsockname...
2009-05-09  Vadim Zeitlinadd tests for GetLocal() and GetPeer() (see #10779)
2009-05-09  Vadim Zeitlinremove unneeded wxFindSuitableParent()
2009-05-09  Francesco Montorsitypo fix (closes #10699)
2009-05-09  Francesco Montorsiadd a few comments about wxDEPRECATED stuff to ease...
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-05-09  Francesco Montorsibuild fix for gcc4.3.3 (different types for arguments...
2009-05-09  Vadim Zeitlinremove another occurrence of FindSuitableParent
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-09  Vadim Zeitlinset wxWS_EX_TRANSIENT flag for splash screen to prevent...
2009-05-08  Vadim Zeitlincheck for Python and disable automatic STC files updati...
2009-05-08  Vadim Zeitlincorrections to setting the height of the visible part...
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-05-08  Vadim Zeitlinremove error message from wxCSConv initialization:...
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-07  Vadim Zeitlingenerate the click event from the button with correct...
2009-05-07  Vadim Zeitlinadd SetEscapeId() test (see #10746)
2009-05-07  Vadim Zeitlindocument that setting an empty clipping region destroys...
2009-05-07  Stefan Csomorafter rebake with new files.bkl
2009-05-07  Stefan Csomorexplicitly export symbols
2009-05-07  Stefan Csomorfixing usage of common generic files for all osx_ ports...
2009-05-06  Stefan Csomorfirst stab at having webkit under osx_cocoa working
2009-05-06  Paul Cornettdraw focus rect for wxCheckListBox item
2009-05-06  Paul Cornettfix off-by-one size of wxCheckListBox item draw rect
2009-05-06  Stefan Csomorfixing osx_carbon guard
2009-05-06  Vadim Zeitlinenable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later
2009-05-06  Paul Cornettbuild fixes for wxUSE_CONFIG==0
2009-05-05  Václav Slavíkuse <bitmapsize> to load bitmaps at the specified size...
2009-05-05  Václav Slavíkfixed deadlock when posting events from another thread...
2009-05-04  Vadim Zeitlindon't duplicate wxGetTopLevelParent() code in wxHtmlHel...
2009-05-04  Vadim Zeitlindon't use deprecated EVT_GRID_CELL_CHANGED synonym
2009-05-03  Francesco Montorsifix placement of wxStaticBox contents also under wxMSW...
2009-05-03  Vadim Zeitlinremoved the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_...
2009-05-03  Vadim Zeitlinallow comparison of int with 64 bit integer type (see...
2009-05-03  Vadim ZeitlinVC6 compilation fixes
2009-05-03  Vadim Zeitlincorrect a typo in a comment in the example (see #10637)
2009-05-03  Vadim Zeitlinadd missing fn_str() calls to fix wxUSE_STL=1 wxWinCE...
2009-05-03  Vadim Zeitlinstd::streamoff is just a (32 bit) long under Win32...
2009-05-03  Vadim Zeitlintest whether wxHAS_EVENT_BIND is supported in wx/featur...
2009-05-03  Vadim Zeitlincheck for wxHAS_EVENT_BIND instead of its converse...
2009-05-03  Vadim Zeitlinremove mentions of wxEVENTS_COMPATIBILITY_2_8
2009-05-03  Václav Slavíkoptimized <object_ref> handling for the common case...
2009-05-03  Václav Slavíkfixed XRC errors location reporting when using <object...
2009-05-02  Kevin OllivierSeparate the parts of make_bindings.py out into common...
2009-05-02  Kevin OllivierMove the scripts into a separate directory and commit...
2009-05-02  Kevin OllivierAdd the ability to query if a class is derived from...
2009-05-02  Vadim Zeitlinfix typo (see #10637)
2009-05-02  Kevin Ollivier(Forward port from 2.8) Allow m_current to be used...
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-02  Vadim Zeitlinupdate for bakefile 0.2.6
2009-05-02  Vadim Zeitlindon't use dialog size gripper under CE (should close...
2009-05-02  Vadim Zeitlinuse correct Windows CE version number in strnlen()...
2009-05-02  Vadim Zeitlindon't use access declarations with Watcom which doesn...
2009-05-02  Vadim Zeitlinallow passing temporary functors to Bind() too (closes...
2009-05-02  Vadim ZeitlinWinCE doesn't provide strnlen/wcsnlen() until version...
2009-05-02  Benjamin Williamsfix for crash when undocking AUI toolbars (same as...
2009-05-02  Stefan Csomorreverting r43119, fixes #10752
2009-05-02  Vadim Zeitlinkeep {Left,Middle,Right}Down() methods of wxMouseState...
2009-05-02  Francesco Montorsion wxWinCE don't use some message constants since they...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-05-02  Vadim Zeitlinadded missing headers for PCH-less compilation
2009-05-02  Jaakko SalliFixed bug: wxPropertyGridInterface::SetPropertyReadOnly...
2009-05-01  Vadim Zeitlinrename wxGrid::SendSizeEvent() to SendGridSizeEvent...
2009-05-01  Vadim Zeitlinadded wxMouseEventsManager
2009-05-01  Vadim Zeitlinput wx{Keyboard,Mouse}State in events category instead...
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-05-01  Vadim Zeitlinadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
2009-05-01  Francesco Montorsifix for placement of wxStaticBox childrens (which doesn...
2009-05-01  Francesco Montorsidon't place NULL pointers in the GDK window array in...
2009-05-01  Vadim Zeitlinno changes, just remove #if'd out code
2009-05-01  Vadim Zeitlindon't generate CE projects for tests/benchmarks
2009-04-30  Vadim Zeitlincompilation fix after wxMouseState changes (closes...
2009-04-29  Vadim Zeitlinshow the new size of the grid row/col which was resized...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-29  Vadim Zeitlinno changes, just use an accessor method instead of...
2009-04-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-28  Vadim Zeitlinfix conversion of wxString to data in AddFileWithMimeTy...
2009-04-28  Jouk JansenDo not use Tooltips if they are disabled
2009-04-28  Robert RoeblingCompilo
2009-04-27  Vadim Zeitlinadded missing @ref after last change
2009-04-27  Michael WetherellFix typo.
2009-04-27  Francesco Montorsicorrect SetFont() documentation: at least wxMSW and...
next