2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | implement the wxGTK selective yield with a different... |
tree | commitdiff |
2009-03-14 |
Vadim Zeitlin | compilation fix for Watcom (see #10576) |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | include all events categories in wxEVT_CATEGORY_ALL |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add overloads of ctors and Create() functions taking... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | fix crash caused by an wxMDIClientWindow's GTK signal... |
tree | commitdiff |
2009-03-13 |
Stefan Csomor | solving inversion problem, because SetShape is redefine... |
tree | commitdiff |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
tree | commitdiff |
2009-03-13 |
Julian Smart | Made DoSize and GetPageRect virtual for easier derivati... |
tree | commitdiff |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
tree | commitdiff |
2009-03-12 |
Kevin Ollivier | Removing pch header files for CodeWarrior and also... |
tree | commitdiff |
2009-03-11 |
Vadim Zeitlin | reset the associated view frame pointer when the frame... |
tree | commitdiff |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
tree | commitdiff |
2009-03-11 |
Kevin Ollivier | Get SetLabel working again for wxStaticText by overridi... |
tree | commitdiff |
2009-03-10 |
Vadim Zeitlin | also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see... |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Make wxDataViewModel::Compare() const |
tree | commitdiff |
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 |
next |