2011-11-05 |
Vadim Zeitlin | Allow reusing the same wxWindowID more than 254 times.
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Use wxWindowUpdateLocker to speed up updates of the...
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Fix adding a control to two different sizers in the...
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Translate the log message in wxLog destructor.
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Fix format string in wxLog::LogLastRepeatIfNeeded().
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Use correct direction in wxDataObject::IsSupported...
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Don't read beyond the end of input buffer when decoding...
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper.
|
commit | commitdiff | tree |
2011-11-05 |
Vadim Zeitlin | Rename lineAnchor in Scintilla code to avoid shadowing...
|
commit | commitdiff | tree |
2011-11-04 |
Vadim Zeitlin | Correct the misleading example of using id ranges in...
|
commit | commitdiff | tree |
2011-11-04 |
Vadim Zeitlin | Simplify wxIdRange code by using new XRCID_Assign(...
|
commit | commitdiff | tree |
2011-11-04 |
Vadim Zeitlin | Fix choice of tree item icon for the selected state...
|
commit | commitdiff | tree |
2011-11-04 |
Vadim Zeitlin | Make wxQsort() definition exactly the same as declaration.
|
commit | commitdiff | tree |
2011-11-02 |
Vadim Zeitlin | Improvements to German translation.
|
commit | commitdiff | tree |
2011-11-02 |
Vadim Zeitlin | Orthographical fixes in German translation.
|
commit | commitdiff | tree |
2011-11-02 |
Vadim Zeitlin | Hyphen fixes in German translation.
|
commit | commitdiff | tree |
2011-11-02 |
Vadim Zeitlin | Punctuation fixes in German translation.
|
commit | commitdiff | tree |
2011-11-02 |
Vadim Zeitlin | Corrections to spaces in German translation.
|
commit | commitdiff | tree |
2011-11-01 |
Vadim Zeitlin | Explicitly include X11/Xlib.h to fix AIX build.
|
commit | commitdiff | tree |
2011-11-01 |
Vadim Zeitlin | Define _LINUX_SOURCE_COMPAT for AIX build.
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Make wxTreeListEvent dynamically creatable.
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Correct wxFileName::SetPath() documentation.
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Suppress harmless unused variable warnings in wxSocket...
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Fix compilation of wxGethostbyname_r() and wxGethostbyaddr_r...
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Compilation fix for AIX: fix the name of wxGetservBuf...
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Mention setting up file as default download on SF in...
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Compilation fix for wxUSE_GRAPHICS_CONTEXT && !WX_PRECOMP.
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Correct FSF postal address in the licence text.
|
commit | commitdiff | tree |
2011-10-31 |
Vadim Zeitlin | Remove duplicated and apparently unnecessary licence...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Avoid too many sash position changed events when splitter...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Fix the check for second window becoming too small...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Make the initial sash position work in splitter sample.
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Don't apply gravity before requested sash position...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Remove wxSplitterWindow::m_checkRequestedSashPosition.
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | No changes, just remove wxSplitterWindow::{Set,Get...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Perform wxAuiToolBar idle updates from UpdateWindowUI...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Generate right click events for all kinds of items...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Fix splitting message into title in body in MSW wxProgressDi...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Don't replace non default wxMessageDialog labels with...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Change variables naming convention in wxAUI code.
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Link tests with webview library only if it is actually...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Remove apparently unnecessary wxAuiMDIClientWindow...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Add wx/datetimectrl.h to the wxAdv files list.
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Fix assert in generic wxListCtrl icon view when using...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent...
|
commit | commitdiff | tree |
2011-10-30 |
Vadim Zeitlin | Fix return value of wxPersistentSplitter::RestoreValue().
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | No changes, just simplifications to configure code.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | No changes, just remove redundant code.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings...
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special...
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern...
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Explicitly declare environ variable.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Always include locale.h to get LC_ALL declaration.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Remove unused wxIFFDecoder::picptr member variable.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove an extra semicolon.
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | Replace remaining occurrences of _T() with wxT().
|
commit | commitdiff | tree |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove trailing commas from enums.
|
commit | commitdiff | tree |
2011-10-26 |
Vadim Zeitlin | Add WX_FIND_LIB() function to simplify testing for...
|
commit | commitdiff | tree |
2011-10-26 |
Vadim Zeitlin | No changes, just fix some typos in acinclude.m4 comments.
|
commit | commitdiff | tree |
2011-10-26 |
Vadim Zeitlin | Use AC_LANG_SOURCE and add missing quoting to configure.
|
commit | commitdiff | tree |
2011-10-20 |
Vadim Zeitlin | Dirty hack to allow generic wxDatePickerCtrl to compile...
|
commit | commitdiff | tree |
2011-10-20 |
Vadim Zeitlin | Fix wxRichToolTip compilation under MSW without PCH...
|
commit | commitdiff | tree |
2011-10-20 |
Vadim Zeitlin | Add "checked" property for toolbar tool elements in...
|
commit | commitdiff | tree |
2011-10-19 |
Vadim Zeitlin | Fix PCH-less compilation of wx/richtooltip.h too.
|
commit | commitdiff | tree |
2011-10-19 |
Vadim Zeitlin | More fixes for PCH-less compilation.
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Fix for PCH-less compilation after wxNonOwnedWindow...
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class.
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath).
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Document and test behaviour of wxRegion methods when...
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Fix SetShape() in wxOSX/Cocoa.
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor...
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Don't interpret '&' specially in wxTextWrapper.
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Use wxWindow::GetClientAreaOrigin() instead of MSW...
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | No changes, just fix a typo in a header comment.
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | No changes, just fix typo in a comment following an...
|
commit | commitdiff | tree |
2011-10-18 |
Vadim Zeitlin | Correct the direction passed to wxDataObject in wxGTK...
|
commit | commitdiff | tree |
2011-10-17 |
Vadim Zeitlin | Explicitly use _stati64() with MinGW-W64.
|
commit | commitdiff | tree |
2011-10-16 |
Vadim Zeitlin | Align multiline labels correctly in wxMSW owner-drawn...
|
commit | commitdiff | tree |
2011-10-15 |
Vadim Zeitlin | Don't use wxMSW version of wxNonOwnedWindow at all...
|
commit | commitdiff | tree |
2011-10-13 |
Vadim Zeitlin | Don't assert in wxDateTime::Format("%p") in locales...
|
commit | commitdiff | tree |
2011-10-13 |
Vadim Zeitlin | The usual fix for PCH-less compilation after the last...
|
commit | commitdiff | tree |
2011-10-13 |
Vadim Zeitlin | Implement SetShape() for wxPopupWindow in wxGTK.
|
commit | commitdiff | tree |
2011-10-12 |
Vadim Zeitlin | And another compilation fix.
|
commit | commitdiff | tree |
2011-10-12 |
Vadim Zeitlin | Compilation fix after a bad merge.
|
commit | commitdiff | tree |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method...
|
commit | commitdiff | tree |
2011-10-12 |
Vadim Zeitlin | Move wxUSE_GUI definition from chkconf.h to the top...
|
commit | commitdiff | tree |
2011-10-12 |
Vadim Zeitlin | Make it possible to close "shaped" sample from the...
|
commit | commitdiff | tree |
2011-10-11 |
Vadim Zeitlin | Added missing WXDLLIMPEXP_CORE to wxNonOwnedWindowBase...
|
commit | commitdiff | tree |
2011-10-11 |
Vadim Zeitlin | Update status bar labels properly after width change...
|
commit | commitdiff | tree |
2011-10-11 |
Vadim Zeitlin | Don't delete wxTaskBarIcon in wxMSW wxNotificationMessage...
|
commit | commitdiff | tree |
2011-10-11 |
Vadim Zeitlin | Move SetBackgroundBitmap() from wxPanel to new wxCustomBackg...
|
commit | commitdiff | tree |
2011-10-10 |
Vadim Zeitlin | Fix warnings about wxOSX_USE_CARBON being undefined...
|
commit | commitdiff | tree |
2011-10-10 |
Vadim Zeitlin | Fix PCH-less build after adding wxNonOwnerWindow in...
|
commit | commitdiff | tree |
2011-10-10 |
Vadim Zeitlin | Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | No changes, just get rid of unnecessary variables in...
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Don't declare wxCairoFontData::m_underlined unnecessarily.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Remove font scaling from wxMSW wxGraphicsContext.
|
commit | commitdiff | tree |
next |