2011-10-29 |
Paul Cornett | parenthesize bitwise operator in logical expression |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No changes, just simplifications to configure code. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No changes, just remove redundant code. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Explicitly declare environ variable. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Always include locale.h to get LC_ALL declaration. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Remove unused wxIFFDecoder::picptr member variable. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove an extra semicolon. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | Replace remaining occurrences of _T() with wxT(). |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove trailing commas from enums. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Vadim Zeitlin | Add WX_FIND_LIB() function to simplify testing for... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Vadim Zeitlin | No changes, just fix some typos in acinclude.m4 comments. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Vadim Zeitlin | Use AC_LANG_SOURCE and add missing quoting to configure. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Václav Slavík | Fix incorrect handling of ItemsAdded() in wxDataViewCtrl. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Robin Dunn | Interface tweaks and fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Robin Dunn | Work around a multiple inheritance ambiguity |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Stefan Csomor | move declaration into cocoa part |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | deactivate wxUSE_TIMEPICKCTRL for iphone |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | files added |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | files added |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | files added |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Paul Cornett | fix wxMDIChildFrame after r69390 and r69468, TLW realiz... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | panelg removal |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | fixing reentrancy problem under iOS 5 |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Paul Cornett | avoid GDK warning "drawable is not a pixmap or window" |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Paul Cornett | avoid GTK3 warning "GtkNotebook %p is mapped but visibl... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Paul Cornett | revert (presumably unintentional) change from r59562... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Julian Smart | Fix for indeterminate attribute specification |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Julian Smart | Applied patch #13534: wxRichTextCtrl: Make it easier... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Julian Smart | Allow user to select indeterminate state for font attri... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Robin Dunn | Add missing styles and flags, and specify pure virtuals... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Robin Dunn | Add the getters |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Robin Dunn | It's not an array of pointers to dashes, but rather... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Václav Slavík | Document wxDataViewModelNotifier callbacks return values. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Václav Slavík | Use the new wxDataViewRenderer activation API in wxTree... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Václav Slavík | Move wxDataViewCustomRendererBase::ActivateCell() to... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Vadim Zeitlin | Dirty hack to allow generic wxDatePickerCtrl to compile... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Vadim Zeitlin | Fix wxRichToolTip compilation under MSW without PCH... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Vadim Zeitlin | Add "checked" property for toolbar tool elements in... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Robin Dunn | The new wxImage related gaphics context code uses some... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Vadim Zeitlin | Fix PCH-less compilation of wx/richtooltip.h too. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Cleanup of wxDataViewCtrl cell activation code. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Move InitMouseEvent<T>() to wx/gtk/private/event.h. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Use wxDatePickerCtrl in wxDataViewDateRenderer. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Allow using wxCompositeWindow<T> as wxDataViewCtrl... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Fix NULL window argument to wxEVT_KILL_FOCUS when creat... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Send wxEVT_CREATE and do other post-realization initial... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Václav Slavík | Set wxFocusEvent's window value for wxEVT_KILL_FOCUS... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Vadim Zeitlin | More fixes for PCH-less compilation. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Fix for PCH-less compilation after wxNonOwnedWindow... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Document and test behaviour of wxRegion methods when... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Fix SetShape() in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Don't interpret '&' specially in wxTextWrapper. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Use wxWindow::GetClientAreaOrigin() instead of MSW... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | No changes, just fix a typo in a header comment. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | No changes, just fix typo in a comment following an... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Vadim Zeitlin | Correct the direction passed to wxDataObject in wxGTK... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Vadim Zeitlin | Explicitly use _stati64() with MinGW-W64. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Robin Dunn | Fix more missing and broken stuff in the interface... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Stefan Csomor | supporting deployment < 10.6 when compiling against... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Stefan Csomor | removing QD dependency |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Vadim Zeitlin | Align multiline labels correctly in wxMSW owner-drawn... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Steve Lamerton | Export a couple of Carbon functions to allow wxWebView... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Václav Slavík | Set wxDataViewCtrl::m_focusWidget in wxGTK. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Václav Slavík | Don't call wxEvent::SetTimestamp() twice in InitMouseEv... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Vadim Zeitlin | Don't use wxMSW version of wxNonOwnedWindow at all... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Robin Dunn | Add data members for RGBValue and HSVValue |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Robin Dunn | fix parent class and constant |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Vadim Zeitlin | Don't assert in wxDateTime::Format("%p") in locales... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Vadim Zeitlin | The usual fix for PCH-less compilation after the last... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Vadim Zeitlin | Implement SetShape() for wxPopupWindow in wxGTK. |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Robin Dunn | Avoid an assert when m_dir is empty |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Robin Dunn | Interface tweaks for Phoenix |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Vadim Zeitlin | And another compilation fix. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Vadim Zeitlin | Compilation fix after a bad merge. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Vadim Zeitlin | Move wxUSE_GUI definition from chkconf.h to the top... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Stefan Csomor | applying slightly modified patch, fixes #13434 |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Stefan Csomor | moving defines in front of the setup.h to make webkit... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Vadim Zeitlin | Make it possible to close "shaped" sample from the... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Vadim Zeitlin | Added missing WXDLLIMPEXP_CORE to wxNonOwnedWindowBase... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Vadim Zeitlin | Update status bar labels properly after width change... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Vadim Zeitlin | Don't delete wxTaskBarIcon in wxMSW wxNotificationMessa... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Vadim Zeitlin | Move SetBackgroundBitmap() from wxPanel to new wxCustom... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Robin Dunn | wxGraphicsRenderer::CreateContextFromImage is not static |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Robin Dunn | Remove the ctor and Init methods that are not available... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Vadim Zeitlin | Fix warnings about wxOSX_USE_CARBON being undefined... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Vadim Zeitlin | Fix PCH-less build after adding wxNonOwnerWindow in... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Vadim Zeitlin | Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. |
commit | commitdiff | tree | snapshot |
next |