]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
2007-02-16  Julian SmartAdded support for hover bitmap
2007-02-16  Vadim Zeitlinupdate from Ivan Masar
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-14  Vadim Zeitlinuse AllocExclusive() instead of duplicating its code...
2007-02-14  Vadim Zeitlincorrected StartDoc() return value testing broken in...
2007-02-14  Vadim Zeitlinfix warning about unused variable in release build...
2007-02-14  Vadim Zeitlinfix warning about unused TRACE_MASK variable in release...
2007-02-14  Vadim Zeitlincorrected IMPLEMENT_DYNAMIC_CLASS macros to ensure...
2007-02-14  Vadim Zeitlinadded wxEL_NO_REORDER style (modified patch 1655969)
2007-02-14  Vadim Zeitlinupdate from Adiel Mittmann
2007-02-14  Vadim ZeitlinSlovak translation added
2007-02-13  Vadim Zeitlinremoved superfluous semicolon
2007-02-13  Vadim Zeitlinvarious compilation fixes
2007-02-13  Włodzimierz... Avoid do-nothing virtuals in WinCE.
2007-02-13  Włodzimierz... Make QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-13  Włodzimierz... WinCE build fix.
2007-02-13  Włodzimierz... Warning fix.
2007-02-12  Julian SmartPass correct values to spin control
2007-02-12  Robert Roebling Hack to support iso8859 and other wrongly formated
2007-02-12  Vadim Zeitlinclarify Wait() semantics (see patch 1652076)
2007-02-12  Vadim Zeitlinfixed LastRead() after Read(wxOutputStream&) (patch...
2007-02-12  Vadim Zeitlincompilation fix for last commit
2007-02-12  Vadim Zeitlinsuppress gcc warnings about invalid format strings
2007-02-12  Vadim Zeitlindon't run WrongFormatStrings test with system printf...
2007-02-12  Václav Slavíkfixed syntax errors
2007-02-12  Vadim Zeitlinupdate from Reinout van Schouwen
2007-02-12  Vadim Zeitlinremoved spurious cast of GetTruncatedJDN() return value...
2007-02-11  Robert Roebling Fix wxGTK wxListBox::Append() to return correct
2007-02-11  Robert Roebling pixbuf cursor support is for GTK 2.4.
2007-02-11  Vadim Zeitlinmade GetStrings() const (patch 1655975)
2007-02-11  Vadim Zeitlinmore const correctness (slightly modified patch 1655991)
2007-02-11  Vadim Zeitlincheck for wxUSE_MDI which is needed by this code (patch...
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2007-02-11  Vadim Zeitlindon't Printf() the string into itself (replaces patch...
2007-02-11  Vadim Zeitlinmiscellaneous minor corrections (patch 1652327)
2007-02-11  Vadim Zeitlinmade AddPendingEvent() virtual (patch 1652077)
2007-02-11  Vadim Zeitlinfit the control when its real contents is attached...
2007-02-11  Vadim Zeitlinwarn if wxVsnprintf() is not being used
2007-02-11  Vadim Zeitlinadded test for %c and other minor changes (patch 1643843)
2007-02-11  Vadim Zeitlindon't use strlen() to verify the length of the string...
2007-02-11  Vadim Zeitlindefine DisableAutomaticSETranslator() correctly when...
2007-02-11  Vadim Zeitlinwrite the entire file at once in Flush() instead of...
2007-02-11  Vadim Zeitlincompilation fix for 64 bit platforms (where size_t...
2007-02-11  Vadim Zeitlinupdate the popup menu item when it's [un]checked too...
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-10  Vadim Zeitlincorrected version in the libraries names: it's only...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-10  Vadim Zeitlinfix compilation with WXWIN_COMPATIBILITY_2_6 off (and...
2007-02-10  Julian SmartDon't optimize if there are child windows
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-09  Vadim Zeitlinadded EVT_MOUSE_CAPTURE_LOST handler
2007-02-08  Julian SmartUpdated the mask
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2007-02-08  Chris Elliottremove out of date files (for dmc and 2.4 wxW)
2007-02-08  Vadim Zeitlinnot needed any more now that this directory is not...
2007-02-08  Vadim Zeitlinremoved obsolete batch files for building wx with obsol...
2007-02-08  Vadim Zeitlinremoved obsolete makefiles
2007-02-08  Vadim Zeitlinremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not...
2007-02-08  Vadim Zeitlinfixed incorrect use of UpdateUI handlers; don't use...
2007-02-08  Vadim Zeitlinremoved the old tmake project files
2007-02-08  Vadim Zeitlinadded const overload of GetChildren()
2007-02-08  Vadim Zeitlindefine wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not...
2007-02-08  Vadim Zeitlinfixed unreachable code warning in release build
2007-02-08  Vadim Zeitlinfixed what looked like a typo in hit code testing in...
2007-02-08  Vadim Zeitlincorrected return value and skipped flag setting in...
2007-02-07  Robin DunnreSWIGged
2007-02-07  Vadim Zeitlinupdate the text of a read-only combobox (and hence...
next