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 |
2008-10-07 |
Jaakko Salli | Removed SetPropertiesFlag() (high-level function using... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Eliminated last property generation macros from props... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed wxLongStringProperty derived property creator... |
tree | commitdiff |
2008-10-07 |
Robert Roebling | GTK+ version guard |
tree | commitdiff |
2008-10-07 |
Robert Roebling | Don't set HINT_COMBO as wxPopupWindow is used for diffe... |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | porting dcscreen blit from 2.8 |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | implemented wxMemoryFSHandler::FindFirst/Next() |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | made m_Hash object, not a pointer and moved hash declar... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | removed the strange __WXMSW__ test in AddFile(bitmap... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | rewrite using type safe wxHashMap instead of wxObject... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | no changes, just some minor cleanup |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Make keyboard input to controls in a wxPopupWindow... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Wrong order of calls |
tree | commitdiff |
2008-10-06 |
Francesco Montorsi | better error messages, when possible |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | switching away from angle brackets includes, deactivati... |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | moving more things to common API between carbon and... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | set svn properties correctly |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Fix RCS-ID |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Better use of Connect() |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Need to call wxVScrolledWindow::UpdateScrollbar() in... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Have GetDescBoxHeight() return value consistent with... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Call RecreateControls() if relevant window style flag... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | GetEditableState() with DescBoxState flag could assert |
tree | commitdiff |
2008-10-04 |
Vadim Zeitlin | added the possibility to draw grid lines across the... |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Also use F4 shortcut for textfield + button combination |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Fixed use of erase() in wxPGChoices::RemoveAt() |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Added Description Box Height to saveable/restoreable... |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Also use F4 as short-cut for opening pop-up |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_acce... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Increase properties' tolerance for wxNullVariant as... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Must still delete m_cells items by explicit type (since... |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | return false if the file passed to Load() doesn't exist... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Minor additional clipper window related code and commen... |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | fix off by one byg in ReserveId() (closes #10020) |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
tree | commitdiff |
next |