2008-10-22 |
Robert Roebling | Ticket #10108 (bitmap from wxImage depth regression) |
tree | commitdiff |
2008-10-22 |
Jaakko Salli | Merged wxBaseEnumPropertyClass (intermediate property... |
tree | commitdiff |
2008-10-21 |
Robert Roebling | Correct TAB handling for generic wxDataViewCtrl |
tree | commitdiff |
2008-10-21 |
Jaakko Salli | Removed deprecated functions wxPGChoices::HasValue... |
tree | commitdiff |
2008-10-21 |
Jaakko Salli | Added workaround for wxGTK tab traversal problem |
tree | commitdiff |
2008-10-20 |
Jaakko Salli | User should no longer be able to modify disabled or... |
tree | commitdiff |
2008-10-20 |
Paul Cornett | fix for assert failure when first paint event occurs... |
tree | commitdiff |
2008-10-20 |
Robert Roebling | Fix wxListCtrl::Insert() bug reported by Riccardo Cohen |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | use wxRegKey::QueryDefaultValue() explicitly to fix... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | slightly better error reporting (could still be improved) |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | 2006 version of Borland compiler still doesn't grok... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | avoid an unnecessary and unused (resulting in release... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix virtual function hiding warnings introduced to... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | use renderer for drawing the item background on ports... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | remove unused abits variable from DoLoadDib() |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Fixed wxSystemColourProperty::ValueToString(). It now... |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Connect wxEVT_KEY_DOWN for both editor controls |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Do not skip key events so eagerly |
tree | commitdiff |
2008-10-18 |
Stefan Csomor | adapting to API change from GetContentAreaInset to... |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Forgot event.Skip() |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
tree | commitdiff |
2008-10-18 |
Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... |
tree | commitdiff |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize() |
tree | commitdiff |
2008-10-17 |
Jouk Jansen | OpenVMS compile support update for wxX11 |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-17 |
Paul Cornett | pass window parameter to wxSystemSettings::GetMetric... |
tree | commitdiff |
2008-10-17 |
Paul Cornett | partial support for border metrics of non-TLW |
tree | commitdiff |
2008-10-16 |
Robin Dunn | Assert that a mode style *is* set, not that one isn... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Dont't finish any editing if there is no control |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Remove accidentally commited debug code |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Make wxMac wxSpinCtrl emit killfocus events |
tree | commitdiff |
2008-10-16 |
Václav Slavík | assert in wxTopLevelWindowMSW::SetIcon[s]() if none... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | wxArtProvider cleanup: added artmsw.cpp accidentally... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Fudge offset no longer required |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString() |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | Dispatch() must dispatch the real events and not only... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | no changes, just removed _T()s and unnecessary wxUnused... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
tree | commitdiff |
2008-10-16 |
Paul Cornett | simplify code by using wxGTKPrivate::GetButtonWidget() |
tree | commitdiff |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
tree | commitdiff |
2008-10-15 |
Vadim Zeitlin | reset deferred position/size if the window was moved... |
tree | commitdiff |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
tree | commitdiff |
2008-10-15 |
Václav Slavík | no need to iterate over all special icon names after... |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
tree | commitdiff |
2008-10-15 |
Václav Slavík | fixed wxHtmlWindow::SelectionToText() to correctly... |
tree | commitdiff |
2008-10-15 |
Julian Smart | Fixed problem with Croation input due to confusion... |
tree | commitdiff |
2008-10-15 |
Vadim Zeitlin | base new timer expiration time on current time, not... |
tree | commitdiff |
2008-10-15 |
Robert Roebling | Mention why fudgefactor for wxODBC position under wxMac... |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Add a fudge factor to the size of wxODBC in wxProperty... |
tree | commitdiff |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | fix bugs in FindFirst() (it gets URL, not filename... |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Correct positioning of wxTextCtrl in wxPropertyGrid... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Fix off-by-1 error in wxChoice and wxComboBox (OSX... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no real changes, just also rename _Read/_Write() to... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | Cleanup of wxSocket::_Wait(): |
tree | commitdiff |
2008-10-13 |
Robert Roebling | Correct spelling, now use Indices |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no need to test that the pointer is non-NULL before... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | no changes at all, just reformatted to use consistent... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | use the currently active event loop for the event dispa... |
tree | commitdiff |
2008-10-12 |
Robert Roebling | Correct spelling and signature of FixIndexesOfChildren |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | don't replace . and .. with the corresponding directoti... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | fix off by one bug in the buffer size (fixes #10039) |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Also update description text when wxPG_DESCRIPTION... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Set focus back to canvas when child editors are being... |
tree | commitdiff |
2008-10-11 |
Václav Slavík | get help frame's icon using wxART_FRAME_ICON wxArtClien... |
tree | commitdiff |
2008-10-11 |
Francesco Montorsi | Act as wxMSW and make an assert fail, if the user forgo... |
tree | commitdiff |
2008-10-11 |
Stefan Csomor | adding missing cast |
tree | commitdiff |
2008-10-11 |
Stefan Csomor | superfluous embedding API |
tree | commitdiff |
2008-10-10 |
Stefan Csomor | moving embedding to common API |
tree | commitdiff |
2008-10-10 |
Vadim Zeitlin | just return false instead of crashing if the document... |
tree | commitdiff |
2008-10-10 |
Vadim Zeitlin | don't crash when streaming out a wxString into an std... |
tree | commitdiff |
2008-10-10 |
Paul Cornett | use correct background color when drawing borders |
tree | commitdiff |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
tree | commitdiff |
2008-10-10 |
Robert Roebling | Fix crash again |
tree | commitdiff |
2008-10-10 |
Robert Roebling | Fix crash with NULL pointer dereferencing |
tree | commitdiff |
2008-10-09 |
Robert Roebling | implement GetSizeAvailableForScrollTarget |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Use g_signal_connect_after for wxRadioButton as well |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Blind guess fix for wxRB_SINGLE |
tree | commitdiff |
2008-10-09 |
Francesco Montorsi | fixed a bug caused by passing a wxChar[] buffer to... |
tree | commitdiff |
2008-10-08 |
Robert Roebling | Forgot to set GtkIter stamp in Select() and friends |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
tree | commitdiff |
2008-10-08 |
Stefan Neis | Fixed header file conflict. |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | added wxDC::GetHDC() for backwards compatibility with... |
tree | commitdiff |
2008-10-08 |
Stefan Csomor | focus propagation, fixes #10047 |
tree | commitdiff |
2008-10-08 |
Stefan Neis | Added missing include. |
tree | commitdiff |
next |