]> git.saurik.com Git - wxWidgets.git/history - include/wx
fix for a warning in DLL build (patch 966823)
[wxWidgets.git] / include / wx /
2004-06-22  Vadim Zeitlinfix for a warning in DLL build (patch 966823)
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-06-22  Vadim Zeitlinremove unnecessary (and provoking a warning under IRIX...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-22  Vadim Zeitlinmoved wxEntry(HINSTANCE, ...) declaration to wx/msw...
2004-06-22  Vadim Zeitlinfixed wxEntry() signature
2004-06-22  Włodzimierz SkibaMaximized dialogs for SmartPhone.
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-21  Vadim Zeitlinremoved Direction_Max from Direction enum for consisten...
2004-06-21  Włodzimierz SkibaArray of strings is needed regardless of wxUSE_CMDLINE_...
2004-06-21  Václav Slavíkreverted previous revision, old clipboard API is still...
2004-06-21  Václav Slavíkdon't export deprecated interface to clipboard from DLL
2004-06-21  Václav SlavíkwxClipboard changes compilation fixes
2004-06-21  Václav Slavíkidentify more compilers
2004-06-20  Václav Slavíkcreate wxTheClipboard on first use, not startup --...
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-20  Mattia Barbon Fix for declaring arrays for non-numeric/non-pointer...
2004-06-20  Mattia Barbon Compilation fixes.
2004-06-19  Václav Slavíkdon't explicitly set font and bg colour
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-19  Mattia Barbon Remove no longer used header.
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
2004-06-17  Włodzimierz SkibaSeparation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-16  Włodzimierz SkibaSmartphone specific resource files.
2004-06-16  Robin DunnAdd SetMinSize and SetMaxSize to go along with the...
2004-06-15  Julian SmartEnum becomes public
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-15  Chris Elliottfix for Borland Dll build (SF bug #972989)
2004-06-15  Robin DunnAdd DoGetBestSize to wxCheckListBox that adds room...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-14  Václav Slavíkrespect GTK+'s theme tooltip colour settings
2004-06-13  Julian SmartAdded event table macros to wxGrid that take window...
2004-06-13  Vadim Zeitlincorrected DBErrorList DLL export declaration
2004-06-13  Julian SmartFix for DLL compilation bug (Fritz Elfert)
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-12  Robert Roebling Added master define for CommandBar vs. PocketPC mixed...
2004-06-11  Robert Roebling Compile fix for HANDHELDPC
2004-06-11  Robert Roebling Compile fix.
2004-06-11  Robert Roebling Added compatibility fix for wxADJUST_MINSIZE
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-06-10  Václav Slavíkremoved outdated comment
2004-06-10  Dimitri Schoolwerthclarified the parameters of MB2WC and WC2MB a little...
2004-06-10  Vadim Zeitlinfixed assert in SetItemText() for wxTR_MULTIPLE controls
2004-06-09  Vadim Zeitlinexplicit this-> is required by C++ standard, not g...
2004-06-09  Václav Slavíkremoved unneeded prototype
2004-06-08  Stefan Csomordirect ie non mutex crit-section implementation
2004-06-07  Václav Slavíkblind fix for compilation error in EVT macros
2004-06-06  Václav Slavíkfixed incorrect assert (patch #943970)
2004-06-05  Václav Slavíkdon't define _puttchar ourselves when using newest...
2004-06-05  Mattia Barbon Added code for 3 state checkbox.
2004-06-05  Václav Slavíkcorrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
2004-06-04  Václav Slavíkadded wxTaskBarIcon::CreatePopupMenu API
2004-06-04  Kevin OllivierMaking wxUSE_WEBKIT for optionally building wxWebKitCtrl.
2004-06-04  Václav Slavíkadded native wxColourDialog for GTK2
2004-06-04  Václav Slavíkcleared junk
2004-06-04  Stefan Csomorintroduction of m_peer
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-06-03  Julian SmartIf several doc templates use the same document and...
2004-06-03  Julian SmartSeparated creation and initialisation of a document...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-06-02  Robin DunnDefault arg for Id
2004-06-01  Robin Dunnremove EVT_STC_POSCHANGED as it's been deprecated in...
2004-06-01  Kevin OllivierFixes for wxWebKitCtrl to work with wxNotebook.
2004-05-31  Václav Slavíkimplemented freedesktop.org spec support for GTK versio...
2004-05-31  Václav Slavíkdon't call CopyBeforeWrite when returning non-const...
2004-05-31  Václav Slavíkcompilation fix for gcc-3.4
2004-05-31  Stefan Csomorcontinued spinning committed
2004-05-30  Julian SmartInclude filefn.h always (or problems on at least Mac)
2004-05-30  Dimitri Schoolwerthallow compilation with wxUSE_CHOICEDLG set to 0
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-29  Václav Slavíkuse shaped window for taskbar icon, so that background...
2004-05-29  Stefan Csomorcontrol data support
2004-05-29  Stefan Csomorpreparing for internal changes
2004-05-28  Robin DunnGetClientAreaOrigin should be public
2004-05-27  Stefan Csomordebug method added for flashing invalid areas
2004-05-27  Stefan Csomormenu associations
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-26  Václav Slavíkworkaround for BCC bug - use #defines instead of enums
2004-05-26  Julian SmartReverted config/resource name change
2004-05-25  Julian SmartMust have valid colours for X11 popup window implementation
2004-05-25  Julian SmartMissed reversions
2004-05-25  Julian SmartMore name changes
2004-05-25  Kevin OllivierwxWebKit now properly updates after a resize event.
2004-05-24  Robin DunnUse correct #if for interface/implementation pragma.
2004-05-24  Kevin OllivierFixes for Unicode build.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Mattia Barbon Fix memory leak by letting the base class version...
2004-05-23  Julian SmartName and version changes
2004-05-22  Mattia Barbon Do not realize the top level shell that acts as a...
2004-05-20  Robin DunnImplemented wxGetKeyState for wxGTK (and wxX11 too...
2004-05-19  Włodzimierz SkibaTRUE->true, FALSE->false replacements.
next