2010-10-30 |
Vadim Zeitlin | Use TAbs in debian/rules, not spaces, as it's a makefile.
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Fix order of arguments in wxOSX/Carbon wxListCtrl:...
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConcentric().
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcentric().
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Relax validation of wxCheckBox flags.
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Improve positioning of wxSlider min/max labels in wxMSW.
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after wxListBoxBase changes.
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Don't crash when waiting for thread termination in...
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Fix list box unit test under wxGTK.
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | No changes, just use wxGtkObject<> instead of g_object_unref().
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Don't duplicate event sending code in wxGTK wxListBox.
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected...
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | wxOSX compilation fix: remove just added extra semicolon.
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Fix warnings about signed/unsigned comparisons inside...
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derived...
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in...
|
commit | commitdiff | tree |
2010-10-26 |
Vadim Zeitlin | Don't dispatch messages while waiting in worker thread...
|
commit | commitdiff | tree |
2010-10-26 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_BASED_...
|
commit | commitdiff | tree |
2010-10-26 |
Vadim Zeitlin | Better document wxAutomationObject::GetDispatchPtr...
|
commit | commitdiff | tree |
2010-10-26 |
Vadim Zeitlin | Rebake to add wx/meta/implicitconversion.h to the makefiles.
|
commit | commitdiff | tree |
2010-10-25 |
Vadim Zeitlin | Mention that resource forks are deprecated under Mac...
|
commit | commitdiff | tree |
2010-10-25 |
Vadim Zeitlin | Use the correct accelerator for the "Preferences" Apple...
|
commit | commitdiff | tree |
2010-10-25 |
Vadim Zeitlin | Use the application name in the "About" item of the...
|
commit | commitdiff | tree |
2010-10-25 |
Vadim Zeitlin | Compilation fix: don't use "environ" under OS X.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Make wxUString compilable with VC6.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Fix typo in wxFILTER_NUMERIC documentation.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't handle RPC_E_CHANGED_MODE return of OleInitialize...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Always create new OLE objects with reference count...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Fix problems with reference counting in wxActiveXContainer.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't consider lack of connection points an error in...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't activate the window when updating its styles...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Fix wrong wxLogDebug() call in fswatcher sample.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Allow specifying the directory to watch on command...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Avoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't grab focus when calling wxTreeCtrl::SelectItem().
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Allow to use space to toggle spinning of the cube in...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_TREE_ITEM_MENU event without...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | No real changes, just cleanup week days handling in...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Keep displayed month and year in sync in wxGenericCalendarCtrl.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | No real changes, just inline wxDIB::Create().
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Remove wxDIB::m_hasAlpha from wxMSW.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Fix conversion of 32 bit ARGB bitmaps to wxImage in...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't hard code "open" verb in wxMSW wxLaunchDefaultApplicat...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Treat wxToolbook symmetrically with others in the notebook...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Don't reserve space for hidden controller in wxBookCtrl.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Output header to the same directory as the .cpp file...
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Use wxChoicebook instead of wxNotebook in the xrc sample.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Rearrange xrc sample controls in alphabetical order.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subclasses.
|
commit | commitdiff | tree |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Add wxIcon::GetSize() to wxIcon in wxOSX.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Don't use non-existent icon in XRC sample.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Don't assume any particular default size for XRC image...
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Correct wxDialog::SetAffirmativeId() documentation.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Construct paths using wxFileName in wxHTML help.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Use rpmbuild to build the RPMs in "make rpm" target.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Add more headers to "make dist" and remove .mo files.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Include wxscintilla library in wxGTK RPM.
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Generate the full list of wxBase headers paths in wxGTK...
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Force the use of GNOME printing support and wxMediaCtrl...
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Remove "release" suffix from wx-config links used in...
|
commit | commitdiff | tree |
2010-10-23 |
Vadim Zeitlin | Document that wxProcess::GetOutputStream() can't be...
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Enable ListBoxTestCase::HitTest() for wxGTK.
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Restore the note about auto-repeat in key events documentation.
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Use GTK_SELECTION_BROWSE instead of SINGLE for wxListBox...
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Fixes for calling Enable() on children of a disabled...
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Use single BeforeLast() call in wxConfigPathChanger...
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}().
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C...
|
commit | commitdiff | tree |
2010-10-22 |
Vadim Zeitlin | Don't add quotes to string representation in gdb.
|
commit | commitdiff | tree |
2010-10-21 |
Vadim Zeitlin | Add missing comparison operator declarations in wxString...
|
commit | commitdiff | tree |
2010-10-21 |
Vadim Zeitlin | Document the meaning of wxToolBar tool id more clearly.
|
commit | commitdiff | tree |
2010-10-21 |
Vadim Zeitlin | Implement comparisons between wxString::iterator and...
|
commit | commitdiff | tree |
2010-10-20 |
Vadim Zeitlin | Add XRC handler for wxCommandLinkButton.
|
commit | commitdiff | tree |
2010-10-20 |
Vadim Zeitlin | Merge wxBitmapButton and wxButton panels in the xrc...
|
commit | commitdiff | tree |
2010-10-20 |
Vadim Zeitlin | Correct the fix that broke wxRegion::ConvertToBitmap().
|
commit | commitdiff | tree |
2010-10-18 |
Vadim Zeitlin | Change wxSP_XXX flags values to avoid clashes with...
|
commit | commitdiff | tree |
2010-10-18 |
Vadim Zeitlin | Use unsigned char for XBM bitmaps data.
|
commit | commitdiff | tree |
2010-10-18 |
Vadim Zeitlin | Correctly handle S_FALSE return value of IActiveMovie...
|
commit | commitdiff | tree |
2010-10-18 |
Vadim Zeitlin | Correct recently broken checked state handling in wxRearrang...
|
commit | commitdiff | tree |
2010-10-18 |
Vadim Zeitlin | Add missing "static" to wxSystemOptions::SetOption...
|
commit | commitdiff | tree |
2010-10-17 |
Vadim Zeitlin | Fix wxSTC compilation without wxUSE_DRAG_AND_DROP after...
|
commit | commitdiff | tree |
2010-10-17 |
Vadim Zeitlin | No real changes, just fix a warning in the test suite.
|
commit | commitdiff | tree |
2010-10-17 |
Vadim Zeitlin | Revert the changes of r65826 in wxConvertToGTK().
|
commit | commitdiff | tree |
2010-10-17 |
Vadim Zeitlin | Return valid buffer from wxMBConv::c{MB,WC}2{WC,MB...
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Fix FileTestCase to really test strings with embedded...
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Disable tests for UTF-encoded files in FileTestCase...
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Compilation fix for STL build after r65830.
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Avoid crashes in wxGenericListCtrl client<->screen...
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Improve wxGTK print and page setup dialogs.
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Transfer printer name to/from GTK+ native print setup...
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Correctly initialize wxGtkPrintNativeData members.
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Restore text drag-and-drop in wxSTC broken by Scintilla...
|
commit | commitdiff | tree |
2010-10-16 |
Vadim Zeitlin | Don't return invalid buffer from wxConvertToGTK("").
|
commit | commitdiff | tree |
next |