wxWidgets.git
2008-05-27  Vadim Zeitlinadd build/msw/wx_stc.dsp
2008-05-27  Vadim Zeitlinthere is no std::wostream under Palm (part of ticket...
2008-05-27  Vadim Zeitlinifdef fixes for PalmOS6 (part of ticket 4700)
2008-05-27  Vadim ZeitlinPalm compiler needs const_cast for passing const int...
2008-05-27  Vadim Zeitlinfixes for Linux build (part of ticket 4700)
2008-05-27  Václav Slavíksilence warnings about not using double-buffered surfac...
2008-05-27  Vadim Zeitlintranslate comments in English (part of ticket 4700)
2008-05-27  Vadim Zeitlindistinguish between Server 2003 and XP 64-bit (closes...
2008-05-27  Vadim Zeitlinadd a mention to OS description string if running under...
2008-05-27  Vadim Zeitlinrecognize Vista by name in wxGetOsDescription()
2008-05-27  Robert RoeblingFix links
2008-05-27  Robert RoeblingMinor doc update
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-27  Robert RoeblingClear columns on destruction
2008-05-27  Robert RoeblingMinor wxList clarification
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-27  Robert RoeblingReapply wxWeakRef patch again
2008-05-27  Robert RoeblingUse wxWindowRef to hold pointer to default button
2008-05-27  Stefan Csomorfixing arc filling for angles > 180
2008-05-26  Paul Cornettfix removing menu item, ticket 3387
2008-05-26  Robert RoeblingRemoved more //@ groups
2008-05-26  Robert RoeblingTicket #9493: interface-string-asterisk.patch
2008-05-26  Robert RoeblingVarious minor corrections
2008-05-26  Robert RoeblingMinor correction
2008-05-25  Kevin Ollivier(Port to trunk) Fix for wxClientDC::GetAsBitmap, which...
2008-05-25  Kevin OllivierBuild fix for non-pch builds, e.g. for universal binary...
2008-05-25  Robert RoeblingRemoved Item Management category, minor corrections
2008-05-25  Robert RoeblingClarified wxWindow::Find() wrt to returning *this*...
2008-05-25  Robert RoeblingDefer SetHorizontalExtent to idle, also fixes (wxListBo...
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-25  Vadim Zeitlincreate tests/window directory for wxWindow tests
2008-05-24  Vadim Zeitlinadd test for bug 716
2008-05-24  Robert RoeblingDont send spin text update event from SetValue()
2008-05-24  Robert RoeblingMention wxDataViewTreeCtrl in wxTreeCtrl
2008-05-24  Robert RoeblingMinor doc corrections
2008-05-24  Robert RoeblingDon't use font encoding in Unicode mode
2008-05-24  Chris ElliottBorland still hates ternary ?
2008-05-24  Vadim Zeitlincompilation fix after the last change
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-23  Vadim Zeitlinadded wrapsizer (should have been checked in a long...
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Robert RoeblingwxTextCtrk::GetRange() shouldn't crash on out of range...
2008-05-23  Robert RoeblingSimplify SetValue() with empty string
2008-05-23  Vadim Zeitlincall base class version from SetWindowStyleFlag() to...
2008-05-23  Vadim Zeitlincorrect toggling of the selected icon (closes 4029)
2008-05-23  Robert RoeblingInvocation of default button by <ENTER> was impossible...
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-23  Robert RoeblingUpdate IsSelection() docs
2008-05-23  Robert RoeblingUpdate controls sample to follow documented logic
2008-05-23  Robert RoeblingMove event generation in multiple selection mode to...
2008-05-23  Robert RoeblingMove event generation in multiple selection mode to...
2008-05-23  Robert RoeblingMove event generation in multiple selectino mode to...
2008-05-23  Robert RoeblingUpdate selection cache when inserting items, too
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-23  Robert RoeblingRemove deprecated methods
2008-05-23  Robert RoeblingDisable events upon item deletion (just in case) and...
2008-05-22  Robert RoeblingForgot client data
2008-05-22  Robert RoeblingMake events match better with MSW
2008-05-22  Stefan NeisLinker fix for non-PM builds.
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-05-22  Robert RoeblingMinor doc corrections
2008-05-22  Robert RoeblingAlso allow UP and DOWN if we reached max number of...
2008-05-22  Robert Roebling[ wxwindows-Patches-1947680 ] wxMac: Fixes number of...
2008-05-22  Paul Cornettadd missing static keyword
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-22  Vadim Zeitlindon't reserve space for the icons if none are used...
2008-05-22  Vadim Zeitlinadd handling of wxWrapSizer flags (part of ticket 9468)
2008-05-22  Vadim Zeitlinfix the confusion in boolean attributes handling in...
2008-05-21  Paul Cornettbutton text uses fg color, not text color
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-21  Robert RoeblingMake height of red square depend on value in the model
2008-05-21  Robert RoeblingAdd test for progress renderer
2008-05-21  Robert RoeblingQuery value from the model column given by col->GetMode...
2008-05-21  Václav Slavíkfixed compilation with DirectFB 0.9
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-21  Robert RoeblingUpdate wxString overview
2008-05-21  Robert RoeblingCorrect wxString:Append docs
2008-05-21  Robert RoeblingCorrect formatting
2008-05-21  Robert RoeblingMention dropdown menu
2008-05-20  Robert RoeblingCommit mem leak fix I introduced
2008-05-20  Robert Roeblingreplaces unsigned int with wxUIntPtr
2008-05-20  Robert RoeblingFix mem corruption due to string no longer being in...
2008-05-20  Paul Cornettget wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
2008-05-20  Stefan Csomormake independent from carbon
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-20  Stefan Csomorallows resetting color of text to black, closes #4826
2008-05-20  Stefan Csomorallows resetting color of text to black, closes #4826
2008-05-20  Robert RoeblingDon't make lines narrower that default line height...
2008-05-20  Bryan PettyMore interface header reviews by Azriel Fasten, and...
2008-05-20  Paul Cornettremove unused files
2008-05-20  Paul Cornettadd missing braces
2008-05-20  Paul Cornettadd missing break statement
2008-05-20  Paul Cornettput frame extents XGetWindowProperty code in one place
2008-05-19  Robert RoeblingSet EventObject in event
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-19  Robert RoeblingMissing header
2008-05-18  Chris Elliotttry to fix SF bug 1913671
2008-05-18  Chris Elliottremove helpGen from distribution (see SF bug 1812087
next