]> git.saurik.com Git - wxWidgets.git/history - src
try to deal more gracefully (than simply not showing anything at all) with invalid...
[wxWidgets.git] / src /
2006-08-24  Vadim Zeitlintry to deal more gracefully (than simply not showing...
2006-08-24  Włodzimierz SkibaWinCE build fixes.
2006-08-24  Włodzimierz SkibaWarning fix.
2006-08-24  Włodzimierz Skibawx\settings.h is part of PCH support.
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - wxIcon and wxCursor moved...
2006-08-24  Włodzimierz SkibaWarning fix.
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - missing functions.
2006-08-24  Robert Roebling Added resize support to wxMiniFrame.
2006-08-24  Robert Roebling Suppress warning from wxMiniFrame.
2006-08-24  Robert Roebling revert bits for XBM bitmaps under MSW
2006-08-24  Robert Roebling Reenable inversion code again.
2006-08-24  Paul Cornettallow white as mask color when creating mask from mono...
2006-08-23  Robert Roebling Use the same colour for miniframe title bar and
2006-08-23  Robert Roebling Use close button used in wxMiniFrame.
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Robert Roebling Comment out suspicious 1-bit bitmap conversion
2006-08-23  Václav Slavíkfixed HTML colours parsing after patch #1473731 ('wxCol...
2006-08-23  Robert Roebling Comment out direction aware code for now.
2006-08-23  Robert Roebling Add opaque move support to wxGTK's wxMiniFrame.
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-08-23  Vadim Zeitlinno real changes, just use IsSingle/MultiLine() insteado...
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-08-23  Václav Slavíkcompilation fix for !wxUSE_BUTTON
2006-08-23  Robin DunnAlways create the pixmap with an alpha channel
2006-08-22  Robert Roebling Skip double size events.
2006-08-22  Robert Roebling Set size of hint window before showing it.
2006-08-22  Robert Roebling Forgot this one.
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Paul Cornettprevent linker from discarding wxStockGDIMac
2006-08-22  Michael WetherellCompile fix for Minix.
2006-08-22  Michael WetherellUse string.h instead of memory.h, since some system...
2006-08-22  Robert Roebling Commited Bryan Petty's blind fix patch.
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-22  Vadim Zeitlinfixed a crash and a leak in GetShortcutTarget() (closes...
2006-08-22  Vadim Zeitlindon't force UTF-8 encoding to ISO-8859-1 for GTK+ 2...
2006-08-22  Paul Cornettuse wxModule to ensure proper initialization order...
2006-08-21  Robert Roebling Don't emit bogus size events if a child window
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-21  Robin DunnRecognize the numpad cursor keys too
2006-08-21  Stefan Csomorremoving unneeded event table
2006-08-21  Robert Roebling Fix same compilation again, I guess 0 was
2006-08-21  Robert Roebling Fix compilation under MSW with GCC cross.
2006-08-20  Vadim Zeitlinadded stock menu items support
2006-08-20  Stefan NeisAdded stub for wxIsPlatform64Bit.
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Stefan NeisRemoved event table as these things are now handled...
2006-08-20  Vadim Zeitlinremoved unneeded cast to wxWindowDC in DrawItemSelectio...
2006-08-20  Vadim Zeitlinconnect the affirmative/cancel button handlers to new...
2006-08-20  Vadim Zeitlinset wxID_CLOSE as affirmative id, not cancel id, this...
2006-08-20  Vadim Zeitlinmap Esc to GetAffirmativeId() instead of hardcoded...
2006-08-20  Vadim Zeitlinhandle the buttons with ids specified in SetAffirmative...
2006-08-19  Vadim Zeitlindon't use deprecated wxStripMenuCodes overload
2006-08-19  Vadim Zeitlindon't use the hack with handling wxID_CLOSE button...
2006-08-19  Vadim Zeitlindon't call base class OnOk() directly, use EndDialog...
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Paul Cornettuse wxChar* instead of wxString for string constants...
2006-08-19  Vadim Zeitlinremoved #ifdef wxTopLevelWindowNative -- it's now defin...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-08-19  Vadim Zeitlinupdate the item width when making it bold, otherwise...
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-19  Vadim ZeitlinScrollLines() didn't use correct step_increment, so...
2006-08-19  Julian SmartShouldn't need to repeat the extern
2006-08-19  Julian SmartCompile fixes
2006-08-18  Paul Cornettcode simplification and cleanup
2006-08-18  Julian SmartApplied patch [ 1531615 ] size support for wxFileName
2006-08-18  Chris Elliottadd #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile
2006-08-17  Michael WetherellCrash fix from Tim Kosse.
2006-08-17  Paul Cornettremove Win32S-specific code
2006-08-17  Václav Slavíkavoid calling wxSystemSettings::GetMetric() from wxIcon...
2006-08-17  Paul Cornettbuild fixes
2006-08-16  Václav SlavíkwxPlatformInfo::IsUsingUniversalWidgets() was broken...
2006-08-16  Paul Cornettrevert last change
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-16  Michael WetherellAvoid warnings from VC++ 5.0
2006-08-16  Václav Slavíkwarning fix for !wxUSE_FONTMAP
2006-08-16  Stefan NeisBuild fix.
2006-08-16  Paul Cornett(blind) build fix
2006-08-15  Vadim ZeitlinIntel compilation fix (patch 1540790)
2006-08-15  Chris ElliottBorland compiler does not like a variable called except
2006-08-15  Paul Cornettbuild fix: don't use compatibility names in wx code
2006-08-15  Vadim Zeitlinresolve IsWow64Process() dynamically; don't rely on...
2006-08-15  Stefan Csomormaking sure the hint window does not have a (white...
2006-08-15  Paul Cornettnon-pch build fix
2006-08-14  Vadim Zeitlindon't execute code unnecessarily/twice (patch 1539690)
2006-08-14  Alex BlighFix unicode build on UNIX operating systems
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-08-13  Vadim ZeitlinwxGetOsVersion() compilation andl inking fixes for...
2006-08-13  Vadim Zeitlinremoved code for non-compositing case to fix the compil...
2006-08-13  Vadim Zeitlincompilation fixes after recent wxFontEnumerator changes...
2006-08-13  Vadim Zeitlincorrected signed/unsigned comparison warnings
2006-08-13  Vadim Zeitlinregenerated after adding platinfo.{h|cpp}
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Chris Elliottfix borland error about string refernce
2006-08-13  Paul CornettwxBitmap does not need to use gdk_wx_draw_bitmap
2006-08-13  Paul Cornettmore accurate mask creation for low color displays
2006-08-13  Vadim Zeitlinfixed crash if the control is moved while the popup...
2006-08-13  Vadim Zeitlinfixes for several fatal problems when using wxComboCtrl...
2006-08-13  Vadim Zeitlinfixed SetSelection(-1) for controls with multiple selec...
next