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 |
2011-04-17 |
Vadim Zeitlin | Refactor: extract wxTextCompleterFixed from wxMSW to...
|
commit | commitdiff | tree |
2011-04-17 |
Vadim Zeitlin | Add wxAffineMatrix2D and related classes.
|
commit | commitdiff | tree |
2011-04-17 |
Vadim Zeitlin | Fix wxXmlDocument::SetRoot() broken by recent changes.
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Define wxTextEntry::DoAutoCompleteStrings() stub in...
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Split wxTextCompleter into a base class and wxTextCompleterS...
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Don't block the main UI thread while generating completions...
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Use ACO_AUTOAPPEND option for text completion in wxMSW.
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Added private wxEVT_AFTER_CHAR event for wxMSW implementatio...
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Add support for dynamic auto-completion in wxTextEntry.
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | No changes, just simplify preprocessor checks in wxMSW...
|
commit | commitdiff | tree |
2011-04-16 |
Vadim Zeitlin | Refactor wxTextEntry::AutoComplete() to simply call...
|
commit | commitdiff | tree |
2011-04-10 |
Vadim Zeitlin | Re-define push_back() in wxSortedArrayString to behave...
|
commit | commitdiff | tree |
2011-04-10 |
Vadim Zeitlin | Allow customizing AUI tab colours in wxAuiTabArt.
|
commit | commitdiff | tree |
2011-04-10 |
Vadim Zeitlin | Fix off by one pixel error when drawing active tab...
|
commit | commitdiff | tree |
2011-04-10 |
Vadim Zeitlin | Correct Javanese language code.
|
commit | commitdiff | tree |
2011-04-06 |
Vadim Zeitlin | Fix vararg function in wxXml unit test broken by recent...
|
commit | commitdiff | tree |
2011-04-06 |
Vadim Zeitlin | Avoid dereferencing invalid iterator in wxMessageDialog...
|
commit | commitdiff | tree |
2011-04-06 |
Vadim Zeitlin | Correctly restore the old locale in wxXLocale functions.
|
commit | commitdiff | tree |
2011-04-06 |
Vadim Zeitlin | Fix incorrect use of setlocale() in wxLocale::IsAvailable().
|
commit | commitdiff | tree |
2011-04-05 |
Vadim Zeitlin | Don't do anything in WX_ASSERT_FAILS_WITH_ASSERT when...
|
commit | commitdiff | tree |
2011-04-05 |
Vadim Zeitlin | Fix VarArgTestCase compilation when type traits are...
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | Disable wxUSE_STD_CONTAINERS by default for MSVC6.
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | No real changes, just some more minor cleanup in wxSVGFileDC.
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | Remove wxSVG_DEBUG from wxSVGFileDC.
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | Clean up of string operations in wxSVGFileDC code.
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | Add support for alpha channel in colours in wxSVGFileDC.
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | No changes, just merge some strings in wxSVGFileDC.
|
commit | commitdiff | tree |
2011-04-02 |
Vadim Zeitlin | Use wxPENSTYLE_XXX and wxBRUSHSTYLE_XXX instead of...
|
commit | commitdiff | tree |
2011-03-31 |
Vadim Zeitlin | Compilation fix for wxUSE_STL==1 build after r67356.
|
commit | commitdiff | tree |
next |