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 |
2010-04-17 |
Jaakko Salli | Suppressed some harmless VC6 warnings |
tree | commitdiff |
2010-04-17 |
Jaakko Salli | Fixed VC6 compilation - wxAny(const wxVariant&) ctor... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | Try a blind fix for VC6 compilation issues (wxAny ctor... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Mark wx apps as DPI aware on Windows 7/Vista. |
tree | commitdiff |
2010-04-16 |
Stefan Csomor | translating background style BG_PAINT into opaqueness... |
tree | commitdiff |
2010-04-15 |
Stefan Csomor | supporting switching back background style from transpa... |
tree | commitdiff |
2010-04-14 |
Stefan Csomor | fixing build |
tree | commitdiff |
2010-04-14 |
Stefan Csomor | make sure log output on the iphone goes to the console... |
tree | commitdiff |
2010-04-14 |
Stefan Csomor | fixing layout of custom controls during resize, cleanup... |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | adding support for extraControl on osx_carbon |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | adding wrapping possibility for native tlws |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | making sure calls don't crash for fully native dialogs... |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | adding fallbacks for non-native font variants, fixes... |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | fixing non-precomp build, fixes #10985 |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | fixing copy/paste error from carbon version, fixes... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | name change to correctly reflect the autorelease nature... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | copying native cursor under cocoa |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | fixing some warnings, adding proper OnChar support... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | changing sequence of makeFirstResponder and makeKeyAndO... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | change grow box implementation - was incorrectly gettin... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Update AUI pane resizable status even when it is floating. |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix over aggressive clipping in generic wxListCtrl... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix crash in wxListbook if image list is assigned after... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Translate the label used by the font picker dialog. |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix compilation of wxIconBundle in some particular... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Use string sort order with CompareString() in wxString... |
tree | commitdiff |
2010-04-11 |
Stefan Csomor | cocoa implementation for overlay |
tree | commitdiff |
2010-04-10 |
Vadim Zeitlin | Don't crash if wxMimeTypesManager is used before wxApp... |
tree | commitdiff |
2010-04-10 |
Stefan Csomor | flushing upon destruction, hope this won't redraw conge... |
tree | commitdiff |
2010-04-10 |
Stefan Csomor | note for future implementation using a former private API |
tree | commitdiff |
next |