2010-04-20 |
Stefan Csomor | support for capturing, use categories instead of member... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Jaakko Salli | Fix VC6 compilation by changing the order of assignment... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Vadim Zeitlin | Check for menu title being non-empty when appending... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Vadim Zeitlin | Add wxProgressDialog::Was{Cancelled,Skipped}() convenie... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Jouk Jansen | correcting error in OpenVMS makefile |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Stefan Csomor | if we have wxBG_STYLE_PAINT, we must clear the backgrou... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Francesco Montorsi | minor additions and clarifications |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Stefan Csomor | re-adding script that is needed for xcode builds |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Jaakko Salli | or -> || (how did that compile on GCC anyway?) |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Jaakko Salli | When deciding whether to convert wxAny to 'long' or... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Jaakko Salli | Improve wxAny<->wxVariant conversion 64-bit integer... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Stefan Csomor | missing return value |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Jouk Jansen | update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Vadim Zeitlin | Use "monospace" face name for all Unix systems, hopeful... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | render characters on OSX one by one as fractional width... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | concatenation must use prepend mode on osx as well |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Michael Wetherell | Try to provide backtraces on unix buildbots if the... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jaakko Salli | Use const_cast<> to get 'wxAnyValueType*' from 'const... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | fixing coordinate conversions for captured windows |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | using same API |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | streamlining code for extra controls |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | painting background of splitter as well, fixes #11958 |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jaakko Salli | Fix STL build |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jaakko Salli | Fix wxAny for VC6 by removing 'wxAny& operator=(const... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jaakko Salli | Correctly use wxANY_AS() instead of wxAny::As<>(),... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Stefan Csomor | normal windows also have transparent corners, so don... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Vadim Zeitlin | Don't return invalid size from wxDir::GetTotalSize... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Vadim Zeitlin | No real changes, just some minor cleanup of wxDirTraver... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Robert Roebling | Added virtual destructor |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Jaakko Salli | Removed two instances of 'template<>' - looks like... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Jaakko Salli | Suppressed some harmless VC6 warnings |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Jaakko Salli | Fixed VC6 compilation - wxAny(const wxVariant&) ctor... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Wetherell | Revert change to add -t to buildbot test runs as some... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Wetherell | Use -t on buildbot test runs. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Vadim Zeitlin | Don't define wxADJUST_MINSIZE if it had been already... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Vadim Zeitlin | Add wxToolBar::GetToolByPos() method to access tools... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Václav Slavík | Fix build breakage caused by bConvertEncoding deprecation. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Jaakko Salli | Try a blind fix for VC6 compilation issues (wxAny ctor... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Jaakko Salli | Adapted wxPropertyGrid documentation, samples, tests... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Vadim Zeitlin | Minor corrections to the documentations. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Vadim Zeitlin | Correct the case of wxHyperlinkCtrl in the documentation. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Vadim Zeitlin | Document wxWindow::DoCentre() and wxCENTRE_ON_SCREEN... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Vadim Zeitlin | Don't rely on __GXX_RTTI being defined with g++ < 4.3. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Václav Slavík | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Václav Slavík | Mark wx apps as DPI aware on Windows 7/Vista. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Jouk Jansen | synchronizing setup.h_vms with setup_h.in |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Stefan Csomor | translating background style BG_PAINT into opaqueness... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Vadim Zeitlin | Fix using weak references to incomplete classes. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Stefan Csomor | supporting switching back background style from transpa... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Stefan Csomor | fixing build |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Stefan Csomor | make sure log output on the iphone goes to the console... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Stefan Csomor | fixing layout of custom controls during resize, cleanup... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Stefan Csomor | fixing constants to be of the expected parameter type... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Michael Wetherell | Update buildbot config. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Michael Wetherell | Add builds to the buildbot. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Stefan Csomor | adding support for extraControl on osx_carbon |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Stefan Csomor | adding wrapping possibility for native tlws |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Michael Wetherell | Make the gui test still run on the buildbot when the... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Michael Wetherell | Put the buildbot's default configure arguments before... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Vadim Zeitlin | Exclude wxWeakRef tests not compiling with VC6 from... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Stefan Csomor | making sure calls don't crash for fully native dialogs... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Stefan Csomor | adding fallbacks for non-native font variants, fixes... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Stefan Csomor | fixing non-precomp build, fixes #10985 |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | fixing copy/paste error from carbon version, fixes... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | name change to correctly reflect the autorelease nature... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | copying native cursor under cocoa |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | fixing some warnings, adding proper OnChar support... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix VC6 compilation which was somehow broken by adding... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | changing sequence of makeFirstResponder and makeKeyAndO... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Stefan Csomor | change grow box implementation - was incorrectly gettin... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix gcc warnings about testing undefined preprocessor... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix emulator compilation with wxX11 after GetMainWindow... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix string stream unit test compilation in non-Unicode... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Update AUI pane resizable status even when it is floating. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix over aggressive clipping in generic wxListCtrl... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix crash in wxListbook if image list is assigned after... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Translate the label used by the font picker dialog. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Remove all obsolete release-generation scripts. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix return value of wxList::insert() in non-STL builds. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Fix compilation of wxIconBundle in some particular... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Vadim Zeitlin | Use string sort order with CompareString() in wxString... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Vadim Zeitlin | Use template class instead of template function in... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Jaakko Salli | Fixed typo in documentation string |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Vadim Zeitlin | Add wxString::ToStdString() and ToStdWstring(). |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Stefan Csomor | cocoa implementation for overlay |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Vadim Zeitlin | Don't crash if wxMimeTypesManager is used before wxApp... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Vadim Zeitlin | Add non-template wxWeakRef<T> constructor from T*. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Vadim Zeitlin | Add wxWeakRef::element_type, remove unnecessary assignm... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Stefan Csomor | flushing upon destruction, hope this won't redraw conge... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Stefan Csomor | note for future implementation using a former private API |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Michael Wetherell | Corrections for the buildbot configs. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Michael Wetherell | Add wxDFB to buildbot. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Michael Wetherell | Typos. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Michael Wetherell | Update configuration of linux buildbots. |
commit | commitdiff | tree | snapshot |
next |