wxWidgets.git
2006-10-23  Michael WetherellAdd tests for wxBackingFile.
2006-10-23  Michael WetherellRename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.
2006-10-23  Michael WetherellUndo most of the previous commit.
2006-10-23  Michael WetherellRemove the part that says "don't remove this!" as discu...
2006-10-23  Michael WetherellOn unicode builds detect gcc 3.4 precompiled header...
2006-10-23  Vadim Zeitlindon't update the size of a maximized TLW, whatever...
2006-10-23  Vadim Zeitlintry to simplify the web of ifdefs; add Borland to the...
2006-10-23  Vadim Zeitlindon't show licence pane if there is no licence text
2006-10-23  Robin DunnBump subrelease number
2006-10-23  Robert Roebling Document wxAppTraits::GetDesktopEnvironment.
2006-10-23  Robin DunnUsed wxConstCast where needed, fixed other compile...
2006-10-23  Robin Dunnadded missing default ctor
2006-10-23  Robin DunnUse wxGTK_CONV to fix compile error when building in...
2006-10-23  Robin DunnAdd collpane headers to files.bkl, and also collpaneg...
2006-10-23  Robert Roebling Mention that GTK now supports wxALWAYS_SHOW_SB.
2006-10-23  Robert Roebling[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Václav Slavíkdon't disable caret blinking on non-MSW platforms
2006-10-23  Włodzimierz... PCH build fix.
2006-10-23  Robin DunnUpdate GraphcsContext/Path dummy classes
2006-10-23  Robin DunnUpdate ReST docs
2006-10-23  Robin Dunn2.7.1.2 release
2006-10-23  Robin DunnSplit the Python wxaddons package into its own package
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellCompile fix.
2006-10-23  Michael WetherellCorrect comment.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellCheck for fdopen. Probably everywhere has it, but check...
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-10-23  Michael WetherellWarning fix for vc8, and move wxGetFileKind out of...
2006-10-23  Michael WetherellAdd WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate...
2006-10-23  Włodzimierz... Use generic collapsible pane for wxUniv based builds.
2006-10-23  Włodzimierz... Correct 'markup' for GetResourceHandle after recent...
2006-10-23  Włodzimierz... Use generic collapsible pane for wxOS2.
2006-10-23  Włodzimierz... Use generic collapsible pane for wxUniv based builds.
2006-10-23  Włodzimierz... Warning fix.
2006-10-23  Włodzimierz... Warning fix.
2006-10-23  Włodzimierz... Rebaked makefiles after htmllistbox and collapsable...
2006-10-23  Stefan Csomoradding new constructors
2006-10-23  Julian SmartFixed return values
2006-10-23  Paul Cornettnon-pch build fix
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlinuse gtk_expander_new_with_mnemonic() instead of just...
2006-10-22  Vadim Zeitlincleanup (mainly wrapping lines to be < 80 chars); added...
2006-10-22  Vadim Zeitlinshow the item for which the context menu is shown correctly
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinthere is no need to convert wxArrayString to wxString...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlintest indeterminate wxGauge mode (part of patch 1551409)
2006-10-22  Vadim Zeitlinreverted change which made the progress dialog more...
2006-10-22  Stefan NeisExtended #1560785 (wxFileName::IsReadable/Writable...
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Vadim Zeitlinmoved last change under the correct (2.7.2) version
2006-10-22  Vadim Zeitlinclarify Skip() meaning even more (latest version of...
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...
next