2010-10-27 |
Robert Roebling | Use window-state-event to send ICONIZE events under... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
tree | commitdiff |
2010-10-26 |
Vadim Zeitlin | Don't dispatch messages while waiting in worker thread... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Use the correct accelerator for the "Preferences" Apple... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Use the application name in the "About" item of the... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Compilation fix: don't use "environ" under OS X. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Always create new OLE objects with reference count... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix problems with reference counting in wxActiveXContainer. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't consider lack of connection points an error in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't activate the window when updating its styles... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Avoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't grab focus when calling wxTreeCtrl::SelectItem(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_TREE_ITEM_MENU event without... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just cleanup week days handling in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Keep displayed month and year in sync in wxGenericCalen... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just inline wxDIB::Create(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Remove wxDIB::m_hasAlpha from wxMSW. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix conversion of 32 bit ARGB bitmaps to wxImage in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't hard code "open" verb in wxMSW wxLaunchDefaultApp... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't reserve space for hidden controller in wxBookCtrl. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Don't assume any particular default size for XRC image... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Construct paths using wxFileName in wxHTML help. |
tree | commitdiff |
2010-10-23 |
Robert Roebling | wxDataViewCtrl::Expand() only works on items whose... |
tree | commitdiff |
2010-10-23 |
Robert Roebling | Set focus to generic wxDataViewCtrl when clicking with... |
tree | commitdiff |
2010-10-23 |
Robert Roebling | Implement wxDataViewCtrl::HitTest() under GTK+, second... |
tree | commitdiff |
2010-10-23 |
Robert Roebling | Also set mouse position in ITEM_BEGIN_DRAG event in... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Use GTK_SELECTION_BROWSE instead of SINGLE for wxListBo... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Fixes for calling Enable() on children of a disabled... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Use single BeforeLast() call in wxConfigPathChanger... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Add XRC handler for wxCommandLinkButton. |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Correct the fix that broke wxRegion::ConvertToBitmap(). |
tree | commitdiff |
2010-10-20 |
Peter Cawley | Improve support for ribbon panel sizers: panels with... |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Use unsigned char for XBM bitmaps data. |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Correctly handle S_FALSE return value of IActiveMovie... |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Correct recently broken checked state handling in wxRea... |
tree | commitdiff |
2010-10-18 |
Jaakko Salli | Call wxScrollHelper::AdjustScrollbars() to fix scroll... |
tree | commitdiff |
2010-10-17 |
Vadim Zeitlin | Fix wxSTC compilation without wxUSE_DRAG_AND_DROP after... |
tree | commitdiff |
2010-10-17 |
Vadim Zeitlin | Revert the changes of r65826 in wxConvertToGTK(). |
tree | commitdiff |
2010-10-17 |
Vadim Zeitlin | Return valid buffer from wxMBConv::c{MB,WC}2{WC,MB... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Compilation fix for STL build after r65830. |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Avoid crashes in wxGenericListCtrl client<->screen... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Improve wxGTK print and page setup dialogs. |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Transfer printer name to/from GTK+ native print setup... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Correctly initialize wxGtkPrintNativeData members. |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Restore text drag-and-drop in wxSTC broken by Scintilla... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Don't return invalid buffer from wxConvertToGTK(""). |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Improve validation of wxCheckBox styles. |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Clear selection when generic wxDataViewCtrl is cleared. |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Add wx{Pen,Brush}::Is[Non]Transparent() methods and... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Use wxDCPenChanger instead of setting/resetting pen... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Add "GTK" prefix to wxChoice::{Dis,En}ableEvents()... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Check for task dialog availability even under Vista... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Fix button order in wxGTK wxMessageDialog and wxStdDial... |
tree | commitdiff |
2010-10-15 |
Jaakko Salli | Added wxNumericPropertyValidator, which is a custom... |
tree | commitdiff |
2010-10-14 |
Julian Smart | Fixed #12566 (assert on deletion) due to inconsistent... |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | wxUniv/MSW compilation fix. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Fix display of right aligned columns in wxGenericListCtrl. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Pass last page in wxEVT_WIZARD_FINISHED event. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Fix print format specifiers used for enum values. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Don't return "false" when a pointer is needed. |
tree | commitdiff |
2010-10-10 |
Vadim Zeitlin | Move wxList::Member() to pseudo-template base list... |
tree | commitdiff |
2010-10-10 |
Jaakko Salli | When wxPGProperty is un-attached from wxPropertyGrid... |
tree | commitdiff |
2010-10-10 |
Jaakko Salli | Also reset DatePicker property editor's global pointer... |
tree | commitdiff |
2010-10-08 |
Julian Smart | Compile fix |
tree | commitdiff |
2010-10-08 |
Julian Smart | Blind fix for Mac compile problem |
tree | commitdiff |
2010-10-08 |
Michael Wetherell | Fix for wxChm |
tree | commitdiff |
2010-10-07 |
Vadim Zeitlin | Don't use default "Error" title for wxMessageOutputBest... |
tree | commitdiff |
2010-10-06 |
Julian Smart | Don't use wxDC in header |
tree | commitdiff |
2010-10-06 |
Julian Smart | Eliminated redundant wxRichTextAnchoredObject class... |
tree | commitdiff |
2010-10-05 |
Vadim Zeitlin | Destroy the in-place edit control in wxGenericListCtrl... |
tree | commitdiff |
2010-10-05 |
Julian Smart | Removed test code |
tree | commitdiff |
2010-10-05 |
Julian Smart | Added a flag suppressing node content conversion when... |
tree | commitdiff |
2010-10-04 |
Jouk Jansen | Update OpenVMS Makefile |
tree | commitdiff |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
tree | commitdiff |
2010-10-04 |
Julian Smart | Avoid id clashes |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Fix wchar_t with int comparisons for Apple gcc. |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Fix gcc warnings about comparing iterators with NULL... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Fix use of DELETE and BACKSPACE when starting editing... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Fix non-ASCII key handling in wxGrid editors. |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Update CRT environment in wxSetEnv() for MinGW too. |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Correct wxConvAuto::ToWChar() behaviour with wxNO_LEN... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Suppress harmless g++ 4.4 warnings about missing braces. |
tree | commitdiff |
2010-10-03 |
Jaakko Salli | In wxBitmapComboBox::RecreateControl(), always get... |
tree | commitdiff |
2010-10-02 |
Tim Kosse | Connect to events only if using native implementation... |
tree | commitdiff |
2010-09-30 |
Stefan Csomor | opening ATSU Font info for Ulrich Telle's wxPDFContext |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Correctly convert wxPrintf() to a buffer even when... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Remove out of date code in DoStringPrintfV(). |
tree | commitdiff |
2010-09-30 |
Michael Wetherell | A couple of fixes for wxChm |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | More compilation fixes for new wxRTC image code without... |
tree | commitdiff |
next |