2010-01-26 |
Vadim Zeitlin | Try to prevent users from forgetting to include wx...
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Don't pass logs at unknown levels to wxLog::DoLogRecord...
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Another compilation fix for wxMSW without PCH.
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Implement RequestUserAttention() for wxOSX/Cocoa.
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Compilation fixes for PCH-less build after ownerdraw...
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Avoid g++ warning about unhandled wxFONTFAMILY_XXX...
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | No real changes, just don't initialize extern variable...
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Make wxWindow::MSWGetThemeColour() const.
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Compilation fix for wxUniv.
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Compilation fix after ownerdraw-refactor branch merge.
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Fix bug in wxStringOutputStream unit test.
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Override IsSeekable() in wxString{Input,Output}Stream...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Document that wxComboBox::Dismiss() and Popup() generate...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Correct UTF-32BE BOM detection in wxConvAuto.
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Correct bug with returning 0 for non-empty input from...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Check the result of ToWChar() call in wxTextInputStream...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Replace wxLogWarning()s in wxOSX wxComboBox code with...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | No changes, just remove the strange "#if 1".
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Move wx/evtloop.h from GUI_CMN_HDR to BASE_CMN_HDR...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Fix wxHTTPStream::Eof() to return true for empty HTTP...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Use a helper wxNEEDS_DECL_BEFORE_TEMPLATE symbol in...
|
commit | commitdiff | tree |
2010-01-24 |
Vadim Zeitlin | Apply workaround for wxStrcoll() template for g++ to...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Add virtual wxSizer::DoInsert() to replace Insert().
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Allow to not create wxPaintDC in EVT_PAINT handler...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Don't crash when input is empty in wxFileConfig(wxInputStrea...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Fix off by 1 errors in owner-drawn menu drawing code...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Improve wxCheckListBox appearance under Vista/Win7.
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Correct drawing of check marks for owner-drawn items...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Correct alignment of menu accelerator strings in owner...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus.
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Fix calculation of the margins for owner-drawn menu...
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Set up menu bitmaps correctly for checkable items.
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code.
|
commit | commitdiff | tree |
2010-01-23 |
Vadim Zeitlin | Return old, not new, selection from wxMSW wxNotebook...
|
commit | commitdiff | tree |
2010-01-20 |
Vadim Zeitlin | Disable size grip for TLW status bar if TLW is not...
|
commit | commitdiff | tree |
2010-01-19 |
Vadim Zeitlin | Further enhancement to the samples overview page.
|
commit | commitdiff | tree |
2010-01-19 |
Vadim Zeitlin | Explain the location of samples better in the samples...
|
commit | commitdiff | tree |
2010-01-19 |
Vadim Zeitlin | Don't set initial size as min size for top level windows...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Document wxCENTRE style for wxMessageDialog.
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Don't set stretchable spacers size to 0, this doesn...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Correct test for parent being on screen in wxTLW::DoCentre().
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Invalidate stored wxTreeItemIds when the corresponding...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Generate wxEVT_KEY_DOWN events for navigation keys...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Show the more metrics for the selected font in the...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Don't call base class version unnecessarily in wxLogWindow...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | No changes, just fix an unused parameter warning.
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Add wxIsascii() function and use it instead of isascii...
|
commit | commitdiff | tree |
2010-01-18 |
Vadim Zeitlin | Only disable use of non-ANSI functions in strict ANSI...
|
commit | commitdiff | tree |
2010-01-14 |
Vadim Zeitlin | More wx(Flex)GridSizer constructors documentation improvements.
|
commit | commitdiff | tree |
2010-01-14 |
Vadim Zeitlin | Minor corrections to wxFlexGridSizer ctor documentation.
|
commit | commitdiff | tree |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and documentation.
|
commit | commitdiff | tree |
2010-01-12 |
Vadim Zeitlin | Check for a function existing in all libpng releases...
|
commit | commitdiff | tree |
2010-01-12 |
Vadim Zeitlin | Add wx/osx/textentry.h to the list of OS X headers.
|
commit | commitdiff | tree |
2010-01-09 |
Vadim Zeitlin | Restore default WM_ERASEBKGND handling for wxMDIParentFrame.
|
commit | commitdiff | tree |
2010-01-09 |
Vadim Zeitlin | Minor fixes and enhancements to wxWindowID documentation.
|
commit | commitdiff | tree |
2010-01-07 |
Vadim Zeitlin | Improve hit detection in wxMSW wxTreeCtrl with wxTR_FULL_ROW...
|
commit | commitdiff | tree |
2010-01-07 |
Vadim Zeitlin | German translations update from Thomas Krebs.
|
commit | commitdiff | tree |
2010-01-07 |
Vadim Zeitlin | Fix typos in IMediaPlayer2 and INSPlay interfaces declarations.
|
commit | commitdiff | tree |
2010-01-05 |
Vadim Zeitlin | Brazilian Portuguese translations updae from Allann...
|
commit | commitdiff | tree |
2010-01-04 |
Vadim Zeitlin | Add assert checking that window has no event handlers...
|
commit | commitdiff | tree |
2010-01-04 |
Vadim Zeitlin | Fix wxConvAuto behaviour when it is used by wxTextInputStream.
|
commit | commitdiff | tree |
2010-01-04 |
Vadim Zeitlin | Make calling wxLog::IsAllowedTraceMask() safe during...
|
commit | commitdiff | tree |
2010-01-04 |
Vadim Zeitlin | Compilation fix for VC6 after r63061.
|
commit | commitdiff | tree |
2010-01-04 |
Vadim Zeitlin | Correctly parse times without seconds in wxDateTime...
|
commit | commitdiff | tree |
2010-01-04 |
Vadim Zeitlin | Don't dereference invalid iterator in wxDateTime::ParseDate().
|
commit | commitdiff | tree |
2010-01-03 |
Vadim Zeitlin | Romanian translation update from Catalin.
|
commit | commitdiff | tree |
2009-12-31 |
Vadim Zeitlin | Change the year in copyright messages to 2010.
|
commit | commitdiff | tree |
2009-12-31 |
Vadim Zeitlin | Add wxWinVersion_7 to the private wxMSW wxWinVersion...
|
commit | commitdiff | tree |
2009-12-30 |
Vadim Zeitlin | Don't create an invalid iterator in wxDateTime::ParseTime().
|
commit | commitdiff | tree |
2009-12-30 |
Vadim Zeitlin | Explicitly mention MSVC std::fstream(wxString) incompatibili...
|
commit | commitdiff | tree |
2009-12-28 |
Vadim Zeitlin | Ensure that frame is re-laid out when its toolbar is...
|
commit | commitdiff | tree |
2009-12-28 |
Vadim Zeitlin | Correct initial value of "Toggle toolbar" check menu...
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Account for cells spanning multiple grid cells better...
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Return the kind of cells span from wxGrid::GetCellSize().
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Don't call SetMinSize() when creating the window if...
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Avoid defining COMPILER_PREFIX for autoconf format.
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Correct wxUSE_MACOSX_VERSION_MIN setting when running...
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Document wxString::operator<<(wxUniChar).
|
commit | commitdiff | tree |
2009-12-27 |
Vadim Zeitlin | Override some methods in wxF(F)ileStream to resolve...
|
commit | commitdiff | tree |
2009-12-26 |
Vadim Zeitlin | Take into account the initial buttons state when creating...
|
commit | commitdiff | tree |
2009-12-26 |
Vadim Zeitlin | Don't forward declare wxSystemColour enum.
|
commit | commitdiff | tree |
2009-12-26 |
Vadim Zeitlin | No changes, just fix a typo in and rephrase a comment.
|
commit | commitdiff | tree |
2009-12-25 |
Vadim Zeitlin | Always show hint in text entries, even when they have...
|
commit | commitdiff | tree |
2009-12-23 |
Vadim Zeitlin | Erase toolbar background even if it doesn't contain...
|
commit | commitdiff | tree |
2009-12-23 |
Vadim Zeitlin | Don't pass 0 timer ids to ::SetTimer().
|
commit | commitdiff | tree |
2009-12-22 |
Vadim Zeitlin | Remove the test of erase background events from the...
|
commit | commitdiff | tree |
2009-12-22 |
Vadim Zeitlin | Finally really correct background erasing for wxMSW...
|
commit | commitdiff | tree |
2009-12-22 |
Vadim Zeitlin | Fix best size computation for buttons without image...
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Document wxSpinCtrlDouble in correct header file.
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Document wxSizerItem::Assign{Window,Sizer,Spacer}(...
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Document wxDV_NO_HEADER style.
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Corrections to expander position calculations and drawing...
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Correct selection/drop highlight rectangles width in...
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Always draw standard-sized checkboxes in generic wxDataViewT...
|
commit | commitdiff | tree |
2009-12-19 |
Vadim Zeitlin | Use correct width in wxDataViewCustomRendererBase:...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Don't create labels with wxST_NO_AUTORESIZE flag with...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Don't draw over dummy separators in MSW toolbar, just...
|
commit | commitdiff | tree |
next |