]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2006-05-04  Robin DunnHandle object ownership of wxTreeListColumnInfo and...
2006-05-04  Robin Dunnwx.ProgressDialog.Update now returns two values.
2006-05-04  Robin DunnFont size adjustment
2006-05-04  Robin DunnUse SetBackgroundStyle for wxGTK
2006-05-04  Robin DunnAdd test for a stock button
2006-05-04  Robin DunnAdd GetAsString
2006-05-04  Robin DunnAmazingly GetInt returns an integer
2006-05-04  Robin DunnIsAlwaysMaximized
2006-05-04  Robin DunnExpose UpdateScrollbar and RemoveScrollbar
2006-05-04  Robin DunnDocstring updates
2006-05-04  Robin DunnRedo (again) how the stock objects are initialized...
2006-05-04  Robin DunnIgnore Destroy calls on wx.BusyInfo
2006-05-04  Robin Dunn3 parameter wx.ImageList.Replace is now available every...
2006-05-04  Robin DunnMain now takes a list of args
2006-05-04  Robin DunnDrawCheckButton -- > DrawCheckBox
2006-05-03  Vadim Zeitlinmoved wx/msw/helpbest.h to HTML_HDR from MSW_DESKTOP_HDR
2006-05-03  Vadim Zeitlincompilation fix when not using PCH
2006-05-03  Włodzimierz... Include wx/stream.h according to precompiled headers...
2006-05-03  Vadim Zeitlinremove non existing AM_OPTIONS_WXRC: it results in...
2006-05-03  Vadim Zeitlinfixed printf format warning on 64 bit platforms
2006-05-03  Vadim Zeitlindocumented GetPathWithSep()
2006-05-03  Vadim Zeitlininclude volume in path returned by GetPathWithSep()
2006-05-03  Kevin OllivierInitial implementation of wxWidgets build scripts for...
2006-05-03  Kevin OllivierInclude and use the shared docopydocs function.
2006-05-03  Kevin OllivierMake sure to include the current values for INCLUDE...
2006-05-03  Kevin OllivierMove the copying of docs that are included in several...
2006-05-03  Paul CornettwxASSERT(false) --> wxFAIL
2006-05-03  David Surovellminor cleanup - reformatting
2006-05-03  Robin DunnPatch from Eli Golovinsky. Adds generation of _()...
2006-05-03  Vadim Zeitlinupdate the sizes of all pages when the control size...
2006-05-03  Vadim Zeitlindon't invalidate the tree size when pages are added...
2006-05-03  Vadim Zeitlinfixed setting selection when there are NULL pages in...
2006-05-02  Vadim Zeitlinmention that FindToolForPosition() is not implemented...
2006-05-02  Paul Cornettcorrect access specifier for virtuals
2006-05-02  Paul Cornettremove definitions which are already in wx/app.h
2006-05-02  Włodzimierz... DMC warning fix.
2006-05-02  Włodzimierz... Include wx/utils.h according to precompiled headers...
2006-05-01  Paul Cornett& operator should be &&
2006-05-01  Stefan Csomoruse cleaner OSX version (10.3 upwards)
2006-04-30  Włodzimierz... Renamed DrawCheckButton due to conflict with existing...
2006-04-30  Włodzimierz... eVC3 (older WinCE) build fix.
2006-04-30  Włodzimierz... Be nice to eVC++ build process and don't include not...
2006-04-30  Włodzimierz... Warning fixes.
2006-04-30  Robert Roebling Applied patch to add n bitmaps at once to an image
2006-04-30  Robert Roebling Patch 1476076 about negative wxImage size when
2006-04-30  Robert Roebling wxListBox default cstr doc patch.
2006-04-30  Robert Roebling Commit XML doc patch.
2006-04-30  Robert Roebling Blindly added wxImageList::replace( int, bitmap,...
2006-04-30  Robert Roebling Added gtk dirdlg
2006-04-30  Robert Roebling int -> unsigned int in wxListBox docs.
2006-04-30  Robert Roebling Committed bakefile correction.
2006-04-30  Robert Roebling Fix mem leak.
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
next