]> git.saurik.com Git - wxWidgets.git/history - src
move wxDataFormat and wxDataObject docs at the beginning of the file, before the...
[wxWidgets.git] / src /
2009-03-06  Francesco Montorsicomment out wxPrintf/wxLogDebug calls; fix some indenta...
2009-03-06  Robert RoeblingCorrect minor bishaviours in Expand() and Collapse()
2009-03-06  Robert RoeblingInitialise DC only when needed and deinitilise it prope...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-06  Vadim Zeitlindon't allow setting readonly combobox value to a string...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-06  Vadim Zeitlinfix duplicate events for selection keys after the last...
2009-03-06  Vadim Zeitlinno changes, just some minor cleanup
2009-03-06  Vadim Zeitlinonly set maximal tooltip width if it's greater than...
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-03-06  Julian SmartRemoved conflicting virtual function
2009-03-06  Francesco MontorsiIndentation/coding style adjustments.
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-03-05  Kevin OllivierFill out the left and top fields as well.
2009-03-05  Kevin OllivierMake about dialog non-modal on GTK/Mac and don't show...
2009-03-05  Francesco Montorsido not use HDS_FLAT by default
2009-03-05  Kevin OllivierSheet support for wxDirDialog.
2009-03-05  Kevin OllivierDon't use result for both NS and wx button ID values.
2009-03-05  Kevin OllivierSheet support for wxMessageDialog.
2009-03-05  Kevin OllivierFix for sheets based on NSAlert.
2009-03-05  Kevin OllivierFix typo.
2009-03-05  Kevin OllivierMake sure we call SetEventObject before firing events.
2009-03-05  Kevin OllivierMake wxStaticText for OS X Cocoa properly size multilin...
2009-03-05  Kevin OllivierUse sheets for native file dialogs if the dialog has...
2009-03-05  Vadim Zeitlindon't use WPARAM in the header (build fix after r59336)
2009-03-05  Julian SmartDon't set a large minimum size for both panes
2009-03-05  Julian SmartPrevent splitter sash being set below minimum size...
2009-03-05  Vadim Zeitlinfix multiple problems with selection in controls with...
2009-03-05  Kevin OllivierEnsure that WriteText moves the selection to the end...
2009-03-05  Kevin OllivierFix comparison operator for functions keys (fixes ...
2009-03-05  Francesco Montorsiimprove look of wxDataViewCtrl and of its renderer...
2009-03-04  Kevin OllivierEnsure we get mouse moved events.
2009-03-04  Jaakko SalliBy default, always refresh editor and redraw properties...
2009-03-04  Kevin OllivierDon't always set the titled mask.
2009-03-04  Francesco Montorsiremove wxSYS_DEFAULT_PALETTE: it's supported only by...
2009-03-04  Jouk Janseninserting missing include for non PCH-build
2009-03-03  Kevin OllivierMore fixes for clickCount... even sometimes when respon...
2009-03-03  Jaakko SalliRemove unneeded workaround for a ScrolledWindow issue...
2009-03-03  Jaakko SalliRemove wxEnumProperty::ms_prevIndex
2009-03-03  Julian SmartDon't crash if no scrollbar
2009-03-03  Vadim Zeitlincompilation fix after last commit
2009-03-03  Vadim Zeitlinfix wxGTK1 compilation after wxTextEntry DoGetValue...
2009-03-03  Vadim Zeitlinfix virtual function hiding warnings
2009-03-03  Vadim Zeitlinfix virtual function hiding warnings
2009-03-02  Francesco MontorsiProcessPendingEvents() is now in wxApp
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-03-02  Vadim ZeitlinwxOSX build fix for wxRichTextCtrl after wxTextEntry...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinanother wxOSX build fix after wxTextEntry::GetValue...
2009-03-02  Vadim ZeitlinwxOSX build fix after wxTextEntry::GetValue() renaming...
2009-03-02  Vadim Zeitlinbuild fix: define DoGetValue() and GetEditableWindow()
2009-03-02  Vadim Zeitlinfix warning about possibly uninitialized variable in...
2009-03-02  Vadim ZeitlinwxUniv compilation fixes after wxTextEntry::DoGetValue...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
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 Montorsibetter document the possible arguments accepted by...
2009-03-01  Vadim Zeitlinrecognize schemes other than http and ftp in wxLaunchDe...
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  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 Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
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  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
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 Zeitlinpostpone the check for the validity of growable rows...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
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  Kevin OllivierRemove no longer necessary re-entrancy check, fix funct...
2009-02-25  Vadim Zeitlinfix handling of long lines in wxGridCellAutoWrapStringR...
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 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 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  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
next