wxWidgets.git
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2006-01-09  Vadim Zeitlinfix SetUserData() to delete the correct pointer
2006-01-09  Vadim Zeitlinfix for Unicode builds under OS X <= 10.2
2006-01-09  Vadim Zeitlindocument that wxDC can't be created
2006-01-09  David Surovellcleanup - reformat
2006-01-09  Robin DunnFix for wxMac when the tree doesn't have the focus...
2006-01-09  David Surovellcleanup - reformat
2006-01-09  Vadim Zeitlinmoved OnExceptionInMainLoop() from wxAppConsole to...
2006-01-09  Włodzimierz... Minor reformat.
2006-01-09  Vadim Zeitlinmention that wxMULTIPLE flag doesn't make sense with...
2006-01-09  Włodzimierz... defs.h doubled include fixed.
2006-01-09  Włodzimierz... wxMGL bakefiled for OpenWatcom (needs bakefiles from...
2006-01-08  Włodzimierz... wxMGL bakefiled for OpenWatcom (needs bakefiles from...
2006-01-08  Robert Roebling Added empty wxDataViewCtrl header and control name...
2006-01-08  Robert Roebling Added configure flag for wxDataViewCtrl.
2006-01-08  Robert Roebling Added configure checks for Hildon Framework.
2006-01-08  David Surovellfixed a typo
2006-01-08  David Surovellminor cleanup - reformat
2006-01-08  David Surovellcleanup - reformat
2006-01-08  Robert Roebling Added sample for wxDataViewCtrl
2006-01-08  Jamie GaddReturn correct values for GetFieldRect() when using...
2006-01-08  Jamie GaddInsertMenuItem can be used by submenus having bitmaps...
2006-01-08  Vadim Zeitlinfixes for Unicode build with CodeWarrior under OS X...
2006-01-08  Vadim Zeitlinfixed check for Metrowerks mbstowcs(): check for __MSL__
2006-01-08  Stefan Csomorallowing ampersands in choices and comboboxes means...
2006-01-08  Stefan NeisReplaced get{host,serv}by{name,addr} by the threadsafe...
2006-01-07  David Surovellfixed typo in prior checkin
2006-01-07  David Surovellcleanup - reformat
2006-01-07  Stefan Csomorbug fix for MacTel builds, using the same code on PPC...
2006-01-07  David Surovellminor cleanup
2006-01-07  David Surovellminor cleanup
2006-01-07  David Surovellcleanup - reformat
2006-01-07  Vadim Zeitlinrefresh the MDI frame window menu whenever a child...
2006-01-07  Vadim Zeitlinjust added wxUSE_MENUS around code using the menus
2006-01-07  Vadim Zeitlinremoved Win16 code
2006-01-07  Vadim Zeitlinadded a test command to show the current selection
2006-01-06  Stefan NeisIntegrated fixes for sizing/positioning; cleanup; remov...
2006-01-06  Stefan NeisFixed sizing&positioning and an error in subclassing.
2006-01-06  Stefan NeisCosmetic fixes.
2006-01-06  Vadim ZeitlinUnicode compilation fix
2006-01-06  Vadim Zeitlinfixed bug in GetString() introduced during the latest...
2006-01-06  Vadim Zeitlinadded GetString() test
2006-01-06  David Surovellcleanup - reformat (take 2)
2006-01-06  David Surovellcleanup - reformat
2006-01-06  Vadim Zeitlinadd comment about using not quite standard mbstowcs...
2006-01-06  Vadim Zeitlinuse our own mbstowcs() and wcstombs() implementations...
2006-01-06  Stefan NeisRemoved creation&deletion of an unused font object.
2006-01-06  Stefan NeisAllow multiple lines for a static text
2006-01-06  Vadim Zeitlinadded wx/object.h include (bug 1398517)
2006-01-06  Robin Dunnanother merge from WX_2_6_BRANCH
2006-01-06  Robin DunnAllow the frame (if there is one) to resize the toolbar...
2006-01-06  Robin DunnAdded wxSizerItem::SetUserData
2006-01-06  David Surovellcleanup - reformat; added assignment of initial selecti...
2006-01-06  David Surovellcleanup - reformat; added (disabled) support for second...
2006-01-05  Robin DunnWorkaround for wxMac since it is unable to dismiss...
2006-01-05  Mart Raudseppinclude wx/event.h, as it is used by-value (parent...
2006-01-05  David Surovellcleanup - reformat; minor code tweaks
2006-01-05  Stefan Csomorlayout adaptions for mac
2006-01-05  Stefan Csomortransparent grow box for dialogs
2006-01-05  David Surovellported KO's v262 change forward
2006-01-05  David Surovellcleanup - reformat (part 3)
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-05  Stefan NeisTemporarily disabled OS/2 specific code.
2006-01-05  David Surovellcleanup - reformat (part 2)
2006-01-04  Stefan NeisFixed sizing and positioning.
2006-01-04  Stefan NeisMinor cleanup
2006-01-04  Stefan NeisBetter default sizes.
2006-01-04  Stefan NeisCache slider size in DoSetSize.
2006-01-04  Stefan NeisFixed label handling (translating for accelerator handl...
2006-01-04  Stefan NeisImproved size handling.
2006-01-04  Stefan NeisFixed sizing and positioning, simplifying code (too...
2006-01-04  David Surovellcleanup - reformat
2006-01-04  Michael WetherellFix control and shift key event flags
2006-01-04  Michael WetherellUndefine true and false defined in scitech header
2006-01-04  Stefan Csomorremove sizing controls when being in fullscreen mode
2006-01-04  Stefan Csomorincrease min size to make all scrollbar controls visible
2006-01-04  Stefan Csomorstarting blend modes for Core Graphics
2006-01-04  Stefan Csomorfactoring out Background setter
2006-01-04  David Surovellcleanup - reformat
2006-01-04  David Surovellcleanup - reformat
2006-01-04  David Surovellcleanup - reformat
2006-01-04  David Surovellcleanup - reformat
2006-01-04  Vadim ZeitlinInitialize() returns bool, not void
2006-01-03  David Surovellcleanup - reformat
2006-01-03  David Surovellcleanup - reformat
2006-01-03  Stefan NeisApplied patch #1396039 (Notebook tab bitmaps)
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2006-01-03  Stefan NeisAdded thread-safe wrappers for get{host,serv}by{name...
2006-01-03  Stefan NeisApplied patch #1395526 (Autoradiobutton corrections)
2006-01-03  Stefan NeisFixed bug introduced by previous change (patch #1395852)
2006-01-03  David Surovellcleanup - reformat
2006-01-02  Vadim Zeitlindocument that font set with SetFont() is not automatica...
2006-01-02  Vadim ZeitlinGetFont() only works after SetFont()
2006-01-02  David Surovellcleanup - reformat
2006-01-02  Stefan NeisUse system colours
2006-01-02  Michael WetherellMention rcdefs.h in changes.txt
2006-01-02  Michael WetherellUpdate changes.txt with recent changes
2006-01-02  Stefan NeisImproved support for system colours and scrollbar width...
2006-01-02  Robin DunnAdded wx.GetColourFromUser and wx.GetFontFromUser
2006-01-02  Robin DunnreSWIGged
next