2010-03-05 |
Vadim Zeitlin | Correct controller size determination in wxToolbook.
|
commit | commitdiff | tree |
2010-03-05 |
Vadim Zeitlin | Use wxWindow::ReleaseMouse() instead of MSW ::ReleaseCapture...
|
commit | commitdiff | tree |
2010-03-03 |
Vadim Zeitlin | Allow using version-specific vc prefix in msvc/wx/setup.h.
|
commit | commitdiff | tree |
2010-03-03 |
Vadim Zeitlin | Use correct directory names in msvc/wx/setup.h for...
|
commit | commitdiff | tree |
2010-03-03 |
Vadim Zeitlin | Added Arabic translation from Abdullah Abouzekry.
|
commit | commitdiff | tree |
2010-03-03 |
Vadim Zeitlin | Fix wxCommandProcessor compilation with wxUSE_ACCEL==0.
|
commit | commitdiff | tree |
2010-03-03 |
Vadim Zeitlin | Document that images in buttons and menus might not...
|
commit | commitdiff | tree |
2010-03-02 |
Vadim Zeitlin | Use user locale with Latin-1 as fallback for command...
|
commit | commitdiff | tree |
2010-03-02 |
Vadim Zeitlin | Don't use m_macToolbar in wxOSX wxToolBar if it is...
|
commit | commitdiff | tree |
2010-03-02 |
Vadim Zeitlin | Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE_TOOLBAR.
|
commit | commitdiff | tree |
2010-03-01 |
Vadim Zeitlin | Fix crash when accessing clipboard before entering...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Simplify and correct bugs in wxMSW wxScrollBar message...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | No real changes, just cleanup wxMSW wxScrollBar a little.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Make it possible to use wxCharBuffer during program...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Only add -woff 3970 to C[XX]FLAGS when using SGI mipsPro...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Compilation fixes for wide char functions under IRIX...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Fix for wxStringCheck compilation under IRIX using...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Always declare wxCStrData::As[W]Char() as being inline.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Rearrange functions order so that they are effectively...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Fix compilation with GTK+ 2.4.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Support IRIX version of OpenGL multi sampling constants.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Fix the STC sources generation script to work with...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | No real changes, just remove an unused variable.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Remove unused NO_SORT constant.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Include <locale.h> to get LC_XXX constants declaration.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Remove unnecessary comparison of unsigned variable...
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Remove unused static constant.
|
commit | commitdiff | tree |
2010-02-28 |
Vadim Zeitlin | Include the real iostream header and not just iosfwd...
|
commit | commitdiff | tree |
2010-02-26 |
Vadim Zeitlin | Fix assert when using year or decade view in Windows...
|
commit | commitdiff | tree |
2010-02-26 |
Vadim Zeitlin | Fix assert on wxCalendarCtrl creation under Windows 7.
|
commit | commitdiff | tree |
2010-02-26 |
Vadim Zeitlin | Add pretty-printers for wxPoint, wxSize and wxRect.
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Initialize wxhInstance in console MSW applications...
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Use wxGetInstance() instead of wxhInstance in wxMSW...
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Include wx/defs.h from all our public headers, including...
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Fix harmless g++ 4.3 warning about suggested parentheses.
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Fix multiple bugs in non-ownerdrawn wxListBox after...
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Document the use of --disable-gui for building wxBase.
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Always use UTF-8 for GTK+ strings.
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Compilation fixes in wxHTML for wxUSE_CONFIG==0.
|
commit | commitdiff | tree |
2010-02-25 |
Vadim Zeitlin | Document more wxDC drawing functions overloads.
|
commit | commitdiff | tree |
2010-02-12 |
Vadim Zeitlin | Fix compilation of wx/scopeguard.h with g++ -fno-exceptions.
|
commit | commitdiff | tree |
2010-02-12 |
Vadim Zeitlin | Remove wxHAS_NAMESPACES and gcc 2.95 checks.
|
commit | commitdiff | tree |
2010-02-12 |
Vadim Zeitlin | Ukrainian translations update from Yuri Chornoivan.
|
commit | commitdiff | tree |
2010-02-10 |
Vadim Zeitlin | Move wxPosixPermissions definition from wx/file.h to...
|
commit | commitdiff | tree |
2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons.
|
commit | commitdiff | tree |
2010-02-04 |
Vadim Zeitlin | Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
|
commit | commitdiff | tree |
2010-02-04 |
Vadim Zeitlin | Fix selection event sending for Ctrl-click in generic...
|
commit | commitdiff | tree |
2010-02-04 |
Vadim Zeitlin | Make wxDataObjectComposite::GetObject() public.
|
commit | commitdiff | tree |
2010-02-03 |
Vadim Zeitlin | Test wxTE_PROCESS_ENTER style in the widgets sample.
|
commit | commitdiff | tree |
2010-02-03 |
Vadim Zeitlin | Correct the bounding box calculation in wxGTK wxDC...
|
commit | commitdiff | tree |
2010-02-03 |
Vadim Zeitlin | Fix bug in wxMSW wxMessageDialog when the text was...
|
commit | commitdiff | tree |
2010-02-03 |
Vadim Zeitlin | Correct bounding box calculation in wxGTK wxDC::DrawText().
|
commit | commitdiff | tree |
2010-01-29 |
Vadim Zeitlin | Disable wxUSE_FSWATCHER under Unix if neither inotify...
|
commit | commitdiff | tree |
2010-01-28 |
Vadim Zeitlin | Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build.
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Never block in wxSocket::Peek().
|
commit | commitdiff | tree |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method.
|
commit | commitdiff | tree |
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 |
next |