]> git.saurik.com Git - wxWidgets.git/history - src
don't use dynamic handlers for standard buttons as this prevents static event handler...
[wxWidgets.git] / src /
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...
2006-08-13  Vadim Zeitlinadded wxULongLong::ToDouble() (patch 1531597)
2006-08-13  Vadim ZeitlinF4 key also toggles combobox popup under MSW
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-08-13  Vadim Zeitlinadded wxDir::FindFirst() (modified patch 1525502)
2006-08-12  Paul Cornettuse GDK to convert pixmap to RGB for wxImage
2006-08-11  Stefan Csomoradding support for embedded controls in native toolbar
2006-08-11  Paul Cornettchange deprecated gdk_image_get to gdk_drawable_get_image
2006-08-11  Václav Slavíkcompilation fix for compilation w/o precompiled headers
2006-08-11  Paul Cornettcode simplification and minor cleanup
2006-08-11  Stefan Csomorcompilo introduced fixed
2006-08-11  Stefan Csomorremoving non-compositing code, adding individual transp...
2006-08-11  Stefan Csomorfix for 64 bit
2006-08-11  Stefan Csomorremoving code for pre 10.3 systems
2006-08-11  Stefan Csomorwe're always compositing
2006-08-11  Stefan Csomorfixing compilo for 10.5
2006-08-11  Stefan Csomorcommitting the code for resolution independence (turned...
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-10  Paul Cornettrevert unintended checkin of experimental change to...
2006-08-10  Paul Cornettavoid using deprecated gdk_image_new_bitmap()
2006-08-10  Vadim Zeitlinremoved wxHtmlWindow::m_Style which duplicated wxWindow...
2006-08-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
2006-08-10  Václav Slavíkcompilation fix for compilation w/o precompiled headers
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-10  Stefan Csomorusing newer API
2006-08-10  Vadim Zeitlinfixes for SetRange(): ensure that the value is valid...
2006-08-10  Vadim Zeitlinadded NormalizeValue() which can be used to ensure...
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-08-09  Stefan Csomoradding new files
2006-08-09  Stefan Csomorfixing code for shared mach-o builds (removing no-ops)
2006-08-09  Stefan Csomorsimplifying alpha, adding commented part for high-res...
2006-08-09  Stefan Csomorfixing y-transformations
2006-08-08  Václav Slavíkfixed SetBackground's argument check
2006-08-08  Václav Slavíkfixed gcc warnings about wrong format string
2006-08-08  Václav Slavíkadded wxRect::Inside(wxRect) for testing if a rectangle...
2006-08-08  Václav Slavík1. made wxImage compile with wxUSE_STREAMS but without...
2006-08-08  Václav SlavíkwxPipeInputStream depends on wxFile, use wxUSE_FILE
2006-08-08  Václav Slavíksafer GetFeature implementation: assert on unknown...
2006-08-07  Robin DunnChange Fit() back to using SetSize, not SetClientSize.
2006-08-06  Stefan NeisFixed (?) problem in region handling which caused major...
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-08-06  Angel Vidal VeigaBackporting from my SoC branch, fix for remotely closed...
2006-08-05  Mart RaudseppWarning fix.
next