]> git.saurik.com Git - wxWidgets.git/history - src
corrected library order to make the sample link
[wxWidgets.git] / src /
2005-03-27  Vadim Zeitlinsend wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once...
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-03-27  Vadim Zeitlindon't crash when trying to dump struct members which...
2005-03-27  Vadim Zeitlinmade Update() recursive under wxGTK2 (doesn't work...
2005-03-27  David ElliottThinking about it, this is a bad idea as MW CRT's struc...
2005-03-27  David ElliottDeclare strptime when using MSL headers on OS X.
2005-03-27  David ElliottAllow compilation with MW CRT on OS X. Unlike BSD...
2005-03-27  David ElliottEOVERFLOW is not available on classic Mac OS.
2005-03-26  David ElliottImprove type safety by doing a runtime check to make...
2005-03-26  Vadim Zeitlincompilation fix for wxUSE_ON_FATAL_EXCEPTION == 0
2005-03-26  Vadim Zeitlinchanged wxWindow::Refresh() to refresh the window child...
2005-03-26  Julian SmartAdded C/wxString array constructors to wxArrayString
2005-03-26  Robert Roebling Small fix for generic print dialog.
2005-03-26  Robert Roebling Commit empty wxConvBrokenFileNames
2005-03-26  Julian SmartFix for link error
2005-03-26  David ElliottGet rid of wxFontMapper in wxBase library.
2005-03-26  David ElliottUse wxFontMapperBase::Get instead of wxFontMapper:...
2005-03-26  David ElliottMoved #if wxUSE_COMBOBOX after real wx/wxprec.h include.
2005-03-26  Stefan Csomorcorrecting DoGetPosition for windows with borders
2005-03-26  David ElliottMetrowerks Objective-C++ is more strict about types...
2005-03-26  David ElliottMetrowerks: The unix.h header is part of MSL_Extras...
2005-03-26  Stefan Csomorcorrect scrolling and clipping of list headers
2005-03-26  David ElliottMake expat's configure detect if -ext o is needed ...
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  Stefan Csomoradding font fallbacks for non existing glyphs
2005-03-25  Włodzimierz SkibaWarning 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  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-24  Michael WetherellFix wxZipInputStream::SeekI (returns wxInvalidOffset...
2005-03-24  Vadim Zeitlinfix handling Alt-key events in wxComboBox
2005-03-24  Włodzimierz SkibaWarning fix.
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-24  Włodzimierz SkibaIncomplete wxUSE_* warning fix.
2005-03-24  Robin DunnApplied patch [ 1170019 ] Fix for wxGTK drop button...
2005-03-24  Chris Elliottremove erroneous comment
2005-03-24  Chris Elliottfix icoinse bug
2005-03-24  Julian Smartversion.rc fix regeneration
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 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 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 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  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-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-22  Włodzimierz SkibaBuild fixes.
2005-03-22  Julian SmartInclude frame.h to get wxFRAME_SHAPED
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
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 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 Zeitlinfixed Context_Current spelling
2005-03-21  Włodzimierz SkibaDummy warning fix.
2005-03-21  Włodzimierz Skiba32 bit range for wxSlider (#1166390).
2005-03-21  Włodzimierz SkibaCheck for empty page location to avoid crash in lack...
2005-03-21  Vadim Zeitlinfixed path to wx/debugrpt.h header (had extra include...
2005-03-21  Vadim Zeitlinfixed warnings about possibly uninitialized variables...
2005-03-21  Vadim Zeitlinunreachable code warning fix (Unicode build)
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-21  Vadim Zeitlinanother compilation fix after wxMenuBar ctor patch
2005-03-21  Vadim Zeitlinfixed SetColumnWidth() in wxLC_LIST mode (set column...
2005-03-21  Vadim Zeitlinadded closing parenthesis inside comment, no real changes
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-20  Mattia Barbon Fix wxFileConf crash demonstrated by the 'DeleteLastG...
2005-03-20  David WebsterFixes compile warnings
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2005-03-20  Julian SmartCompilo fix
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Vadim Zeitlinshow call stack in the assert dialog box
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-18  Julian Smart(Flickery) fix for droppings when there are no notebook...
2005-03-18  Ryan NortonFix recursiveness on error...
2005-03-18  Ryan Norton* Turn off by default...
2005-03-18  Ryan Norton* Dynamically load all quicktime stuff using a version...
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Ryan Norton* Fix refreshing bug with control not showing up intial...
next