2009-03-22 |
Vadim Zeitlin | correct wxASSERT_LEVEL_2 definition |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | no changes, just wrap long lines |
tree | commitdiff |
2009-03-22 |
Stefan Csomor | simpler define handling |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | move __WXFUNCTION__ to wx/cpp.h from wx/debug.h |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | made wx/debug.h C++ header again (reverting changes... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | build fix (part of r59673, r59656) |
tree | commitdiff |
2009-03-20 |
Robin Dunn | Use native EOL |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | adding more native definitions |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | implement wxStrtoX_l() variants even when wxHAS_XLOCALE... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | extend wxXLocale with wxStrto[d,l,ul] functions; make... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | fix (harmless) MSVC 64 bit compilation warning (closes... |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | no change: just move a misplaced comment |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | correct typo in SetAltExtensions() method (re-closes... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | no changes, just correct some comments and variable... |
tree | commitdiff |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even... |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | do not copy the typical setup.h in setup_gccxml.h;... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | leftovers from r59566 |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | wxMSW and wxPalmOS already had the wxFont(const wxSize... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
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 |
next |