wxWidgets.git
2004-04-01  Vadim Zeitlinadded script for generating tags file for wxGTK
2004-04-01  Vadim Zeitlinuse GetFont() instead of (possibly not initialized...
2004-04-01  Vadim Zeitlinshow window from PostCreation() (which is called for...
2004-04-01  Vadim Zeitlinonly use font/colours in SetWidgetStyle() if they're set
2004-04-01  Vadim Zeitlinreally show the menubar (calling Show(TRUE) doesn't...
2004-04-01  Vadim Zeitlinreally show the window after creation (calling Show...
2004-04-01  Václav Slavíkforgot to add header file
2004-04-01  Václav Slavíktest program improvements (patch 927429)
2004-04-01  Vadim Zeitlinuse the window default colours, not hardcoded ones...
2004-04-01  Vadim Zeitlingive the panel 3D grey colour by default: as it's not...
2004-04-01  Vadim Zeitlinuse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
2004-04-01  Vadim Zeitlinfixed unused param warning
2004-04-01  Václav Slavíkcommited streams test suite (not part of build yet...
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation...
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation
2004-04-01  Václav SlavíkBCC fixes
2004-04-01  Stefan Csomorremoved duplicate background colour setting (was leadin...
2004-04-01  Stefan Csomorremoved flags for wxOK etc that interfere with minifram...
2004-04-01  Stefan Csomorcast corrected
2004-04-01  Vadim Zeitlinno changes
2004-04-01  Vadim Zeitlinuse MSWCreateControl() instead of the old mess; impleme...
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinremoved SetFont() inheriting the parents font
2004-04-01  Vadim Zeitlinadded wxGetCCDefaultFont() returning the default icon...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-31  David ElliottUpdate Rez command to reflect new location for .r files.
2004-03-31  Stefan Csomorcorrected Refresh (client coordinates)
2004-03-31  Stefan Csomorscrollbars added
2004-03-31  Julian SmartAdded version test
2004-03-31  Robert Roebling Applied patch for Intel compiler.
2004-03-31  Stefan Csomordifferent approaches implemented
2004-03-31  Stefan Csomorrefresh on move changed
2004-03-31  Stefan Csomorreverting drawing code
2004-03-31  Vadim Zeitlinfixed compilation for Mac (MacUpdateImmediately() doesn...
2004-03-30  Vadim Zeitlinset SMALL_FONT for controls here because InheritAttribu...
2004-03-30  Vadim Zeitlindon't inherit font from the parent by default
2004-03-30  Vadim Zeitlindocumented Set/GetWindowVariant()
2004-03-30  Robin DunnMore notes about the type conversion fragment.
2004-03-30  Vadim Zeitlincall wxApp::OnExceptionInMainLoop() when an exception...
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2004-03-30  Vadim Zeitlinadded and documented wxApp::OnExceptionInMainLoop()
2004-03-30  Robin DunnreSWIGged
2004-03-30  Robin DunnVersion number update
2004-03-30  Robin DunnBetter conversion functions for integral and floating...
2004-03-30  Robin Dunnremove 'point' arg from kwargs if it was replaced
2004-03-30  Stefan Csomorfixing auto wrap and default font
2004-03-30  Vadim Zeitlinimplemented Freeze/Thaw() (patch 922156)
2004-03-30  Stefan Csomordatabrowser notification trigger events now
2004-03-30  Stefan Csomoruse base class implementation
2004-03-30  Julian SmartMore installation instruction tweaks
2004-03-30  Julian SmartFix for missing __CHAR_BIT__ under MacOS X
2004-03-30  Julian SmartCompile fixes for 10.2 headers
2004-03-30  Stefan Csomorreexported and changed linefeeds to unix
2004-03-30  Julian SmartNeed wxUSE_LIBMSPACK
2004-03-30  Stefan Csomorsince we are not getting the kEventDraw messages for...
2004-03-30  Vadim Zeitlinuse -lcma for a build with threads under HP-UX using...
2004-03-30  Vadim Zeitlindefine _INCLUDE__STDC_A1_SOURCE for HP-UX, it is appare...
2004-03-30  Stefan Csomormixed height and width
2004-03-30  Stefan Csomorcommented that redraw workaround as it was causing...
2004-03-30  Julian SmartRemoved redundant lines
2004-03-30  Julian SmartAdded Ryan Wilcox's creator type setting script
2004-03-30  Robin DunnreSWIGged
2004-03-30  Robin DunnreSWIGed
2004-03-30  Robin DunnTypos
2004-03-30  Robin DunnForward declare wxPyScrolledWindow
2004-03-30  Robin Dunnfixed GetFirstChild/GetNextChild to make a copy of...
2004-03-30  David ElliottDo not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_...
2004-03-30  David ElliottGetMenuBar() now traverses up the hierarchy so it no...
2004-03-30  David ElliottwxMenuBase changes:
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-03-30  Robin DunnRegenerated ReST docs, removed the config setting that...
2004-03-30  Robin DunnUpdated version number
2004-03-30  Robin DunnGenerate pywrap as a console tool.
2004-03-29  Patrick K.... Oops. Put @echo off line back in. Only needed to...
2004-03-29  Patrick K.... Made more useable from the command-line, since that...
2004-03-29  Robin DunnCheck that the file successfully loaded, use the length...
2004-03-29  Stefan Csomorattempt to work around SDK specific problems
2004-03-29  Václav Slavíkapplied patch 923858 (fixes crash in zlib streams)
2004-03-29  Stefan CsomorBestSize is ok for built-ins
2004-03-29  Stefan Csomoranother attempt to export
2004-03-29  Robert Roebling Applied SetForegorund colour patch for GTK2.
2004-03-29  Robert Roebling Applied patches.
2004-03-29  Stefan Csomoradded tlw include
2004-03-29  Stefan Csomorbest size calculations based on bitmap size
2004-03-29  Robin Dunnif basePath is empty use '.'
2004-03-29  Robin DunnUse "&Help" so wxMac doesn't make an extra help menu
2004-03-29  Stefan CsomorUpdate Region is not always correct, we use the visible...
2004-03-29  Stefan CsomorUMADrawControl is not to be used anymore
2004-03-29  Stefan CsomorCleanup
2004-03-29  Stefan CsomorSetSize with all -1 was returning too soon in some...
2004-03-29  Stefan Csomorfixed multiline wrap-around
2004-03-29  Vadim Zeitlinadded a howto for adding a new encoding to wxWin
2004-03-29  Stefan Csomorcleanup in toplevel activation, and switching to native...
2004-03-29  Stefan Csomorstarted for unicode text control, in case we will not...
2004-03-29  Stefan Csomoradded port state save class
2004-03-29  Vadim Zeitlinremoved separate wxSYS_ICONTITLE_FONT; made it the...
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-29  Stefan Csomoradded hilite change notification
2004-03-29  Julian SmartWince fix
next