2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Jaakko Salli | Fixed wxSystemColourProperty::ValueToString(). It now... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Vadim Zeitlin | remove extraneous returns |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Jaakko Salli | Connect wxEVT_KEY_DOWN for both editor controls |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Jaakko Salli | Do not skip key events so eagerly |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Stefan Csomor | adapting to API change from GetContentAreaInset to... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Jaakko Salli | Forgot event.Skip() |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Jaakko Salli | Removed unused data |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Vadim Zeitlin | remove assert from GetSizeAvailableForScrollTarget |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Francesco Montorsi | interface revisions |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Francesco Montorsi | revision of wxLocale; documented the list of language... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize() |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Jouk Jansen | OpenVMS compile support update for wxX11 |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Robert Roebling | Updates for make dist for OSX_CARBON |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Vadim Zeitlin | add a simple benchmark for wx and iconv converters... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Vadim Zeitlin | compilation fix for include wx/generic/stattextg.h... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Robert Roebling | Use xpms for checked/unchecked states instead of drawin... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Robert Roebling | Sort controls alphabetically |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Paul Cornett | pass window parameter to wxSystemSettings::GetMetric... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Paul Cornett | partial support for border metrics of non-TLW |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robin Dunn | Assert that a mode style *is* set, not that one isn... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Crop image a little |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Dont't finish any editing if there is no control |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Václav Slavík | forgot to commit toplevel.h as part of r56374 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Remove accidentally commited debug code |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Make wxMac wxSpinCtrl emit killfocus events |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Václav Slavík | assert in wxTopLevelWindowMSW::SetIcon[s]() if none... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Václav Slavík | wxArtProvider cleanup: added artmsw.cpp accidentally... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Write directly to log target wxTextCtrl to avoid crash |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | wxMac actually crashes in any logging |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | wxMac crashes in wxLog() statements with string.GetData() |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Robert Roebling | Fudge offset no longer required |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString() |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Jaakko Salli | Add maximum width for sample's frame |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Jaakko Salli | Update 'intro' comment in propgrid sample |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | fix PCH in VC8 projects (until the next rebake...) |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | add very simple (but already exposing many problems... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | allow specifying initialization and cleanup functions... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | Dispatch() must dispatch the real events and not only... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | added wxConnection::IsTextFormat() |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | no changes, just removed _T()s and unnecessary wxUnused... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | remove obsolete makefiles |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Vadim Zeitlin | disable VC6 warning C4284; put all warning disable... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Paul Cornett | simplify code by using wxGTKPrivate::GetButtonWidget() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Vadim Zeitlin | reset deferred position/size if the window was moved... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Vadim Zeitlin | implement GetSizeAvailableForScrollTarget() in MyScroll... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Vadim Zeitlin | document GetSizeAvailableForScrollTarget() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Václav Slavík | no need to iterate over all special icon names after... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Bryan Petty | Removed traces of wxFormBuilder from the screenshotgen... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Update make dist |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | For some reason, wxMac now requires explicit sizes... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Added wxMac screenshot from wxDataViewTreeCtrl |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Jaakko Salli | Removed unneeded wxPG_INHERITED_PROPFLAGS |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Václav Slavík | added a test to check if wxHtmlWindow::SelectionToText... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Václav Slavík | fixed wxHtmlWindow::SelectionToText() to correctly... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Francesco Montorsi | interface header revisions |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Julian Smart | Fixed problem with Croation input due to confusion... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Jouk Jansen | update XPM variable names for docview sample |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Vadim Zeitlin | base new timer expiration time on current time, not... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Vadim Zeitlin | compilation fix for wxUSE_STD_IOSTREAM==0 |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Added wxSearchCtrl, typos corrected |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Crop images a little |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Add appearance tags |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Add wxPropertyGrid screenshots |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Add wxSearchCtrl screenshots |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Repaired togglebutton images |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Robert Roebling | Mention why fudgefactor for wxODBC position under wxMac... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Francesco Montorsi | output the list of the undocumented wx classes |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Francesco Montorsi | further additions to avoid false warnings (ActsAsDefaul... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Francesco Montorsi | enable more wx stuff when using gcc xml |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Francesco Montorsi | misc fixes to function signatures |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Francesco Montorsi | clarify the usage of debug macros, in particular for... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Robert Roebling | Add a fudge factor to the size of wxODBC in wxProperty... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Vadim Zeitlin | fix bugs in FindFirst() (it gets URL, not filename... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Vadim Zeitlin | added -1 (a.k.a. --single) command line option |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Vadim Zeitlin | no real changes, just come cleanup (use constants inste... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Robert Roebling | Correct positioning of wxTextCtrl in wxPropertyGrid... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Robert Roebling | Also correct wxDList<T> |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Robert Roebling | Fix off-by-1 error in wxChoice and wxComboBox (OSX... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Robert Roebling | Corrected some wxMac images |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Vadim Zeitlin | fix the bug in insert(end(), value) and added unit... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Vadim Zeitlin | remove default value for the last parameter of insert... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Robert Roebling | Shrink screenshots a little |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Vadim Zeitlin | make the default value of numeric parameter 0, not... |
commit | commitdiff | tree | snapshot |
next |