2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed...
|
commit | commitdiff | tree |
2009-02-21 |
Vadim Zeitlin | restore changes of r58979 accidentally overwritten...
|
commit | commitdiff | tree |
2009-02-21 |
Vadim Zeitlin | only update stc.h when USE_STC==1
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | fix Windows compilation after last change
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | compilation fix for systems without neither MSG_NOSIGNAL...
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | another AIX compilation fix: getservbyname_r() returns...
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | AIX compilation fix
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | don't skip the event in wxGridCellEditorEvtHandler...
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | suppress unused parameter warning
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | add missing stdcall to fix crash when using state image...
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | add event.Skip() in EVT_CONTEXT_MENU handler
|
commit | commitdiff | tree |
2009-02-15 |
Vadim Zeitlin | don't use AC_CANONICAL_TARGET in libtiff configure...
|
commit | commitdiff | tree |
2009-02-15 |
Vadim Zeitlin | fix (harmless)m ingw32 warning; use anonymous namespace...
|
commit | commitdiff | tree |
2009-02-13 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE...
|
commit | commitdiff | tree |
2009-02-12 |
Vadim Zeitlin | added a period at the end of a sentence (test commit...
|
commit | commitdiff | tree |
2009-02-12 |
Vadim Zeitlin | return radio box own help text when origin is Origin_Unknown...
|
commit | commitdiff | tree |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a template...
|
commit | commitdiff | tree |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10
|
commit | commitdiff | tree |
2009-02-09 |
Vadim Zeitlin | don't use invalid item indices in wxLC_HRULES-drawing...
|
commit | commitdiff | tree |
2009-02-09 |
Vadim Zeitlin | fix MSVC warnings about possibly uninitialized variables...
|
commit | commitdiff | tree |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes
|
commit | commitdiff | tree |
2009-02-08 |
Vadim Zeitlin | remove remaining traces of samples/mobile (continuation...
|
commit | commitdiff | tree |
2009-02-08 |
Vadim Zeitlin | don't react to wxEVT_DESTROY events from child windows
|
commit | commitdiff | tree |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of...
|
commit | commitdiff | tree |
2009-02-08 |
Vadim Zeitlin | only do (c) and (C) translation in Unicode build
|
commit | commitdiff | tree |
2009-02-08 |
Vadim Zeitlin | make dtor public to fix VC6 build
|
commit | commitdiff | tree |
2009-02-08 |
Vadim Zeitlin | use bitmap mask if any in splash screen (closes #10470)
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | removed wrong check from splice(it, list, first)
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | fix (harmless for now) g++ warning about non-virtual...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | yet another wxUSE_DRAG_AND_DROP==0 compilation fix
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | another attempt to run tests with verbose logging in...
|
commit | commitdiff | tree |
2009-02-07 |
Vadim Zeitlin | add semicolons after wxDEFINE_EVENT()
|
commit | commitdiff | tree |
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 |
next |