]> git.saurik.com Git - wxWidgets.git/history - src/common
Include "xrc" support properly for OpenVMS
[wxWidgets.git] / src / common /
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-09-17  Robert Roebling [ 1521481 ] wxPathList modernization
2006-09-17  Robert Roebling[ 1558691 ] wxPNGHandler: Preserve palette
2006-09-17  Robert Roebling [ 1559550 ] Fix wxVariant wxDateTime conversion from...
2006-09-17  Robert Roebling [ 1557326 ] Remove redundant code from wxComboCtrl
2006-09-16  Kevin OllivierAdding OS X list ctrl implementation file, and listctrl...
2006-09-14  Paul Cornettadd Create to wxDocParentFrame
2006-09-14  Włodzimierz SkibaWarning fix.
2006-09-14  Włodzimierz SkibaMinor cleanup.
2006-09-14  Vadim Zeitlindon't append trailing tab to items which don't have...
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-14  Vadim Zeitlindefine HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while...
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinclear values of type SQL_C_DATE/TIME too (patch 1541829)
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-09-09  Robin DunnCompilo fix
2006-09-09  Robin DunnSimplify use of MacIsWindowScrollbar
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-09  Robert Roebling incomplete commit
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-09  Robin DunnDon't let the built-in scrollbars confuse things when...
2006-09-09  Paul Cornettdon't set negative window size
2006-09-08  Robin DunnIt is not "Invalid" to have a menu item without an...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-07  Vadim Zeitlinfix wxSTOCK_WITH_MNEMONIC handling (was reversed after...
2006-09-06  Michael WetherellFixed ReadLine missing last character from text files...
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-06  Robert Roebling Applied 1215477, fixing a crash by properly removing
2006-09-06  Paul Cornettdon't return negative size from GetPageRect
2006-09-06  Paul Cornettdon't set negative size in wxSizerItem::SetDimension
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Michael WetherellRevert the last commit since it doesn't work.
2006-09-04  Michael WetherellCompile fix for Wine.
2006-09-04  Michael WetherellMissing headers.
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-09-04  Vadim Zeitlinsmall cleanup, removed unused headers
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-09-03  Vadim Zeitlincall TIFF callbacks wxTIFFFooProc instead of _tiffFooPr...
2006-09-03  Vadim Zeitlinclose output stream when TIFFClose() is called
2006-09-01  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_6==0
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-08-29  Michael WetherellWarning fixes for VC5.
2006-08-28  Michael Wetherellglibc's vswprintf doesn't nul terminate on truncation.
2006-08-27  Stefan NeisFixed OS/2 specific defines (there's no such thing...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-27  Václav Slavíkmade wxCSConv fall back to iso-8859-1 if wxFONTENCODING...
2006-08-25  Vadim Zeitlinremove the object from wxPendingDelete list before...
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-24  Włodzimierz SkibaWinCE build fixes.
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - missing functions.
2006-08-23  Václav Slavíkcompilation fix for !wxUSE_BUTTON
2006-08-22  Michael WetherellUse string.h instead of memory.h, since some system...
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-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Vadim Zeitlinconnect the affirmative/cancel button handlers to new...
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 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  Julian SmartShouldn't need to repeat the extern
2006-08-19  Julian SmartCompile fixes
2006-08-18  Julian SmartApplied patch [ 1531615 ] size support for wxFileName
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  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-16  Václav Slavíkwarning fix for !wxUSE_FONTMAP
2006-08-15  Paul Cornettbuild fix: don't use compatibility names in wx code
2006-08-15  Paul Cornettnon-pch build fix
2006-08-13  Vadim Zeitlincorrected signed/unsigned comparison warnings
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Vadim Zeitlinfixes for several fatal problems when using wxComboCtrl...
2006-08-13  Vadim Zeitlinadded wxULongLong::ToDouble() (patch 1531597)
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-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
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-07  Robin DunnChange Fit() back to using SetSize, not SetClientSize.
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-08-01  Václav Slavíkfixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
2006-08-01  Stefan Csomoron mac using macroman only created once a successful...
2006-07-31  Vadim Zeitlinrelease build unused variable warning fix
next