wxWidgets.git
2006-09-11  Vadim Zeitlincompilation fix
2006-09-11  Václav Slavíkimplemented DrawPoint in terms of DrawLine (for now)
2006-09-11  Václav Slavíkremoved tabs and trailing whitespace
2006-09-11  Václav SlavíkwxXML load/save improvements: added ability to not...
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-11  Robert Roebling Make IsExposed virtual.
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlincompilation fixes for wxUSE_STL==1 (patch 1555754)
2006-09-10  Vadim Zeitlinminor corrections and note about Unicode (patch 1555691)
2006-09-10  Vadim Zeitlinuse RTL paragraphs in rich edit control in RTL mode...
2006-09-10  Vadim Zeitlinreturn correct coordinates for child windows from DoGet...
2006-09-10  Vadim Zeitlinfix static box label drawing in RTL locale (patch 1552545)
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinuse wxID_OPEN instead of INTERNAT_OPEN
2006-09-10  Vadim Zeitlincompilation fix for Unicode build (patch 1546975)
2006-09-10  Vadim Zeitlinallow wxRB_GROUP to be changed after creation (patch...
2006-09-10  Vadim Zeitlinfix constructing wxRegKey from string names (replaces...
2006-09-10  Vadim Zeitlinclear values of type SQL_C_DATE/TIME too (patch 1541829)
2006-09-10  Vadim Zeitlindon't call ::GetSystemMetrics() unnecessarily in wxGetH...
2006-09-10  Paul Cornettavoid null pointer dereference in DoGetClientSize
2006-09-10  Robert Roebling The usual missing commit.
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-10  Vadim Zeitlinensure that -2 font size is readable, it could be too...
2006-09-10  Vadim Zeitlinsmall sample cleanup (formatting, use stock menu items)
2006-09-10  Vadim Zeitlinensure that IsDialogMessage() is not called in the...
2006-09-10  Václav Slavíkcompilation fix
2006-09-10  Václav Slavíkfixed subcontrols refreshing in wxWindow::Refresh
2006-09-10  Václav Slavíkmake it possible to create wxWindowDC for a hidden...
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-09-10  Robert Roebling Also set GTK text direction to m_wxwindow.
2006-09-10  Robert Roebling Remove direct access to GtlPizza's offset
2006-09-10  Vadim Zeitlinblind compilation fix for daily builds error
2006-09-10  Vadim Zeitlincompilation fix for !WX_PRECOMP (missing wx/app.h)
2006-09-10  Mart RaudseppRestore ability to have a much lower runtime GTK versio...
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-10  Vadim Zeitlincompilation fix after wxGUIAppTraits::GetToolkitVersion...
2006-09-10  Vadim Zeitlinremoved unused variable
2006-09-09  Vadim Zeitlincompilation fixes after recent stock menu items changes
2006-09-09  Robin DunnreSWIGged
2006-09-09  Robin Dunnmore properties
2006-09-09  Robin Dunnmention Pulse mode on Guage, and native toolbar on Mac
2006-09-09  Robin DunnPath fix
2006-09-09  Robin DunnreSWIGged
2006-09-09  Robin DunnreSWIGtged
2006-09-09  Robin DunnIt's not in use yet, but add Kevin's docparser code...
2006-09-09  Robin DunnBuild the contents and index files for HtmlHelp
2006-09-09  Robin DunnDetachRoot
2006-09-09  Robin DunnAdd AddStretchSpacer and friends
2006-09-09  Robin DunnPulse mode in gauge
2006-09-09  Robin DunnShow Pulse mode
2006-09-09  Robin DunnCompilo fix
2006-09-09  Paul Cornettremove unused GtkPizza members scroll_[xy]
2006-09-09  Robin DunnDon't show AlphaDrawing for now...
2006-09-09  Robin DunnSimplify use of MacIsWindowScrollbar
2006-09-09  Kevin OllivierMac(Carbon) impl of wxGauge::Pulse, also added sample...
2006-09-09  Paul Cornettinclude fix
2006-09-09  Vadim Zeitlincheck encoding in EnumerateFacenames(); implemented...
2006-09-09  Vadim Zeitlinonly return matching modes from GetModes()
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-09  Vadim Zeitlinimplement wxComboBox::SetEditable()
2006-09-09  Václav Slavíkadded unary wxPoint::operator-
2006-09-09  Robert Roebling The patch was missing a header.
2006-09-09  Robert Roebling incomplete commit
2006-09-09  Robert Roebling Apply patch [ 1548750 ] wxVsnprintf() various fixes
2006-09-09  Robert Roebling Typo.
2006-09-09  Robert Roebling Applied doc patch.
2006-09-09  Vadim Zeitlindefine debugging log functions as (empty inline) wxLogN...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-09  Vadim Zeitlinundid last 2 commits, there are many more cases like...
2006-09-09  Vadim Zeitlinmore warning fixes about empty if statement in helper...
2006-09-09  Vadim Zeitlinfix warning about empty if statement in HDCClipper...
2006-09-09  Robert Roebling Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
2006-09-09  Robert Roebling Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
2006-09-09  Robin DunnDon't let the built-in scrollbars confuse things when...
2006-09-09  Paul Cornettadd emission hook from RemoveIdleSource (was RemoveIdle...
2006-09-09  Paul Cornettremove unneeded DoGetClientSize
2006-09-09  Paul Cornettdon't set negative window size
2006-09-09  Paul Cornettkeep AdjustScrollbars from causing an infinite series...
2006-09-09  Robin DunnRemove some testing code
2006-09-08  Robin DunnUse GetKeyCode() instead of KeyCode()
2006-09-08  Robin DunnShow status of wxMac CoreGraphics build option
2006-09-08  Robin DunnAdd items to wx.PlatformInfo for mac core graphics...
2006-09-08  Robin DunnIt is not "Invalid" to have a menu item without an...
2006-09-08  Robin DunnAdded sample showing Alpha drawing for Mac with CoreGra...
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-08  Václav Slavíkfixed wxDC to correctly handle SetFoo(wxNullFoo) calls
2006-09-08  Robin DunndeTABified
2006-09-08  Václav Slavíkadded newline to the end of the file to prevent gcc...
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-08  Vadim Zeitlindefine WS_EX_LAYOUTRTL for older compilers/SDK
2006-09-08  Robert Roebling Sadly, direct access to SetUpDC is required for the
2006-09-08  Stefan Csomorfixing ownership and positioning of embedded controls...
2006-09-08  Stefan Csomormake sure we catch invalid control refs better
2006-09-08  Chris Elliottfix for SF bug 1543862 - add missing Makefile.in
2006-09-08  Robin DunnreSWIGged
2006-09-08  Robin DunnreSWIGged
2006-09-08  Robin Dunnanother parameter type fix
2006-09-08  Robin DunnwxMac's glcanvas doesn't have the new API changes yet...
2006-09-08  Robin DunnMore properties
next