]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-03-08  Paul Cornettremove unreachable declaration
2007-03-08  Paul Cornettadd HAVE_ROUND
2007-03-08  Paul Cornettminor cleanup
2007-03-08  Paul Cornettuse full repaint style instead of size event
2007-03-08  Paul Cornettnon-debug build fix
2007-03-08  Vadim Zeitlinuse gettimeofday() instead of clock_gettime() as the...
2007-03-08  Vadim Zeitlinmade wxGetTimeOfDay() public
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2007-03-08  Vadim Zeitlinfix infinite recursion typo in operator!=() (patch...
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 Zeitlinremoved unused src/gtk/main.cpp
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 Zeitlinadd checks for GTK+ 2.10 (part of patch 1661851)
2007-03-07  Vadim Zeitlinupdate m4 files to bakefile 0.2.2
2007-03-07  Vadim Zeitlinuse critical section to protect global TablesInUse...
2007-03-07  Vadim Zeitlinadd a note about changing selection background colour
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  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 WXWIN_COMPATIBILITY_2_4
2007-03-07  Vadim Zeitlinno changes, just fixed a typo in warning given about...
2007-03-07  Roman Rolinsky0.1.8-2
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-07  Vadim Zeitlinremoved wx/wave.h which was deprecated since 2.4
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-07  Vadim Zeitlinno changes, just a typo in SetItemImage() comment
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
2007-03-07  Vadim Zeitlinreturn correct client area for at least the primary...
2007-03-06  Julian SmartCorrect too-small size when the progress dialog is...
2007-03-06  Julian SmartMade choice convenient dialog more, well, convenient...
2007-03-05  Julian SmartUpdated change log
2007-03-05  Julian SmartFixed problem with tab size calculation not reflecting...
2007-03-05  Julian SmartOptimization: don't set the base background colour
2007-03-05  Julian SmartDrawing correction
2007-03-05  Julian SmartImplemented text background colour
2007-03-05  Vadim Zeitlinuse virtual size for the size of the buffer when wxBUFF...
2007-03-05  Paul Cornettuse AllocExclusive
2007-03-04  Vadim Zeitlinhandle mouse capture lost event in grid windows and...
2007-03-04  Vadim Zeitlinremove inexistent wxGetMultipleChoice()
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-03-03  Paul CornettDon't assert on value change which shouldn't occur...
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2007-03-01  Václav Slavíkallow using both char* and wchar_t* in wxFileConfig...
2007-02-28  Chris Elliottfix for MSVC see sf bug 1669419
2007-02-27  Vadim Zeitlinregenerated with theversion of bakefile which uses...
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-02-27  Vadim Zeitlinremoved stray return from SetFont()
2007-02-26  Vadim Zeitlincall gtk_paint_focus() with NORMAL state, not SELECTED...
2007-02-26  Vadim Zeitlininterpret text invalid in the current encoding (typical...
2007-02-26  Jouk Jansen OpenVMS compile support update
2007-02-24  Vadim Zeitlinrecognize the encoding name without hyphens as synonym...
2007-02-24  Vadim Zeitlinadded MSxxx and IBMxxx as synonyms for CPxxx code pages...
2007-02-24  Václav Slavíkchanged wxArrayString::m_pItems from wxChar* to const...
2007-02-24  Kevin HockBuild fix from FM (cascade from object.h changes making...
2007-02-23  Robert Roebling FM small patch for wxDataViewCtrl compilation
2007-02-23  Julian SmartFixed a control-arrow bug
2007-02-23  Roman Rolinsky1.8-1
2007-02-23  Roman RolinskyFixed SetItemBold and editing 'growable' properties of
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-22  Julian SmartFixed a confusion between window and client size that...
2007-02-22  Kevin OllivierFix for crash when an invalid font was being mistakenly...
2007-02-21  Václav Slavíkfixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake
2007-02-21  Julian SmartApplied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
2007-02-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2007-02-20  Václav Slavíkfixed incorrectly reported WXWIN_COMPATIBILITY_2_6...
2007-02-20  Julian SmartFixed a problem with tabs when text spills over the...
2007-02-20  Václav Slavíkcompilation fix
2007-02-20  Julian SmartIgnore Windows key
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2007-02-19  Julian SmartLayout correction
2007-02-19  Julian SmartDoc corrections
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-17  Robert Roebling Minor parts from FM's wxDataViewCtrl patch.
2007-02-17  Robert Roebling [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
2007-02-17  Vadim Zeitlindo adjust scrollbars in our EVT_SIZE handler now that...
2007-02-16  Julian SmartIsShown shouldn't cause empty sizers to not have their...
2007-02-16  Vadim Zeitlindon't delete inexistent column indices in DeleteCols()
2007-02-16  Vadim Zeitlinsuppress warning about casting -1 to guint
next