]> git.saurik.com Git - wxWidgets.git/history - src
replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src /
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-16  Vadim Zeitlinuse safer RemoveEventHandler() instead of PopEventHandl...
2007-03-16  Vadim Zeitlindo nothing in ShowHidden() if the flag doesn't change...
2007-03-16  Vadim Zeitlincall GetWidth/Height() only once in Rotate() and not...
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Stefan Csomorreverting one line
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Julian SmartDon't send initial event in ctor
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-15  Vadim Zeitlinadded wrapper functions allowing to postpone loading...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Vadim Zeitlinsuppress unused parameter warning
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlinimplement Set/GetTitle() (last part of patch 1679337)
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-13  Vadim Zeitlinimplemented Set/GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-13  Vadim Zeitlinallocate HPEN on demand instead of doing every time...
2007-03-13  Vadim Zeitlinallocate HFONT on demand instead of doing every time...
2007-03-13  Vadim Zeitlinfix setting the properties of a valid but unshared...
2007-03-12  Vadim Zeitlinfix window repainting when SetLineCount() is called...
2007-03-12  Benjamin Williamsprevent disappearing menus in tabmdi
2007-03-12  Vadim Zeitlininclude <locale.h> before using setlocale()
2007-03-12  Benjamin Williamsapplied patch 1675101 - reduce flicker
2007-03-12  Julian SmartApplied patch [ 1678626 ] Non-ascii characters in wxRic...
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Vadim Zeitlinuse wxConvLibc, not wxConvCurrent, with regerror()
2007-03-11  Julian SmartFixed wrapping with tabs
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-11  Vadim Zeitlinadded support for wxTE_NO_VSCROLL (patch 1588605) and...
2007-03-11  Vadim Zeitlincompilation fix after last commit: wxPenRefData, not...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-11  Václav SlavíkVC6 compilation fix
2007-03-11  Vadim Zeitlinfixed overflow when using sysconf() to retrieve free...
2007-03-11  Vadim Zeitlinfixed compilation with wxUSE_WXDIB==0 (bug 1667819)
2007-03-10  Paul Cornettmake wxPenRefData private
2007-03-10  Paul Cornettuse AllocExclusive
2007-03-10  Paul Cornettsource id type is unsigned; minor cleanup
2007-03-10  Paul Cornettuse simpler color ctor
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-10  Vadim Zeitlinallow using multiple wxBufferedDCs at once (patch 1589441)
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-10  Vadim Zeitlinadded wxDIRCTRL_EDIT_LABELS style support (patch 1676853)
2007-03-10  Vadim Zeitlininclude wx/utils.h in PCH-less build to ensure that...
2007-03-10  Vadim Zeitlinreturn effective dnd operation result and not the expec...
2007-03-10  Vadim Zeitlinset SO_REUSEADDR before binding for UDP sockets too...
2007-03-10  Vadim Zeitlinallow using numpad enter key to activate the default...
2007-03-10  Vadim Zeitlindon't send incorrect char events when entering Unicode...
2007-03-10  Vadim Zeitlincompilation fix after last change
2007-03-10  Vadim Zeitlincorrected the just-added operator=(RGBColor) return...
2007-03-10  Vadim Zeitlincorrected bug due to testing for wrong return value...
2007-03-10  Vadim Zeitlinadded wxColour(RGBColor) ctor and use it insteaf of...
2007-03-10  Stefan NeisApplied patch #1677782 (Lock with Timeout for wxMutex...
2007-03-10  Paul Cornettuse simpler color ctor
2007-03-09  Vadim Zeitlinimplement wxMutex::LockTimeout() using critical region...
2007-03-09  Václav SlavíkUnicode compilation fixes
2007-03-09  Václav SlavíkUnicode compilation fix
2007-03-09  Vadim Zeitlincompilation fix for wxUSE_STL==1 build
2007-03-09  Vadim Zeitlincompilation fixes after wxGTK_CONV_BACK changes
2007-03-08  Vadim Zeitlininclude wx/thread.h in debug build which is needed...
2007-03-08  Paul Cornettminor cleanup
2007-03-08  Paul Cornettuse full repaint style instead of size event
2007-03-08  Vadim Zeitlinuse gettimeofday() instead of clock_gettime() as the...
2007-03-08  Vadim Zeitlinmade wxGetTimeOfDay() public
2007-03-08  Vadim Zeitlinfix the bug which could have resulted in failing to...
2007-03-08  Vadim Zeitlindon't use font sizes less than 1 with Pango (remaining...
2007-03-08  Vadim Zeitlinuse facename in wxFontRefData::Init() in Unicode build...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinupdate the value shown in the combobox itself correctly...
2007-03-07  Vadim Zeitlintest for special keys first, before testing for alphanu...
2007-03-07  Vadim Zeitlinavoid flicker when setting the text which is the same...
2007-03-07  Vadim Zeitlinfix wrong assert in SetItemBitmap() (patch 1668449...
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinfix base64 computation for strings whose length modulo...
2007-03-07  Vadim Zeitlindon't delete m_pActiveChild twice in wxWINDOWCLOSEALL...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Vadim Zeitlinfix hang on startup in Unicode build if any standard...
2007-03-07  Vadim Zeitlintake images and margins into account when setting colum...
2007-03-07  Vadim Zeitlinclip column image (and not only the text) to the column...
2007-03-07  Vadim Zeitlinfixed detection of number of processors under Linux...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinuse critical section to protect global TablesInUse...
2007-03-07  Vadim Zeitlinuse wxRendererNative::DrawItemSelectionRect() to draw...
2007-03-07  Vadim Zeitlinfix warning about non-dllexport'ed base wxDataViewHeade...
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-07  Vadim Zeitlinmerge multiple lines into one as otherwise the display...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-07  Chris Elliottfix for sf bug 1671804
2007-03-07  Paul Cornettqueue resize on child when its position changes
next