2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (closes...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | update custom event definition documentation; document...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | fix typo in last commit
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | update/reorganize events overview and changed links...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | extract the important overviews in their own section...
|
commit | commitdiff | tree |
2009-02-06 |
Vadim Zeitlin | remove incorrect cast of wxString to char* (unnecessary...
|
commit | commitdiff | tree |
2009-02-06 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 case
|
commit | commitdiff | tree |
2009-02-06 |
Vadim Zeitlin | allow handling events in a function taking the base...
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | PCH-less compilation fix
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE...
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | another compilation fix to switch in DoYield()
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | compilation fixes to DoYield() after latest changes
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | restore the default bitmap icons size to 16*15, making...
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | move generic animation sources to ADVANCED_MSW_NATIVE_SRC...
|
commit | commitdiff | tree |
2009-02-04 |
Vadim Zeitlin | added back compatibility headers (apparently svn can...
|
commit | commitdiff | tree |
2009-02-03 |
Vadim Zeitlin | added wxPersistentRegisterAndRestore() function to...
|
commit | commitdiff | tree |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd...
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | work around VC6 ICE in DLL build
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | compilation fix for template Connect()
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | use explicit this-> with non-dependent names (compilation...
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | use wxCommandEventHandler instead of manually writing...
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | Changes to template Connect() to make it compile with...
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | compilation fix for new event types (this shouldn't...
|
commit | commitdiff | tree |
2009-02-02 |
Vadim Zeitlin | don't always disable new events code; leave it enabled...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | move evthandler.cpp to non-GUI test as it doesn't require...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | test that the connected event handler is really called...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | remove WXDLLIMPEXP_BASE from template classes to fix...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | disable warning about using deprecated wxStripExtension...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | add a unit test for new events (see #10000)
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | no real changes, just add some comments
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | emphasize that you need to specify eventSink when connecting...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | correct the tests for the window position to actually...
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | another wxUSE_DRAG_AND_DROP==0 compilation fix
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | position the popup on the correct screen (see #10462)
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | set standard properties
|
commit | commitdiff | tree |
2009-02-01 |
Vadim Zeitlin | check for m_parentMenu being NULL in IsChecked/Checked...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for menu items with NULL...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | log error message in wxRmdir() for consistency with...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | document FindChildItem() (closes #10455)
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | attempt to fix DLL samples link with VC6 which has...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for items not attached...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | load ImageList_Copy() dynamically to allow wx apps...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | corrections after last commit, (see #10452 comment:6)
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | fix warnings about conversion between DWORD and pointers...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | define MIIM_BITMAP &c in wx/msw/missing.h instead of...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | remove extra line breaks which prevents Doxygen from...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | use margin width after updating it in OnMeasureItem...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | don't use built-in support for menu bitmaps if they...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | use SetMenuItemInfo() to update the item label to avoid...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | don't list SetSelection() as being deprecated, it isn't
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | no real changes, just remove unnecessary code; use...
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | don't override the toolbar height with too small value
|
commit | commitdiff | tree |
2009-01-31 |
Vadim Zeitlin | include errno.h to fix buildbot compilation
|
commit | commitdiff | tree |
2009-01-30 |
Vadim Zeitlin | DisableSaving/Restoring() should be void, not bool
|
commit | commitdiff | tree |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls
|
commit | commitdiff | tree |
2009-01-30 |
Vadim Zeitlin | include wx/generic/gridctrl.h too for compatibility
|
commit | commitdiff | tree |
2009-01-29 |
Vadim Zeitlin | use HandleWindowEvent() instead of ProcessEvent() to...
|
commit | commitdiff | tree |
2009-01-29 |
Vadim Zeitlin | don't fall back to the only currently existing document...
|
commit | commitdiff | tree |
2009-01-29 |
Vadim Zeitlin | no changes, just corrected/completed a comment truncated...
|
commit | commitdiff | tree |
2009-01-29 |
Vadim Zeitlin | no real changes, just minor refactoring and cleanup
|
commit | commitdiff | tree |
2009-01-29 |
Vadim Zeitlin | don't crash if we have no accelerators for the "Window...
|
commit | commitdiff | tree |
2009-01-29 |
Vadim Zeitlin | add wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | correct wxDateTime DST begin/end computations for years...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | another fix for wxUSE_DRAG_AND_DROP==0 build
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptionButt...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | no real changes, just small cleanup, in particular...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | don't duplicate menu creation code in the parent and...
|
commit | commitdiff | tree |
2009-01-28 |
Vadim Zeitlin | define a separate run-tests-with-timing tag
|
commit | commitdiff | tree |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames...
|
commit | commitdiff | tree |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel...
|
commit | commitdiff | tree |
2009-01-27 |
Vadim Zeitlin | added template wxScopedArray<> too
|
commit | commitdiff | tree |
2009-01-27 |
Vadim Zeitlin | don't do anything in SetWindowMenu() if we're setting...
|
commit | commitdiff | tree |
2009-01-27 |
Vadim Zeitlin | yet another blind attempt to run tests with --timing...
|
commit | commitdiff | tree |
2009-01-27 |
Vadim Zeitlin | add missing headers for PCH-less build
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | add more wxUSE_MENUS guards
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | don't include wx/mdi.h from wx/wx.h when building the...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIParentF...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | test ShowFullScreen() to verify that restoring menu...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | disable the "Next" and "Previous" commands in the window...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | trying to make the tests run in trunk release build...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | use --timing option with trunk build, not stable one
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | disable utils compilation in stable STL builds as tex2rtf...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | don't show the currently hidden frame if Iconize()...
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | document the correct base class
|
commit | commitdiff | tree |
2009-01-26 |
Vadim Zeitlin | include missing header (wx/msw/wrapcctl.h) for PCH...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | Mac build fixes after latest change (closes #10433)
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | don't change the combobox text when it's being resized...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repainting...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | compilation fix for VC6 after last change; use wx naming...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | remove unused function and out of date comments (we...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | fix state images after changing their style (see #9591)
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | use GetBoundingRect() for the in place text control...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | corrections to size calculations for state images ...
|
commit | commitdiff | tree |
2009-01-25 |
Vadim Zeitlin | remove duplicated HitTest implementation from wxCheckListBox...
|
commit | commitdiff | tree |
next |