wxWidgets.git
2005-03-26  David ElliottMoved compiler detection macros to Bakefile.
2005-03-25  Vadim Zeitlindo nothing in Freeze/Thaw() if the window is hidden...
2005-03-25  Robin DunnFixed bug [ 1166937 ] Toolbar.DeleteToolByPos
2005-03-25  Michael WetherellSome improvements to the zip stream docs thanks to...
2005-03-25  Robin DunnreSWIGged
2005-03-25  Robin DunnBe a little smarter about converting unicode command...
2005-03-25  Robin DunnA little cleanup
2005-03-25  Robin DunnMoved some of the linux builds to a new build host
2005-03-25  Robin DunnAdded GetCount, GetCountRGB, and GetCountColour methods to
2005-03-25  Stefan Csomoradding font fallbacks for non existing glyphs
2005-03-25  Włodzimierz... Warning fix.
2005-03-25  Stefan Csomoradd the mac specific encodings correctly
2005-03-25  Robert Roebling Create wxPopUpWindow hidden initially (like MSW,...
2005-03-25  Stefan Csomorcreate a true empty string and not a null CFStringRef
2005-03-25  Michael Wetherellconfigure fix for OS/2 from Dave Parsons and David...
2005-03-25  Robert Roebling Applied wxPopWindow less flicker patch.
2005-03-25  Robert Roebling Initialized vars to something in wxToolBarBase.
2005-03-25  Vadim Zeitlinreversed disabling of deferred resizing in the last...
2005-03-25  Vadim Zeitlinfixed child window resizing
2005-03-25  Vadim Zeitlinmore cosmetic changes: type-safe Connect()s, removed...
2005-03-24  Michael WetherellFix wxZipInputStream::SeekI (returns wxInvalidOffset...
2005-03-24  Vadim Zeitlindon't call SetSize() twice in ResizeChild(), this is...
2005-03-24  Vadim Zeitlinfix handling Alt-key events in wxComboBox
2005-03-24  Robin DunnDelay some of the cascading resizes to work around...
2005-03-24  Włodzimierz... Warning fix.
2005-03-24  Włodzimierz... Fix for ambiguities which happen in STL=1 mode under...
2005-03-24  Włodzimierz... winundef.h serves for other compilators too with STL...
2005-03-24  Robin DunnreSWIGged
2005-03-24  Włodzimierz... Incomplete wxUSE_* warning fix.
2005-03-24  Robin DunnreSWIGged
2005-03-24  Robin DunnApplied patch [ 1170019 ] Fix for wxGTK drop button...
2005-03-24  Robin Dunnversion number update
2005-03-24  Robin Dunndocstring update
2005-03-24  Robin DunnAdded IsFalse()
2005-03-24  Robin DunnTile() now has a parameter
2005-03-24  Robin DunnOnly use locale.getdefaultlocale()[1] if sys.getdefault...
2005-03-24  Robin Dunnuse wxEventType instead of enum
2005-03-24  Robin Dunncopy *.py files too
2005-03-24  Robin Dunnfix string substitution
2005-03-24  Chris Elliottremove erroneous comment
2005-03-24  Chris Elliottfix icoinse bug
2005-03-24  Vadim Zeitlincleanup/reformatting
2005-03-24  Julian Smartversion.rc fix regeneration
2005-03-24  Vadim Zeitlincleanup: define events correctly, define type-safe...
2005-03-24  Julian SmartSwitch deferred sizing off by default
2005-03-24  Vadim Zeitlinfile dialog with wxMULTIPLE style still doesn't allow...
2005-03-24  Vadim Zeitlinlame temporary "fix" for file names which are not UTF...
2005-03-24  Vadim Zeitlinadded wxConvFileName which is a variable, not define...
2005-03-24  Vadim Zeitlindon't forget cards drawn on the canvas; general cleanup...
2005-03-24  Vadim Zeitlinremoved pragma interface/implementation (useless and...
2005-03-24  Vadim Zeitlinadded wxRendererNative::DrawDropArrow (patch 1166596)
2005-03-23  Vadim Zeitlinsrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
2005-03-23  Vadim Zeitlinfixed broken wxCtime() implementation (wrong buffer...
2005-03-23  Vadim ZeitlinWait() should now return correct exit code even if...
2005-03-23  Vadim Zeitlinsimplifications of checks for themed-background sysopt...
2005-03-23  Vadim Zeitlinadjust the rectangle before calling DrawThemeBackground...
2005-03-23  Vadim Zeitlinadded IsFalse() to simplify code doing HasOption(very...
2005-03-23  Vadim Zeitlinuse GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which...
2005-03-23  Robin DunnFix wxRTTI for wxGnomePrintDC
2005-03-23  Robin DunnInitialize m_privData before doign the assignment
2005-03-23  Julian SmartFurther srcdir -> top_srcdir corrections
2005-03-23  Julian Smartuse default position, not 0, 0
2005-03-23  Julian SmartUse top_srcdir for finding version.rc
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-23  Julian SmartElliptic arc fix for getting bounds
2005-03-23  Julian SmartAssert fix
2005-03-23  Julian SmartwxUSE_DEPRECATED set to 0 by default
2005-03-23  David ElliottGCC 4.0 (Apple 4059) is a little bit pickier than 3.3.
2005-03-23  David ElliottComment out extraneous include wx/wxprec.h (part of...
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-23  Vadim ZeitlinwxTextCtrl with wxTE_RICH2 style now uses RichEdit...
2005-03-23  Vadim Zeitlinclear m_aTypes array in Clear() as well (patch 1165866)
2005-03-22  Julian SmartWe need wxUSE_COMMON_DIALOGS for PPC
2005-03-22  Julian SmartRemoved unreadable/out of date guidelines.txt (any...
2005-03-22  Vadim Zeitlincorrected GetAppName() link
2005-03-22  Vadim Zeitlinadded debugrpt sample
2005-03-22  Włodzimierz... Wrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-22  Włodzimierz... Build fixes.
2005-03-22  Julian SmartInclude frame.h to get wxFRAME_SHAPED
2005-03-22  Włodzimierz... Fix for accessing environment variable with Watcom...
2005-03-22  Julian SmartDEBUGREPORT
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
2005-03-22  Julian SmartDon't use debug report under CE
2005-03-22  Julian SmartwxUSE_COMMON_DIALOGS must be 0 for eVC++ 3
2005-03-21  Vadim Zeitlinmore about GetRect() (patch 1158730)
2005-03-21  Vadim Zeitlinfixed unused function warning in GTK+ 2 compilation
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlinspeed up SetColumnWidth() by caching max column width...
2005-03-21  Vadim Zeitlinfixed wxTE_WORDWRAP description; wxTE_LINEWRAP supporte...
2005-03-21  Vadim Zeitlinadded support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR...
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-21  Vadim Zeitlinsupport wxFRAME_SHAPED, it works for dialogs too (patch...
2005-03-21  Vadim Zeitlinuse WXDLLIMPEXP_FL with event types declarations (patch...
2005-03-21  Vadim Zeitlinremove odbc lib to prevent rpm errors about unpackaged...
2005-03-21  Julian SmartAdapt lib to eVC++ 3/4/PPC
2005-03-21  Vadim Zeitlinfixed library order (important for static linking under...
2005-03-21  Włodzimierz... More wxWidgets in wxPoem demo code.
2005-03-21  Vadim Zeitlinbuild debugrpt sample if wxUSE_DEBUGREPORT
2005-03-21  Vadim Zeitlindefine USE_QA so that qa library is built
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
next