2011-06-22 |
Vadim Zeitlin | Avoid crash on startup when using single mode in docview...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Fix bug when setting an out of range date in wxMSW...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Extract wxDateTime-related cppunit helpers in a separate...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Document surprising behaviour of wxDatePickerCtrl:...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Implement wxCalendarCtrl::SetDateRange() in the native...
|
commit | commitdiff | tree |
2011-06-19 |
Vadim Zeitlin | Suppress harmless gcc warnings about enum elements...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Fix g++ warnings about initialized variables being...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Use GdipStringFormatCachedGenericTypographic hack for...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Don't use __declspec(dllexport) for MinGW gcc 4.5 and...
|
commit | commitdiff | tree |
2011-06-17 |
Vadim Zeitlin | Avoid problems with conflicting UINT16 definitions...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Fix wxStringOutputStream in wxUSE_UNICODE_UTF8 build.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Italian translations update from Roberto Boriotti.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Disable wxFileSystemWatcher in configure if threads...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Suppress various harmless warnings in MinGW build with...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Make wxUIActionSimulator mouse move events marginally...
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Use symbolic WAIT_FAILED constant instead of raw -1.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Round the values in wxDC coordinate calculations.
|
commit | commitdiff | tree |
2011-06-16 |
Vadim Zeitlin | Round font sizes in AdjustToSymbolicSize() instead...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Generic wxHyperlinkCtrl appearance and behaviour improvements.
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Don't crash in wxOSX wxTextEntry if the window wasn...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Fall back to the valid normal bitmap if no state-specific...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Fix keyboard navigation in wxGrid with reordered columns.
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Rename some parameters in wxGrid code to make them...
|
commit | commitdiff | tree |
2011-06-15 |
Vadim Zeitlin | Fix crash when creating and quickly destroying a wxTLW...
|
commit | commitdiff | tree |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from...
|
commit | commitdiff | tree |
2011-06-11 |
Vadim Zeitlin | Implement wxDataViewCtrl::SetRowHeight() for wxGTK.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Add wxDataViewCtrl::SetRowHeight() and provide its...
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Update status bar fields widths from WM_SIZE handler.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Handle colours with alpha channel correctly in wxSVGFileDC.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Replace more DECLARE_CLASS occurrences with DECLARE_DYNAMIC_...
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Use DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS.
|
commit | commitdiff | tree |
2011-06-07 |
Vadim Zeitlin | Vietnamese translation update from Trần Ngọc Quân.
|
commit | commitdiff | tree |
2011-06-01 |
Vadim Zeitlin | No changes, just avoid unused parameters warnings.
|
commit | commitdiff | tree |
2011-05-28 |
Vadim Zeitlin | Free calloc()'d pointer correctly in wxFSWatchEntryMSW.
|
commit | commitdiff | tree |
2011-05-27 |
Vadim Zeitlin | Use #ifdef, not #if, to check for __WXGTK26__ symbol.
|
commit | commitdiff | tree |
2011-05-24 |
Vadim Zeitlin | Correct the picker button best size computation.
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Correct type MSVCProjectBuilder in the build script.
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Don't use native MSW wxHyperlinkCtrl implementation...
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Rebake after the addition of more richtext headers.
|
commit | commitdiff | tree |
2011-05-23 |
Vadim Zeitlin | Add a trivial benchmark for wxDateTime::ParseDate().
|
commit | commitdiff | tree |
2011-05-22 |
Vadim Zeitlin | Italian translations update from Stefano <l.stickell...
|
commit | commitdiff | tree |
2011-05-20 |
Vadim Zeitlin | Avoid conversion from wxString to wxChar* and back...
|
commit | commitdiff | tree |
2011-05-19 |
Vadim Zeitlin | Make picker control at least as high as the associated...
|
commit | commitdiff | tree |
2011-05-17 |
Vadim Zeitlin | Allow passing wxLongLong values directly to wx pseudo...
|
commit | commitdiff | tree |
2011-05-17 |
Vadim Zeitlin | Don't construct invalid wxDateTime in GTK calendar...
|
commit | commitdiff | tree |
2011-05-17 |
Vadim Zeitlin | Fix client to screen translation in wxWindowMSW::PopupMenu().
|
commit | commitdiff | tree |
2011-05-16 |
Vadim Zeitlin | Ensure that we never return negative client size.
|
commit | commitdiff | tree |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescription...
|
commit | commitdiff | tree |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOsDescr...
|
commit | commitdiff | tree |
2011-05-15 |
Vadim Zeitlin | Allow dragging floating AUI frames by the gripper.
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Fix small error in floating AUI frames client size...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Fix restoring of wxAuiManager::m_has_maximized when...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Correct the drawing of check tools with a drop down...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Reset the checked state of the first radio item in...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Check for NULL pane window in wxAuiManager.
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Improve checking for the landing point when docking...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Draw wxAuiToolbar button text even if it has no bitmap.
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Take the AUI floating title bar height into account...
|
commit | commitdiff | tree |
2011-05-14 |
Vadim Zeitlin | Cancel dragging in wxAuiNotebook on capture loss.
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Don't use the standard containers by default.
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Fix the comparison function in the list control sample...
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Make wxListCtrl sort function take wxIntPtr, not long...
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Define wx[U]IntPtr as long, not [s]size_t, in 32 bit...
|
commit | commitdiff | tree |
2011-05-13 |
Vadim Zeitlin | Remove duplicated portability warning from wxShowEvent...
|
commit | commitdiff | tree |
2011-05-11 |
Vadim Zeitlin | Don't document wxFileSystemWatcher::AddTree() as pure...
|
commit | commitdiff | tree |
2011-05-10 |
Vadim Zeitlin | Attempt to work around Mac g++ 4.0 bug in fswatcher...
|
commit | commitdiff | tree |
2011-05-10 |
Vadim Zeitlin | Fix inserting radio menu items in wxGTK too.
|
commit | commitdiff | tree |
2011-05-10 |
Vadim Zeitlin | Rewrote wxMSW radio menu items code to support not...
|
commit | commitdiff | tree |
2011-05-09 |
Vadim Zeitlin | Document wxBitmapToggleButton XRC parameters.
|
commit | commitdiff | tree |
2011-05-09 |
Vadim Zeitlin | Add wx/richtext/richtextuicustomization.h to the headers...
|
commit | commitdiff | tree |
2011-05-09 |
Vadim Zeitlin | No changes, just sort richtext files in files.bkl.
|
commit | commitdiff | tree |
2011-05-04 |
Vadim Zeitlin | Fix compilation of wxFileSystemWatcher unit test in...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher usage instructions.
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Implement watching directory correctly in MSW wxFileSystemWa...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Don't watch directories recursively in wxMSW wxFileSystemWat...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher::Remove() in wxMSW.
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | No changes, just slightly simplify wxFileSystemWatcher...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Fix assert when creating wxBitmapButton without a valid...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Don't crash on startup of console programs in monolithic...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Correct wxDirExists() check in OS X wxFileSystemWatcher...
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Add wxDocManager::GetPageSetupDialogData() accessor.
|
commit | commitdiff | tree |
2011-05-03 |
Vadim Zeitlin | Increase the number of index items shown by default...
|
commit | commitdiff | tree |
2011-05-01 |
Vadim Zeitlin | Translate various user-visible strings in rich text...
|
commit | commitdiff | tree |
2011-05-01 |
Vadim Zeitlin | Verify the validity of the buffer size in wxBufferedDC.
|
commit | commitdiff | tree |
2011-05-01 |
Vadim Zeitlin | Add a section about STL containers-related incompatible...
|
commit | commitdiff | tree |
2011-04-28 |
Vadim Zeitlin | Remove fixed size of gs_encodingNames array in font...
|
commit | commitdiff | tree |
2011-04-28 |
Vadim Zeitlin | Correct wxFontMapper tables for Big-5, Shift-JIS and...
|
commit | commitdiff | tree |
2011-04-28 |
Vadim Zeitlin | Fix wxULongLongNative::ToDouble() compilation with...
|
commit | commitdiff | tree |
2011-04-28 |
Vadim Zeitlin | Use correct GTK macro in wx_gtk_widget_get_sensitive().
|
commit | commitdiff | tree |
2011-04-28 |
Vadim Zeitlin | Fix check in assert in wxULongLong::ToULong().
|
commit | commitdiff | tree |
2011-04-28 |
Vadim Zeitlin | Don't specialize std::numeric_limits<> for wxLongLong...
|
commit | commitdiff | tree |
2011-04-27 |
Vadim Zeitlin | Fix wxULongLong::ToDouble() for MSVC.
|
commit | commitdiff | tree |
2011-04-27 |
Vadim Zeitlin | Disable numeric_limits<wxLongLong> test for VC6.
|
commit | commitdiff | tree |
2011-04-27 |
Vadim Zeitlin | Get rid of useless temporaries in wxAffineMatrix2D...
|
commit | commitdiff | tree |
2011-04-27 |
Vadim Zeitlin | Add wxUSE_DC_TRANSFORM_MATRIX checks to the unit test.
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Change VIEWPORT_EXTENT constant in wxMSW wxDC code...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Avoid rounding errors in wxMSW wxDC scaling code.
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Remove apparently erroneous -1 from DrawBitmap() in...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Make wxSMALL_FONT larger under MSW as it was unreadable...
|
commit | commitdiff | tree |
next |