wxWidgets.git
2006-10-22  Vadim Zeitlinadded autopackage-related files
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-22  Stefan Csomoron demand creation of native CGContexts , so that pure...
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Chris Elliottremove empty dirs
2006-10-22  Stefan NeisReverted font breakage caused by changes in version...
2006-10-22  Stefan Csomoradding path accessors
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-22  Vadim Zeitlinmake install location autodetection work for executable...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-10-22  Stefan NeisApplied patch #1582212 (completed/fixed toolbar's wxTB_...
2006-10-22  Vadim Zeitlincall Init() from wxBufferedDC ctors to ensure that...
2006-10-22  Vadim Zeitlininherit the original layout direction (patch 1554810...
2006-10-22  Vadim Zeitlinwhy was using std::string and streams disabled by defau...
2006-10-22  Vadim Zeitlinadded wxAnimateCtrl test (rest of the patch 1581391)
2006-10-22  Vadim Zeitlinrearranged wxUSE_XXX tests in alphabetical order for...
2006-10-22  Vadim Zeitlinignore .cached files created by the sample
2006-10-22  Vadim Zeitlinmore printf() tests (slightly modified patch 1581936)
2006-10-22  Vadim Zeitlinfix compilation with PCH (patch 1581936)
2006-10-22  Vadim Zeitlinremoved ^Ms
2006-10-22  Robin DunnreSWIGged
2006-10-22  Robin DunnNo need to use wxPyMake_wxObject for wxImageList. ...
2006-10-22  Robin Dunnthe Append also does an INCREF, that's one more than...
2006-10-22  Robin DunnPatch #1581767: Another fix for wx.lib.calendar
2006-10-22  Robin DunnreSWIGged
2006-10-22  Robin DunnLots of little tweaks, mostly to draw selected items...
2006-10-22  Robin DunnAnimation support added to XRC
2006-10-22  Robin DunnAdd Get/SetInactiveBitmap
2006-10-22  Robin Dunn#include dcgraph.h
2006-10-22  Robin DunnAdd dcgraph.h to files.bkl and rebake
2006-10-21  Paul Cornettmove some definitions out of datacmn.cpp
2006-10-21  Robert Roebling Use wxGCDC in wxGTK to draw "Alpha" test page
2006-10-21  Robert Roebling Remove C++ dynamic cast for now.
2006-10-21  Paul CornettwxGraphicContext --> wxGraphicsContext
2006-10-21  Paul CornettwxGraphicContext --> wxGraphicsContext
2006-10-21  Paul Cornettnon-pch build fix
2006-10-21  Stefan NeisFixed port name used in #ifdef.
2006-10-21  Robert Roebling Fix warning.
2006-10-21  Stefan NeisCorrected port name used in headers.
2006-10-21  Robert Roebling Update Makefile.in after annimatectrlxrc addition.
2006-10-21  Vadim Zeitlinfix for tabs drawing in RTL (patch 1552881)
2006-10-21  Vadim Zeitlinadd some #if wxUSE_XXX (patch 1581470)
2006-10-21  Vadim Zeitlinfilter out duplicate date changed events sent by the...
2006-10-21  Vadim Zeitlinone more correction to wxCondition::WaitTimeout() retur...
2006-10-21  Vadim Zeitlinrestore the old status bar text when DoGiveHelp(false...
2006-10-21  Vadim Zeitlinremoved OnToolEnter() handler which interfered with...
2006-10-21  Vadim Zeitlinload _TrackMouseEvent dynamically to make it possible...
2006-10-21  Vadim Zeitlindon't use GetFileAttributesEx() which doesn't exist...
2006-10-21  Vadim Zeitlinalso define wxLstat for non-Unix platforms
2006-10-21  Vadim Zeitlinalso define wxLstat in ANSI build
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-21  Robert Roebling additions for animatectrl xrc sample.
2006-10-21  Vadim Zeitlindon't allow switches (i.e. options without value) to...
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-21  Vadim Zeitlin(blind) fix for Tru64 compilation (bug 769360)
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-21  Robert Roebling Compilo.
2006-10-21  Julian SmartAdded wxUSE_RICHTEXT guard
2006-10-21  Robin DunnSimplified EVT_PAINT handler
2006-10-21  Robin DunnDon't raise NotImplementedError from GetMark, just...
2006-10-21  Robin DunnSome API updates
2006-10-21  Robin DunnAvoid assert on wxMac
2006-10-21  Robin DunnwxMac apparently doesn't send EVT_SHOW, so just use...
2006-10-21  Robin DunnChange Refresh to Reset to avoid conflict with base...
2006-10-21  Robin DunnAvoid nested DC assert
2006-10-21  Robin Dunnmore informative FAIL message
2006-10-21  Robin Dunnuse consistent names (Graphic vs. Graphics)
2006-10-21  Robin DunnForward SetFont, SetBackgroundColour and SetForegroundC...
2006-10-20  Vadim Zeitlinfix warnings (double to int conversions and unused...
2006-10-20  Stefan Csomorscreendc implementation
2006-10-20  Stefan Csomornew method needed for screendc
2006-10-20  Stefan Csomorsetting a non valid font is permitted, implemented now
2006-10-20  Stefan Csomorfixing the screen dc, non 64 bit solution however
2006-10-20  Stefan Csomorcreating graphics context with the correct origin
2006-10-20  Stefan Csomoroffsetting dcs correctly
2006-10-20  Stefan Csomormoving the offsets into dcclient.cpp so that native...
2006-10-20  Stefan Csomoroffseting the graphics context correctly
2006-10-20  Václav Slavíkfixed computation of status bar fields width if the...
2006-10-20  Vadim Zeitlinput #if wxUSE_STATBOX around wxStaticBox usage (bug...
2006-10-20  Stefan Csomormac methodname fixed, so all use the same now
2006-10-20  Stefan Csomoradding same methodname as gtk and msw
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-20  Stefan Csomorfixing classname
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomoravoiding nesting dcs on the same window concurrently
2006-10-20  Stefan Csomorextending implementation
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-20  Włodzimierz... Typo.
2006-10-20  Włodzimierz... Updated list of subprojects.
2006-10-20  Chris Elliottmissing backticks
next