2009-03-10 |
Kevin Ollivier | Forgot to commit the header change too. |
tree | commitdiff |
2009-03-09 |
Vadim Zeitlin | add support for multiple extensions to wxImage handlers... |
tree | commitdiff |
2009-03-09 |
Vadim Zeitlin | no changes, just correct the file name in the header... |
tree | commitdiff |
2009-03-09 |
Robert Roebling | Add wxDataViewEvent for vetoing label editing (see... |
tree | commitdiff |
2009-03-09 |
Vadim Zeitlin | close the associated frame if the view is deleted direc... |
tree | commitdiff |
2009-03-09 |
Jaakko Salli | Allow wxPGMultiButton to work even if primary editor... |
tree | commitdiff |
2009-03-08 |
Robert Roebling | Commit most parts of #10495 wxDataViewCtrl needs a... |
tree | commitdiff |
2009-03-08 |
Francesco Montorsi | add wxAppConsoleBase::DeletePendingEvents and wxEvtHand... |
tree | commitdiff |
2009-03-08 |
Jaakko Salli | Added support for 'AutoComplete' attribute, automatical... |
tree | commitdiff |
2009-03-08 |
Stefan Csomor | letting the peer declare whether it wants to draw its... |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Fixes needed to get transient popup windows working... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | detect adding too many items to a grid sizer sooner... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | add wxUSE_CONFIG checks (see #10560) |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | no changes, just remove an extra space (see #10560) |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | replace wxGetMultipleChoices() with wxGetSelectedChoice... |
tree | commitdiff |
2009-03-07 |
Robert Roebling | wxMac requires UTF-8 for wxTextDataoObject |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | add wxUSE_CONFIG guard |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | added wxProtocolLog class for logging network requests... |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Make wxDataViewCtrl::GetBestSize() return a height... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | don't return hardcoded constants for empty renderers... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | some more const-ification of HasEditorCtrl |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Make all instances of HasEditorCtrl() const, not just... |
tree | commitdiff |
2009-03-06 |
Jaakko Salli | Property value images are no longer shrinked horizontally |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | added wxZlibStream::SetDictionary() (closes #10551) |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | fix duplicate events for selection keys after the last... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | pass ApplyEdit() arguments to EndEdit() too for better... |
tree | commitdiff |
2009-03-06 |
Julian Smart | Removed conflicting virtual function |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | Indentation/coding style adjustments. |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | fix crash when using wxDataViewListStore::DeleteAllItems |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Sheet support for wxDirDialog. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Use sheets for native file dialogs if the dialog has... |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | don't use WPARAM in the header (build fix after r59336) |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | fix multiple problems with selection in controls with... |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | fix total breakage of all fonts in wxMSW caused by... |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | PCH-less build fix |
tree | commitdiff |
2009-03-04 |
Jaakko Salli | By default, always refresh editor and redraw properties... |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | build fix; document HasFeature() (should be part of... |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | remove wxSYS_DEFAULT_PALETTE: it's supported only by... |
tree | commitdiff |
2009-03-03 |
Jaakko Salli | Remove wxEnumProperty::ms_prevIndex |
tree | commitdiff |
2009-03-03 |
Vadim Zeitlin | fix wxGTK1 compilation after wxTextEntry DoGetValue... |
tree | commitdiff |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | move pending event processing back to wxApp (these... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix for wxRichTextCtrl after wxTextEntry... |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow() |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | compilation fix after GetEditableWindow() signature... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | remove SetValue() which is not needed and which definit... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | make GetEditableWindow() protected as it's used by... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxUniv compilation fixes after wxTextEntry::DoGetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | fix overloaded virtual warning |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | set correct properties |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | add ugly macros to abstract the difference between... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | name the enum with wxDir flags to make it easier to... |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | add missing WXDLLIMPEXP_CORE (which surprisingly is... |
tree | commitdiff |
2009-02-27 |
Julian Smart | Compile fix under wxGTK |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | VC6 compilation fix after last change: WXDLLIMPEXP_TEMP... |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | refactor wxDocChildFrame and wxDocMDIChildFrame to... |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2 |
tree | commitdiff |
2009-02-27 |
Julian Smart | Fixed wxRichTextCtrl base class |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | move functions using deprecated methods out of line... |
tree | commitdiff |
2009-02-26 |
Jaakko Salli | wxPropertyGrid::IsEditorFocused() is now public |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | override TryValidator() in wxMDIParentFrame to implemen... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | another missing WXDLLIMPEXP to fix DLL build |
tree | commitdiff |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | don't use template assign() with VC6, even though it... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | compilation fix after the previous commit |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | fix for DLL build: wxEvtHandlerArray should be in wxBas... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | replace templae Connect() overloads with separate Bind... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
tree | commitdiff |
2009-02-24 |
Kevin Ollivier | Fix for deprecated constructor issues, setting a functi... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | no changes, just update the copyright in the header |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add accessors for sockaddr to wxSockAddress (closes... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Landing basic EVT_CHAR support, along with the rest... |
tree | commitdiff |
2009-02-22 |
Stefan Neis | Cleanup of functions not taking any parameter. |
tree | commitdiff |
2009-02-22 |
Jaakko Salli | Added wxComboPopup::GetComboCtrl() |
tree | commitdiff |
2009-02-22 |
Francesco Montorsi | remove wxAppConsoleBase::OInitGui and leave it only... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed... |
tree | commitdiff |
2009-02-21 |
Paul Cornett | check for self-assignment in operator= |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | implement wxThreadEvent safe copy ctor |
tree | commitdiff |
2009-02-20 |
Paul Cornett | fix for HP aCC |
tree | commitdiff |
2009-02-19 |
Robert Roebling | Make wxImageList not copiable (fixes #10503), replace... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove unnecessary cast, that type should match |
tree | commitdiff |
2009-02-19 |
Paul Cornett | better fix for aCC and rawbmp.h |
tree | commitdiff |
2009-02-19 |
Paul Cornett | check for self-assignment in operator= |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove extra semicolons |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't parse the template syntax |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't compile Clone() if wxDataFo... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for IBM and HP compilers, which don't allow ->... |
tree | commitdiff |
next |