2010-05-20 |
Robert Roebling | Make GetIndexOf() and get_path() work for virtual list... |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | support compiling for iphone |
tree | commitdiff |
2010-05-20 |
Vadim Zeitlin | Fix wxScrollHelperEvtHandler broken by recent changes... |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | adding support for iphone |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | adapting to new API |
tree | commitdiff |
2010-05-20 |
Stefan Csomor | utils_osx isn't part of base but of core, moving wxMacW... |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | moving wxMacWakeUp outside COCOA_CARBON clause, fixes... |
tree | commitdiff |
2010-05-19 |
Vadim Zeitlin | No changes, just add a comment. |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | splitting methods |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | common wxMacWakeUp code across all platforms |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | common wxMacWakeUp code across all platforms |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | set default resolutions in case of errors |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | using wx dynamic cast |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | removing unused var |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | missing commit, fixes #12067 |
tree | commitdiff |
2010-05-16 |
Robert Roebling | No-PCH compilation fix |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Don't call super class explicitly so overriding is... |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Applied #11755: wxBitmapToggleButton Xml Handler |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Allow calling iter_children with parent being NULL... |
tree | commitdiff |
2010-05-16 |
Václav Slavík | Fix incorrect painting of backgrounds inside notebook. |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Clip drawing in wxRendererGeneric::DrawHeaderButtonCont... |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Don't change the current pen and brush in DrawHeaderBut... |
tree | commitdiff |
2010-05-15 |
Vadim Zeitlin | Remove wxGTK-specific text shift in wxRenderer::DrawHea... |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | Never enable wxSpinCtrlGenericBase window itself at... |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | Document wxDocument::DeleteContents(). |
tree | commitdiff |
2010-05-13 |
Jaakko Salli | Added wxGraphicsContext::Create(const wxEnhMetaFileDC... |
tree | commitdiff |
2010-05-12 |
Vadim Zeitlin | Refactor wxDocParentFrame and wxDocMDIParentFrame to... |
tree | commitdiff |
2010-05-11 |
Jouk Jansen | Update OpenVMS comiles support |
tree | commitdiff |
2010-05-11 |
Vadim Zeitlin | Fix position for wxKeyEvents in wxMSW. |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Add column parameter to wxListCtrl::GetItemText(). |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN... |
tree | commitdiff |
2010-05-10 |
Jaakko Salli | In wxGDIPlusContext::GetTextExtent(), return more accur... |
tree | commitdiff |
2010-05-10 |
Jaakko Salli | Set wxGraphicsContext page scale, which is required... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Replace public wxEvtHandler::ProcessEventHere() with... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Use ProcessEventLocally() instead of ProcessEventHere... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Add wxWindow::ProcessWindowEventLocally() and use it... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Refactor the event processing code to add ProcessEventL... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Call wxEvtHandler::TryBefore() only once from ProcessEv... |
tree | commitdiff |
2010-05-09 |
Jaakko Salli | Supress SetFocus() warning in wxVListBoxComboPopup |
tree | commitdiff |
2010-05-09 |
Václav Slavík | Prevent idMenuTitle from being accidentally used as... |
tree | commitdiff |
2010-05-09 |
Václav Slavík | Whitelist wxID_NONE as valid menu item ID. |
tree | commitdiff |
2010-05-09 |
Václav Slavík | Fixed popup menu's title to be bold regardless of metho... |
tree | commitdiff |
2010-05-08 |
Václav Slavík | Fixed a test in wxTranslations::GetString() to use... |
tree | commitdiff |
2010-05-08 |
Vadim Zeitlin | Invalidate wxListBox best size immediately without... |
tree | commitdiff |
2010-05-07 |
Vadim Zeitlin | Fix crash in wxCommandProcessor of capacity N when... |
tree | commitdiff |
2010-05-07 |
Vadim Zeitlin | Fix assert during separator items creation introduced... |
tree | commitdiff |
2010-05-07 |
Vadim Zeitlin | Fix bugs related to two phase creation of wxRibbon... |
tree | commitdiff |
2010-05-07 |
Václav Slavík | Integrate with GNOME's Recent Documents menu. |
tree | commitdiff |
2010-05-06 |
Jaakko Salli | Change wxPGProperty::SetChoices() to accept 'const... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Always update the value of generic spin control when... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Make keyboard navigation in generic wxTreeCtrl more... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Check that menu ids are limited to MSW-supported range. |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Added wxLANGUAGE_BOSNIAN. |
tree | commitdiff |
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 |
next |