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 |
2011-04-26 |
Vadim Zeitlin | Ensure that message boxes with only "OK" can be closed...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Allow showing the print preview frame non modally.
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | No changes, just replace #defines with enums in printing...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Add a unit test for wxAffineMatrix2D class and its...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Make it easier to compare wxImages in the unit tests.
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Update line height in generic wxListCtrl to match images...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | No changes, just simplify the mask checks in wxImage...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Optimize alpha handling in wxImage::Rotate90() too.
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Fix assert when destroying wxDataViewCtrl being edited...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | No changes, just get rid of wxDataViewColumn::GetConstGtkHan...
|
commit | commitdiff | tree |
2011-04-26 |
Vadim Zeitlin | Specialize std::numeric_limits<> for wxLongLong and...
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Don't generate wxEVT_COMMAND_DATAVIEW_CACHE_HINT for...
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Don't close arcs drawn in wxPostScriptDC.
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Change wxNotebook selection before sending page changed...
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods...
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Fix compilation error in recent change to wxSizeEvent...
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Correct names of parameters in wxAffineMatrix2D documentation.
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Add a simple unit test for wxParseCommonDialogsFilter().
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Document that wxTreeCtrl::SelectItem() generates events.
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Set event object correctly for the generated wxSizeEvents.
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Remove duplicate negated option indicator in wxCmdLineParser...
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Fix file paths in wxFileSystemWatcherEvent under OS X.
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Set page range in the print preview correctly.
|
commit | commitdiff | tree |
2011-04-23 |
Vadim Zeitlin | Make the source files non-executable again.
|
commit | commitdiff | tree |
2011-04-21 |
Vadim Zeitlin | Define ACO_AUTOAPPEND for MinGW/Cygwin.
|
commit | commitdiff | tree |
2011-04-21 |
Vadim Zeitlin | Use "wx" prefix for the GUIDs we (re)define in wxMSW...
|
commit | commitdiff | tree |
2011-04-21 |
Vadim Zeitlin | Redefine IAutoCompleteDropDown in our code as it's...
|
commit | commitdiff | tree |
2011-04-18 |
Vadim Zeitlin | Do send wxEVT_UPDATE_UI events to hidden windows.
|
commit | commitdiff | tree |
2011-04-18 |
Vadim Zeitlin | Don't send wxWindowDestroyEvent if we hadn't sent wxWindowCr...
|
commit | commitdiff | tree |
2011-04-18 |
Vadim Zeitlin | Don't assert when destroying a never created window...
|
commit | commitdiff | tree |
2011-04-18 |
Vadim Zeitlin | Correct a typo in DoAutoCompleteCustom() stub in wxMSW.
|
commit | commitdiff | tree |
2011-04-17 |
Vadim Zeitlin | Correct wrong port-specific note in AutoCompleteFileNames...
|
commit | commitdiff | tree |
2011-04-17 |
Vadim Zeitlin | Implement auto-completion support for wxTextEntry in...
|
commit | commitdiff | tree |
next |