2011-04-26 |
Vadim Zeitlin | Fix assert when destroying wxDataViewCtrl being edited... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | No changes, just get rid of wxDataViewColumn::GetConstG... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Specialize std::numeric_limits<> for wxLongLong and... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robin Dunn | Don't change CC and CXX for the SDK options until after... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robin Dunn | Remove lipo options, that hack is no longer needed... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robin Dunn | Use DESTDIR properly and fix change-install-names scrip... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Stefan Csomor | fixes #12220 |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robin Dunn | Fix the size of the tree's text editing box on Cocoa |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Dimitri Schoolwerth | Fixed filename in wxOSX-Cocoa's file dialog using exten... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Václav Slavík | Don't rely on RVO in wxON_BLOCK_EXIT_SET(). |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Don't generate wxEVT_COMMAND_DATAVIEW_CACHE_HINT for... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Don't close arcs drawn in wxPostScriptDC. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Change wxNotebook selection before sending page changed... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Fix compilation error in recent change to wxSizeEvent... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Correct names of parameters in wxAffineMatrix2D documen... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Add a simple unit test for wxParseCommonDialogsFilter(). |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Document that wxTreeCtrl::SelectItem() generates events. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Set event object correctly for the generated wxSizeEvents. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Remove duplicate negated option indicator in wxCmdLineP... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Fix file paths in wxFileSystemWatcherEvent under OS X. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Set page range in the print preview correctly. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Make the source files non-executable again. |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Robin Dunn | Use a relative link for wx-config so it will also work... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Robin Dunn | Explicitly specify the Mac SDK for wxPython builds |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Václav Slavík | Return wxWindow* from wxDataViewCustomRenderer::CreateE... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Stefan Csomor | osx 64 bit multilib build needs an explicit export... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Stefan Csomor | implementation of HotKey, see #12354 |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Václav Slavík | Compilation fix for DEFINE_GUID uses. |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Dimitri Schoolwerth | Fixed wxUSE_STD_STRING==0 compilation. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Vadim Zeitlin | Define ACO_AUTOAPPEND for MinGW/Cygwin. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Vadim Zeitlin | Use "wx" prefix for the GUIDs we (re)define in wxMSW... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Vadim Zeitlin | Redefine IAutoCompleteDropDown in our code as it's... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Julian Smart | Added ForceDelayedLayout |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Dimitri Schoolwerth | Make use of SetFilterIndex in wxOSX-Cocoa's file dialog. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Dimitri Schoolwerth | Fixed saving dialog's filter index always being -1... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Paul Cornett | fix conversion of gdk_input_add() to g_io_add_watch... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Vadim Zeitlin | Do send wxEVT_UPDATE_UI events to hidden windows. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Vadim Zeitlin | Don't send wxWindowDestroyEvent if we hadn't sent wxWin... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Vadim Zeitlin | Don't assert when destroying a never created window... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Vadim Zeitlin | Correct a typo in DoAutoCompleteCustom() stub in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jaakko Salli | Use Connect() to bind embedded wxTextCtrl events instea... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jaakko Salli | In wxComboCtrlBase::OnTextCtrlEvent(), make sure to... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jaakko Salli | Also show EVT_TEXT_ENTER in the combo sample |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Vadim Zeitlin | Correct wrong port-specific note in AutoCompleteFileNam... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Vadim Zeitlin | Implement auto-completion support for wxTextEntry in... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Vadim Zeitlin | Refactor: extract wxTextCompleterFixed from wxMSW to... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Dimitri Schoolwerth | Removed wxOSX conditional code from generic calendar... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Dimitri Schoolwerth | Improved year control of generic calendar being too... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Dimitri Schoolwerth | Removed invalid use of sizeFlags parameter for SetSize... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Vadim Zeitlin | Add wxAffineMatrix2D and related classes. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Vadim Zeitlin | Fix wxXmlDocument::SetRoot() broken by recent changes. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Define wxTextEntry::DoAutoCompleteStrings() stub in... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Split wxTextCompleter into a base class and wxTextCompl... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Don't block the main UI thread while generating complet... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Use ACO_AUTOAPPEND option for text completion in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Added private wxEVT_AFTER_CHAR event for wxMSW implemen... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Add support for dynamic auto-completion in wxTextEntry. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | No changes, just simplify preprocessor checks in wxMSW... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Vadim Zeitlin | Refactor wxTextEntry::AutoComplete() to simply call... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Stefan Csomor | adding missing part when using the native paint CGConte... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for msw, see #11853 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for osx, see #11853 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for cairo, see... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Stefan Csomor | support generic flag for pixel offsetting, see #11853 |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Dimitri Schoolwerth | Replaced C++ comments with C ones in C files. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Cornett | workaround for broken window managers which claim to... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Jaakko Salli | Removed wxPG_DOUBLE_BUFFER constant. Now all wxPG rende... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Jaakko Salli | Rebuild textctrl events using copy ctor |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jaakko Salli | wxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jaakko Salli | Completely re-construct the wxComboCtrl textctrl-events... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Stefan Csomor | preparing for completions support |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jaakko Salli | Describe what re-implemented wxComboPopup::DestroyPopup... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jouk Jansen | Update Makefile for OpenVMS |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jouk Jansen | revoke OpenVMS dependend part of r67326 |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Vadim Zeitlin | Re-define push_back() in wxSortedArrayString to behave... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Vadim Zeitlin | Allow customizing AUI tab colours in wxAuiTabArt. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Vadim Zeitlin | Fix off by one pixel error when drawing active tab... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Vadim Zeitlin | Correct Javanese language code. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Julian Smart | Correction to position in character insertion event... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Stefan Csomor | fixing configure builds for iphone |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Stefan Csomor | see #9715 |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Stefan Csomor | workaround OSX bug, fixes #4555 |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Stefan Csomor | support 3.X deployment |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Stefan Csomor | adding 10.5 APIs to avoid CGErrors, fixes #13121 |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Cornett | build fix for wxUSE_LOG==0 |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Cornett | avoid GCC warning "suggest braces around empty body... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Cornett | fix typo from r67326 |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Vadim Zeitlin | Fix vararg function in wxXml unit test broken by recent... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Vadim Zeitlin | Avoid dereferencing invalid iterator in wxMessageDialog... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Vadim Zeitlin | Correctly restore the old locale in wxXLocale functions. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Vadim Zeitlin | Fix incorrect use of setlocale() in wxLocale::IsAvailab... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Jouk Jansen | Fix for broken wxGTK1 compilation |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Vadim Zeitlin | Don't do anything in WX_ASSERT_FAILS_WITH_ASSERT when... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Vadim Zeitlin | Fix VarArgTestCase compilation when type traits are... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Cornett | build fix for gtk1 |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Dimitri Schoolwerth | Compilation fixes for wxUSE_LOCALE and wxUSE_XLOCALE... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Julian Smart | Corrected XML conversion in style names and face names |
commit | commitdiff | tree | snapshot |
next |