2010-05-06 |
Václav Slavík | Refactor wxTranslationsLoader API. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Fix PCH-less compilation after recent changes. |
tree | commitdiff |
2010-05-05 |
Václav Slavík | Fix incorrect assumptions about locales codes. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | No changes, just make wxDataViewEditorCtrlEvtHandler... |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Pop event handler from wxDVC edit control before destro... |
tree | commitdiff |
2010-05-05 |
Václav Slavík | Don't use size_t for plural forms parameter. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Notify user less intrusively about overflow when previe... |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview(). |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | No real changes, just clean up wxAbortProc mess. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Remove GtkPrintOperation preview signal handler. |
tree | commitdiff |
2010-05-04 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxCalendarCtrl. |
tree | commitdiff |
2010-05-04 |
Václav Slavík | Move wxFileHistory out of docview framework, add wxUSE_... |
tree | commitdiff |
2010-05-03 |
Vadim Zeitlin | Use wxString::ToCDouble() instead of emulating it. |
tree | commitdiff |
2010-05-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Fix PCH-less build after changes r64139. |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Include <windows.h> before including <shellapi.h>. |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | adding wrapper for native UIWindow, using designated... |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | adjusting to API change of cocoa and carbon |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | cleanup |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | moving value setting conformance to impl |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | iphone implementations |
tree | commitdiff |
2010-04-30 |
Jaakko Salli | Use scoped ptrs to managed wxAnyValueType instances... |
tree | commitdiff |
2010-04-30 |
Stefan Csomor | adding uifont support |
tree | commitdiff |
2010-04-29 |
Václav Slavík | Always use active wxTranslations instance via wxLocale. |
tree | commitdiff |
2010-04-27 |
Julian Smart | wxRTC: fixed style selection reset after editing a... |
tree | commitdiff |
2010-04-27 |
Julian Smart | Font output fix |
tree | commitdiff |
2010-04-27 |
Jaakko Salli | Safeguard against redundant registration of the same... |
tree | commitdiff |
2010-04-27 |
Václav Slavík | Use '+' in accelerators, not '-'. |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Add support for storing translations in win32 resources. |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Shorten lang names in wxTranslations, not wxFileTransla... |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Add instance argument to wxLoadUserResource(). |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Add wxLoadUserResource() overload not copying the resou... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Remove a harmless unused parameter warning in wxOSX... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Use wxMenuBar::Attach/Detach() instead of SetInvokingWi... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Don't set invoking window recursively in wxGTK wxWindow... |
tree | commitdiff |
2010-04-25 |
Václav Slavík | Don't include wx/msw/private.h from dynlib.h. |
tree | commitdiff |
2010-04-25 |
Václav Slavík | Declare various WXH* handles compatibly with SDK. |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Remove unnecessary duplicate code dealing with invoking... |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Recurse upwards the menu hierarchy in wxMenu::GetWindow(). |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | A slightly better compilation fix after PCH-less build... |
tree | commitdiff |
2010-04-24 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Don't use invoking window in wxGTK wxMenuBar implementa... |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Use wxMenu::GetWindow() instead of GetInvokingWindow... |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Avoid code duplication in wxGTK menu events generation... |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | No real changes, just remove empty wxMenuBar dtor in... |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Move wxMSW wxMenu::GetWindow() down to wxMenuBase. |
tree | commitdiff |
2010-04-24 |
Jaakko Salli | Allow wxPGProperty::Hide() to be called on unattached... |
tree | commitdiff |
2010-04-24 |
Jaakko Salli | In wxPropertyGrid::DoPropertyChanged(), call GetEditorC... |
tree | commitdiff |
2010-04-24 |
Václav Slavík | wxLocale::InitLanguagesDB() doesn't use wxStringTokeniz... |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Split intl.h into intl.h, language.h and translation.h. |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Split wxLocale into wxLocale and wxTranslations. |
tree | commitdiff |
2010-04-23 |
Vadim Zeitlin | Work around wrong client size computation for not yet... |
tree | commitdiff |
2010-04-22 |
Václav Slavík | Fixed (correct) warning about uninitialized inputConv. |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Don't test possibly uninitialized variable in wxGCDC... |
tree | commitdiff |
2010-04-22 |
Jaakko Salli | Allow wxAny to contain 'const char*' or 'const wchar_t... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Fix off by one error in wxFTP::GetFileSize(). |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Return correct invoking window for submenus of a popup... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Use symbolic names for popup menu ids in wxEVT_MENU_HIG... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Fix bug with using incorrect negative ids in wxEVT_MENU... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Override wxWindow::MSWGetCreateWindowCoords() in wxTopL... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Add documentation for several grid cell renderer/editor... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Fix fatal bug in ArgsArray(wchar_t**) ctor. |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | switching to correct hit-testing |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | simpler code |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | shutdown sequence routing to EndSession calls |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | overriding the cfrunloop accessor, during booting cocoa... |
tree | commitdiff |
2010-04-21 |
Václav Slavík | msgIdCharset is only needed in ANSI build. |
tree | commitdiff |
2010-04-21 |
Vadim Zeitlin | Remove the extra margins when checking owner drawn... |
tree | commitdiff |
2010-04-21 |
Stefan Csomor | non precomp build fix |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | avoiding full resize-invalidate and refresh |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | restoring special handling for carbon system menu items... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | tracking open modal dialogs |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | currently avoid problems when releasing the capture... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | better layout for simple one param messages, closes... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | use new call |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | wrap native TLWs so that they also appear in the tlw... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | support for capturing, use categories instead of member... |
tree | commitdiff |
2010-04-20 |
Vadim Zeitlin | Check for menu title being non-empty when appending... |
tree | commitdiff |
2010-04-20 |
Vadim Zeitlin | Add wxProgressDialog::Was{Cancelled,Skipped}() convenie... |
tree | commitdiff |
2010-04-20 |
Jouk Jansen | correcting error in OpenVMS makefile |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | if we have wxBG_STYLE_PAINT, we must clear the backgrou... |
tree | commitdiff |
2010-04-19 |
Jaakko Salli | or -> || (how did that compile on GCC anyway?) |
tree | commitdiff |
2010-04-19 |
Jaakko Salli | When deciding whether to convert wxAny to 'long' or... |
tree | commitdiff |
2010-04-19 |
Stefan Csomor | missing return value |
tree | commitdiff |
2010-04-19 |
Jouk Jansen | update OpenVMS compile support |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | concatenation must use prepend mode on osx as well |
tree | commitdiff |
2010-04-18 |
Jaakko Salli | Use const_cast<> to get 'wxAnyValueType*' from 'const... |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | fixing coordinate conversions for captured windows |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | using same API |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | streamlining code for extra controls |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | painting background of splitter as well, fixes #11958 |
tree | commitdiff |
2010-04-18 |
Jaakko Salli | Fix STL build |
tree | commitdiff |
2010-04-18 |
Jaakko Salli | Fix wxAny for VC6 by removing 'wxAny& operator=(const... |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | normal windows also have transparent corners, so don... |
tree | commitdiff |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
tree | commitdiff |
2010-04-17 |
Vadim Zeitlin | Don't return invalid size from wxDir::GetTotalSize... |
tree | commitdiff |
2010-04-17 |
Vadim Zeitlin | No real changes, just some minor cleanup of wxDirTraver... |
tree | commitdiff |
2010-04-17 |
Robert Roebling | Added virtual destructor |
tree | commitdiff |
next |