wxWidgets.git
2004-12-20  Robin DunnAdded wxEXEC_NODISABLE flag
2004-12-20  Robin DunnA little cleanup
2004-12-20  Robin DunnAdded a note to self to look at adding ProvidesBackgrou...
2004-12-20  Robin DunnAllow the OOR reference to be saved without doing an...
2004-12-20  Robin DunnTypemaps for wxFileOffset
2004-12-20  Robin DunnAdded wxEXEC_NODISABLE flag
2004-12-20  Robin Dunnnew wxMediaCtrl API
2004-12-20  Włodzimierz... Warning fix.
2004-12-20  Włodzimierz... Further decoration.
2004-12-20  Włodzimierz... Fixed typo.
2004-12-20  Włodzimierz... wxPalmOS mentioned.
2004-12-20  Włodzimierz... Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-20  Julian SmartVC++ 5 compatibility
2004-12-20  Vadim ZeitlinwxGetInstance must be defined as extern C (patch 1085837)
2004-12-20  Vadim Zeitlinend label editing if the control loses focus (slightly...
2004-12-20  Vadim Zeitlinfixed dragging scrollbar in wxUniv: use wxMouseEvent...
2004-12-20  Vadim Zeitlinadded flags parameter to wxExecute(wxArrayString *...
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-12-19  Vadim Zeitlinadded a note about old/new selection inconcistency...
2004-12-19  Vadim Zeitlinadded test for Unicode/ANSI
2004-12-19  Vadim Zeitlincorrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_...
2004-12-19  Vadim ZeitlinIRIX compilation fix: don't redeclare usleep() if HAVE_...
2004-12-19  Vadim Zeitlinuse DeferWindowPos() instead of MoveWindow() if possibl...
2004-12-19  Vadim ZeitlinWin16 version is not used any longer
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-12-19  Vadim Zeitlinmoved ProvidesBackground() from wxUniv to base wxWindow...
2004-12-19  Vadim Zeitlinonly use our background for children if it's inheritable
2004-12-19  Vadim Zeitlindon't propagate our (non default) background to childre...
2004-12-19  Vadim Zeitlincorrected compilation error in va_copy() test
2004-12-19  Vadim Zeitlinfixed background appearance for the controls with chang...
2004-12-19  Vadim Zeitlindo not inherit background colour in InheritAttributes...
2004-12-19  Stefan NeisFixed typo.
2004-12-19  Stefan NeisFixes for OS/2.
2004-12-19  Stefan NeisDo not export weak symbols from DLLs, as this causes...
2004-12-19  Stefan Csomorextended EventRef class
2004-12-19  Stefan Csomorcorrecting dangling refs / reuse
2004-12-19  Vadim Zeitlindocumented GetWindow() method
2004-12-19  Vadim Zeitlinuse ../sample.* instead
2004-12-19  Vadim Zeitlinuse standard icon under Unix as well
2004-12-19  Vadim Zeitlinuse standard icon; minor layout fixes
2004-12-19  Vadim Zeitlinuse the standard .rc file
2004-12-19  Vadim Zeitlinmake icons for different effects different
2004-12-18  Stefan NeisAdded support for debug libraries.
2004-12-18  Robert Roebling Fix for the fix for wxChoice selection.
2004-12-18  Stefan Csomorwake up corrections : correcting ref count (mem-leak...
2004-12-18  Stefan CsomorBig Endian Fixes, LCID support (must be paired with...
2004-12-17  Robin DunnOnly test the high order bit from GetKeyState, otherwis...
2004-12-17  Ryan NortonwxMediaCtrl API changes for 2.5.x/2.6
2004-12-17  Ryan NortonDocument osx hack
2004-12-17  Ryan NortonWarning fixes for msvc - return function address expli...
2004-12-17  Włodzimierz... Unicode markup.
2004-12-17  Włodzimierz... Follow wxTreeCtrl API.
2004-12-17  Robin DunnreSWIGged
2004-12-17  Robin DunnAdded default values for some parameters
2004-12-17  Robin DunnAdded notes for recent changes
2004-12-17  Robin Dunndocstring
2004-12-17  Robin DunnComputeScaleAndOrigin
2004-12-17  Vadim Zeitlinoverride AcceptsFocus() inherited from wxStaticBox...
2004-12-17  Vadim Zeitlinaccept focus in radiobox again (broken by making it...
2004-12-17  Vadim Zeitlincorrected comment about wxRadioBox not deriving from...
2004-12-17  Vadim Zeitlinrestored WS_EX_TRANSPARENT as otherwise background...
2004-12-17  Robin DunnBuild/installer support for building with MSVC 7.1...
2004-12-16  David ElliottFixed typo(?)
2004-12-16  Robin Dunnreset m_selectionOld when the selection is programatica...
2004-12-16  Włodzimierz... Make ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-16  Włodzimierz... Send full url to wxHtmlWindow::OnOpeningURL validation...
2004-12-16  Włodzimierz... Fixed typo.
2004-12-16  Włodzimierz... wxUniversal fix.
2004-12-16  Włodzimierz... GCC of PalmOS fix.
2004-12-16  Vadim Zeitlinsuppress annoying beeps when enter is pressed in combob...
2004-12-16  Vadim Zeitlinrestored accidentally removed code which deselects...
2004-12-16  Vadim Zeitlinfix memory leak when using styes (closes 1086273)
2004-12-16  Robin Dunnuntabified
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-16  Vadim Zeitlinrepaired setting foreground colours for the standard...
2004-12-15  Robin Dunnget the default encoding from the default locale.
2004-12-15  Robin DunnInstead of always using the Python default encoding...
2004-12-15  Julian SmartFurther AFM removal
2004-12-15  Julian SmartRemoved AFM files
2004-12-15  Włodzimierz... Move unused values into 2.4 compatibility. Source cleaning.
2004-12-15  Jouk Jansen Committing in .
2004-12-15  Jouk Jansen Committing in .
2004-12-14  Robin DunnreSWIGged
2004-12-14  Robin DunnDon't use WXDLLIMPEXP_MEDIA in the stub class
2004-12-14  Robin Dunnoptionally add the media library if not a MONOLITHIC...
2004-12-14  Włodzimierz... wx/math.h integration
2004-12-14  Włodzimierz... wx/math.h integration
2004-12-14  Włodzimierz... Be C file.
2004-12-14  Włodzimierz... Fixme removal.
2004-12-14  Włodzimierz... Geometry operators tests.
2004-12-14  Włodzimierz... Geometry operators tests.
2004-12-14  Robin DunnDon't call _setOORINfo from PreGrid
2004-12-14  Robin DunnAdded SetFocus and SetFocusIgnoringChildren to wx.Panel
2004-12-14  Robin DunnApplied patch #1084332: xrced does not respect encoding
2004-12-14  Vadim Zeitlinmore wxUniv compilation fixes (bug 1085003)
2004-12-14  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_4 == 0
2004-12-13  Robin Dunndeprecated Get/SetOptimization
2004-12-13  Robin DunnAdded
2004-12-13  Robin DunnDeprecated NotebookSizer and BookCtrlSizer
2004-12-13  Robin DunnAdded GetColoursCount
next