]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-05-09  Vadim Zeitlinremoved spurious trailing commas in enums
2006-05-09  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-08  Vadim ZeitlinwxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added
2006-05-08  Vadim Zeitlinjust regenerated with autoconf
2006-05-08  Vadim Zeitlinbakefile-generated makefiles for the sample
2006-05-08  Vadim Zeitlinmention wxComboControl
2006-05-08  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-08  Vadim Zeitlinadded conversion ctor to create const_iterator from...
2006-05-08  Włodzimierz... Include wx/dcprint.h according to precompiled headers...
2006-05-08  Vadim Zeitlinfixed operator[] in wxUSE_STL build
2006-05-08  Włodzimierz... Build fix.
2006-05-08  Włodzimierz... Build fix.
2006-05-08  Włodzimierz... Build fix.
2006-05-08  Włodzimierz... Include wx/dcmemory.h according to precompiled headers...
2006-05-08  Vadim Zeitlinadded operator[] for STL builds
2006-05-08  Vadim Zeitlinremoved __throws_bad_alloc import, this apparently...
2006-05-07  Stefan NeisNeed to do tests for compiler version (to determine...
2006-05-07  Paul Cornettcall static functions directly
2006-05-07  Paul Cornettunused variables/declarations
2006-05-07  Paul Cornettcorrect access for virtuals
2006-05-07  Vadim Zeitlinuse non numpad equivalents for the numpad keys in CHAR...
2006-05-07  Vadim Zeitlinremoved more unneeded code in kbd handling logic
2006-05-07  Vadim Zeitlinremoved code which had no effect in HandleChar()
2006-05-06  Vadim Zeitlingenerate ctors with optional parent parameters in C...
2006-05-06  Vadim Zeitlinfix for popup menus (part of patch 1238355)
2006-05-06  Robin DunnAdd wx.TextAttr.Merge
2006-05-06  Vadim Zeitlinbetter Wait/Delete() docs (patch 1434085)
2006-05-06  Vadim Zeitlinuse SubclassWin() insteaf of just wxAssociateWinWithHan...
2006-05-06  Vadim Zeitlinsend wxWindowCreateEvent from SubclassWin(), not WM_CRE...
2006-05-06  Vadim Zeitlindon't generate duplicate event for numpad keys with...
2006-05-06  Vadim Zeitlinuse wxGtkString instead of manual g_free()s (also fixed...
2006-05-06  Robin DunnGetXRCID has a new parameter
2006-05-06  Robin DunnAdded wxDD_CHANGE_DIR
2006-05-06  Robin Dunnminor wx.DirDialog updates
2006-05-06  Włodzimierz... Include wx/dcclient.h according to precompiled headers...
2006-05-06  Vadim Zeitlinpango_font_description_get_family() can return NULL
2006-05-06  Vadim Zeitlincompilation fix for the last check in
2006-05-06  Vadim Zeitlinclamp the point size of the font to a reaosnable range...
2006-05-06  Vadim Zeitlindocs for Get/SetNativeFontInfoUserDesc() (part of patch...
2006-05-06  Vadim Zeitlincache best size in DoGetBestSize()
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-05-06  Vadim Zeitlinsimplify the client data/non standard images handling...
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-05-06  Vadim Zeitlincorrected last change to cWC2MB() to also work for...
2006-05-06  Vadim Zeitlindon't allocate 0-sized buffer in cWC2MB() even if input...
2006-05-06  Vadim Zeitlinremoved wxIsLoggingEnabled() as it could create the...
2006-05-06  Vadim Zeitlintypo: PrintfInLogBug() was probably supposed to be...
2006-05-06  Vadim Zeitlindelete the old log target if one had been created someh...
2006-05-06  Vadim Zeitlinadded ConversionEmpty() test
2006-05-06  Vadim Zeitlinmention that Wait() relocks the mutex before returning...
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-05-06  Paul Cornettcall static functions directly
2006-05-06  Vadim Zeitlinadded wxTextAttr::Merge (modified patch 1482719)
2006-05-06  Vadim Zeitlindon't give an error when editing of the items label...
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-05-06  Vadim Zeitlinblank lines were ignored in multiline cell labels ...
2006-05-06  Vadim Zeitlincode cleanup in DrawTextRectangle()
2006-05-06  Vadim Zeitlinsigned/unsigned warning fix
2006-05-06  Vadim Zeitlinre-reversed SB_TOP/BOTTOM undoing rev 1.21 change ...
2006-05-06  Stefan Csomormust be AnyState , not NoState to get all elements...
2006-05-06  Paul Cornettdon't include scrollbar area in client size
2006-05-06  Vadim Zeitlinremoved TTN_NEEDTEXT handlers, we don't use tooltips...
2006-05-05  Vadim Zeitlincorrected wording of application shutdown logic description
2006-05-05  Włodzimierz... Include wx/dc.h according to precompiled headers of...
2006-05-05  Vadim Zeitlinmention that timestamp is in ms
2006-05-05  Robin Dunnfix a typo causing the wrong method to be called.
2006-05-05  Włodzimierz... CSS colour compatibility after #1473731.
2006-05-05  Włodzimierz... Helper for clipping to range.
2006-05-05  Włodzimierz... [ 1482626 ] Fix widgets sample build on unicode
2006-05-05  Paul Cornettcorrect access for virtuals
2006-05-05  Włodzimierz... Tinderbox build fix for wxUnivGTK build.
2006-05-05  Włodzimierz... !wxUSE_TOOLTIPS build fix.
2006-05-05  Włodzimierz... Include wx/frame.h according to precompiled headers...
2006-05-05  Włodzimierz... Misplaced #ifdef ... #endif fix.
2006-05-04  Vadim Zeitlinimplemented SetItemToolTip()
2006-05-04  Vadim Zeitlinadded static Apply(GtkWidget, tip) method
2006-05-04  Vadim Zeitlinmention that SetItemToolTip() is for wxMSW and wxGTK2...
2006-05-04  Vadim Zeitlinrenamed ss_tooltips to gs_tooltips to follow the standa...
2006-05-04  Vadim Zeitlinrenamed m_boxes to m_buttons because, well, it contains...
2006-05-04  Vadim Zeitlinrenamed local variable named m_radio as the m_ prefix...
2006-05-04  Vadim Zeitlinadded support for radiobox items tooltips in XRC
2006-05-04  Robin DunnAdded Get/SetItemToolTip
2006-05-04  Włodzimierz... Include wx/panel.h according to precompiled headers...
2006-05-04  Vadim Zeitlinmade GetRowCount() return size_t to avoid signed/unsign...
2006-05-04  Vadim Zeitlinadded brief wxRadioBox description
2006-05-04  Vadim Zeitlinonly take into account visible children in DoLayout()
2006-05-04  Vadim Zeitlinadded Get/SetItemToolTip() (and implemented them for...
2006-05-04  Vadim Zeitlinrelay mouse move events to the tooltips even when the...
2006-05-04  Vadim Zeitlinmade RelayEvent() static
2006-05-04  Vadim Zeitlinadded Remove(HWND); removed unused wParam parameter...
2006-05-04  Vadim Zeitlinallow entering multiline tooltips directly; allow remov...
2006-05-04  Vadim Zeitlinimplemented declared but never defined resize() method
2006-05-04  Vadim Zeitlinfixed python-related files names after they had been...
2006-05-04  Jouk Jansen Committing in .
2006-05-04  Jouk Jansen Committing in .
2006-05-04  Włodzimierz... Include wx/window.h according to precompiled headers...
2006-05-04  Kevin Ollivierdocopydocs is not needed for this script.
2006-05-04  Robin DunnEnsure the button still exists after the Notify before...
next