wxWidgets.git
2009-03-02  Kevin OllivierRebake after OS X Cocoa header changes.
2009-03-02  Kevin OllivierCommit changes caused by setting configure.in's svn...
2009-03-02  Kevin OllivierUpdate files.bkl to look in the proper place for moved...
2009-03-02  Vadim Zeitlinbuild fix: define DoGetValue() and GetEditableWindow()
2009-03-02  Vadim Zeitlincompilation fix after GetEditableWindow() signature...
2009-03-02  Vadim Zeitlinfix warning about possibly uninitialized variable in...
2009-03-02  Vadim Zeitlinremove SetValue() which is not needed and which definit...
2009-03-02  Vadim Zeitlinmake GetEditableWindow() protected as it's used by...
2009-03-02  Vadim ZeitlinwxUniv compilation fixes after wxTextEntry::DoGetValue...
2009-03-02  Vadim Zeitlinfix overloaded virtual warning
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinset correct properties
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-02  Vadim Zeitlinadd ugly macros to abstract the difference between...
2009-03-02  Vadim Zeitlinupdate to Dutch translations from Gideon van Melle
2009-03-01  Francesco Montorsidocument that wxDialog::ShowModal() creates its own...
2009-03-01  Francesco Montorsidocument internal wxDateTime enums the way they're...
2009-03-01  Francesco Montorsido not duplicate large blocks of docs; use @overload...
2009-03-01  Francesco Montorsifix rendering of wxGrid on wxMSW when a dialog is over...
2009-03-01  Francesco Montorsiuse wxRenderer::GetCheckBoxSize() instead of doing...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-03-01  Francesco Montorsimove wxGridCellRenderer::Draw before other derived...
2009-03-01  Francesco Montorsiforce use of generic about dialog as to test unfocused...
2009-03-01  Francesco Montorsiname the enum with wxDir flags to make it easier to...
2009-03-01  Chris Elliottavoid error of menu with zero ID
2009-03-01  Francesco Montorsiremove old and outdated tech notes
2009-03-01  Francesco Montorsibetter document the possible arguments accepted by...
2009-03-01  Vadim Zeitlinrecognize schemes other than http and ftp in wxLaunchDe...
2009-03-01  Vadim Zeitlindocument wxTextEntry
2009-03-01  Vadim Zeitlinadded const_cast<> to silence gcc warnings (see #10520)
2009-02-28  Robert RoeblingNever show tree lines when there are tree buttons under...
2009-02-28  Robert RoeblingUse gdk_window_invalidate instead of gtk_widget_queue_d...
2009-02-28  Bryan PettywxPosition doesn't need renamed, it's supposed to be...
2009-02-28  Vadim Zeitlincompilation fixes for ANSI mode build (closes #10518)
2009-02-28  Vadim Zeitlinreset the tooltip text before changing it, this apparen...
2009-02-28  Kevin OllivierCast needed to fix compilation on 10.4 --This line...
2009-02-27  Vadim Zeitlinadd missing WXDLLIMPEXP_CORE (which surprisingly is...
2009-02-27  Vadim ZeitlinTurkish translation update from Hakkı DoÄŸusan
2009-02-27  Julian SmartCompile fix under wxGTK
2009-02-27  Francesco Montorsiadd references to OnEventLoopEnter/Exit callbacks
2009-02-27  Francesco Montorsifix doxygen warnings
2009-02-27  Francesco Montorsimention that some event logic now requires a running...
2009-02-27  Vadim ZeitlinVC6 compilation fix after last change: WXDLLIMPEXP_TEMP...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-27  Vadim Zeitlinadded wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
2009-02-27  Julian SmartFixed wxRichTextCtrl base class
2009-02-27  Vadim Zeitlinmove functions using deprecated methods out of line...
2009-02-27  Julian SmartCorrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class
2009-02-27  Stefan Csomorapplying patch, fixes #10523
2009-02-27  Stefan Csomorapplying patch, fixes #10524
2009-02-26  Jaakko SalliNo longer overestimate virtual height given to the...
2009-02-26  Jaakko SalliwxPropertyGrid::IsEditorFocused() is now public
2009-02-26  Vadim Zeitlinfix Remove() argument in the example (closes #10521)
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY_INLINE
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-02-26  Vadim Zeitlinanother missing WXDLLIMPEXP to fix DLL build
2009-02-26  Jouk JansenUpdating OpenVMS compile configuration
2009-02-26  Václav Slavíkadded wxXmlResource::LoadFile() to avoid URL-vs-filenam...
2009-02-26  Václav Slavíkfixed wxXmlResource::Load's detection of filenames...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-25  Vadim Zeitlincompilation fix after last commit
2009-02-25  Vadim Zeitlindon't use template assign() with VC6, even though it...
2009-02-25  Vadim Zeitlincompilation fix after the previous commit
2009-02-25  Vadim Zeitlinfix for DLL build: wxEvtHandlerArray should be in wxBas...
2009-02-25  Vadim Zeitlinundo the change of r57522, it's not needed any more...
2009-02-25  Vadim Zeitlinpostpone the check for the validity of growable rows...
2009-02-25  Vadim Zeitlinreplace templae Connect() overloads with separate Bind...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-25  Francesco Montorsidocument wxPolygonFillMode
2009-02-25  Francesco Montorsino real change: just group functions in a logic manner
2009-02-25  Vadim Zeitlindon't call Refresh(empty-rect) unnecessarily
2009-02-25  Francesco Montorsitry to clear the device/logical unit fog; remove unused...
2009-02-25  Francesco Montorsirevise all code; do not use many global objects; use...
2009-02-25  Jouk JansenUpdate compile configuration for OpenVMS
2009-02-25  Kevin OllivierRemove no longer necessary re-entrancy check, fix funct...
2009-02-25  Vadim Zeitlinfix handling of long lines in wxGridCellAutoWrapStringR...
2009-02-24  Kevin OllivierFix for deprecated constructor issues, setting a functi...
2009-02-24  Benjamin Williamsfocus fixes for wxAUINotebook (fixes #4361)
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-24  Kevin OllivierTurn off the annoying beep when a key down is passed...
2009-02-23  Vadim Zeitlinremove non-existent wx/msw/datecontrols.h from files...
2009-02-23  Vadim Zeitlinadd wx/persist/*.h files
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-22  Vadim Zeitlincorrect the coordinates used for DIBs in StretchBlt...
2009-02-22  Vadim Zeitlinavoid integer overflow when computing the radius in...
2009-02-22  Vadim Zeitlinno changes, just update the copyright in the header
2009-02-22  Vadim Zeitlinadd accessors for sockaddr to wxSockAddress (closes...
2009-02-22  Kevin OllivierQuick fix to prevent a crash when running on 10.4.
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
2009-02-22  Kevin OllivierMissed one symbol used in the compatibility path.
2009-02-22  Kevin OllivierFix for building under 10.4, where the BlendMode consta...
2009-02-22  Stefan NeisVarious compilation fixes.
2009-02-22  Kevin OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-22  Kevin OllivierAdd support for EVT_TEXT in OS X Cocoa.
2009-02-22  Vadim Zeitlinput something in the content field type in the tables...
2009-02-22  Stefan NeisCleanup of functions not taking any parameter.
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-22  Jaakko SalliFixed documentation of wxComboPopup::m_combo
next