2008-04-18 |
Vadim Zeitlin | added wxMouseState::GetPosition(), for consistency...
|
commit | commitdiff | tree |
2008-04-18 |
Vadim Zeitlin | make wxMouseState accessors const; document this class
|
commit | commitdiff | tree |
2008-04-15 |
Vadim Zeitlin | execute the usual cleanup code from EVT_END_SESSION...
|
commit | commitdiff | tree |
2008-04-15 |
Vadim Zeitlin | added a section about Connect(), improve/streamline...
|
commit | commitdiff | tree |
2008-04-15 |
Vadim Zeitlin | add possibility to specify the conversion to use in...
|
commit | commitdiff | tree |
2008-04-14 |
Vadim Zeitlin | removed extra wxCalendarCtrl:: which is ignored by...
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | fix crashes due to missing npos handling in several...
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | allow predefining wxNO_XXX_LIB symbols to avoid implicitly...
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | added a simple benchmark for wxDC::DrawLine() performance
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | removed a TODO comments, it actually doesn't seem necessary...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | no real changes but replace manual calls to Set{Text...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | test for pen validity before calling GetStyle() on...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | don't use wxLocale if wxUSE_LOCALE==0
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | don't stop on NULs in Replace()
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | test that iterator is valid before comparing with it...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | fix bugs introduced in wxCmdLineParser::ConvertStringToArgs...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | forward declare wxVideoMode as struct, not class, now...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | correct CallHtmlHelp() overload being called in Quit()
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | remove unused wxAppTraits-related files
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | ENDSESSION_LOGOFF is a bit flag, test for it using...
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | argh, really, really fix Darwin build
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | GetSocketManager() has no GUI-specific version under...
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | also use AddProcessCallback() and GetSocketManager...
|
commit | commitdiff | tree |
2008-04-10 |
Vadim Zeitlin | oops, added missing #endif
|
commit | commitdiff | tree |
2008-04-10 |
Vadim Zeitlin | only declare AddProcessCallback for wxMotif and wxGTK
|
commit | commitdiff | tree |
2008-04-07 |
Vadim Zeitlin | don't ask for bounding rectangle of a hidden root,...
|
commit | commitdiff | tree |
2008-04-07 |
Vadim Zeitlin | correct positioning of the control and removed workarounds...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | no changes, just fix typo in variable name
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | don't bounce back events to the text control recursively...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | delay setting the window shape until it is realized...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | added a note about entry point in Unicode build (patch...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | demo toggling border and 3D sash styles (last part...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | use wxJoin() instead of redoing it manually in the...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | demonstrate fuller about dialog in ShowFullAboutDialog...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | refresh the item after adding its first child as, apparently...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | continue with other handlers if some handler fails...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | corrected inverted test in IsEmpty() (patch 1936052)
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | reset m_selection in DeleteAllPages() (patch 1922215...
|
commit | commitdiff | tree |
2008-04-06 |
Vadim Zeitlin | no changes, just some cleanup (patch 1918720)
|
commit | commitdiff | tree |
2008-04-05 |
Vadim Zeitlin | include more headers for PCH-less compilation
|
commit | commitdiff | tree |
2008-04-05 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT in Alloc() to avoid...
|
commit | commitdiff | tree |
2008-04-05 |
Vadim Zeitlin | document Alloc() vs returning bool (part of bug 1933693)
|
commit | commitdiff | tree |
2008-04-05 |
Vadim Zeitlin | don't crash in ReadString() if the length read from...
|
commit | commitdiff | tree |
2008-04-05 |
Vadim Zeitlin | fix for g++ signed/unsigned comparison warning
|
commit | commitdiff | tree |
2008-04-05 |
Vadim Zeitlin | include the headers needed for its compilation from...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | use wxWANTS_CHARS to allow arrows to work inside the...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | make GenerateEvent() public again to fix wxGTK compilation
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | regenerate VC8 project files after addition of native...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the native...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalendarCtrl
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | generate double click events in the native MSW version...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | implement EnableMonthChange() by restricting the dates...
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW
|
commit | commitdiff | tree |
2008-04-03 |
Vadim Zeitlin | replace wrong wxUSE_DYNAMIC_LOADER test with the correct...
|
commit | commitdiff | tree |
2008-04-02 |
Vadim Zeitlin | regenerated after vsscanf() changes
|
commit | commitdiff | tree |
2008-04-02 |
Vadim Zeitlin | wxMac compilation fix: must explicitly qualify non...
|
commit | commitdiff | tree |
2008-04-02 |
Vadim Zeitlin | log error before returning, not after
|
commit | commitdiff | tree |
2008-04-01 |
Vadim Zeitlin | suppress VC++ /Wp64 warnings
|
commit | commitdiff | tree |
2008-04-01 |
Vadim Zeitlin | move all appearace-related methods down to wxCalendarCtrlBas...
|
commit | commitdiff | tree |
2008-04-01 |
Vadim Zeitlin | wxMimeTypesManagerImpl and wxFileTypeImpl are in base...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | throw away the now invalid items in wxSelectionStore...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | give an error message when ran from a wrong location...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | fix unused parameter warning
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | store selected indices as unsigned int, not size_t...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | don't leave empty listboxes with tiny best size
|
commit | commitdiff | tree |
2008-03-28 |
Vadim Zeitlin | compilation fix for ANSI build: use reinterptre_, not...
|
commit | commitdiff | tree |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ...
|
commit | commitdiff | tree |
2008-03-28 |
Vadim Zeitlin | fix gcc warning about assigning -1 to a guint
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | lock wxPendingEventsLocker when deleting the handler...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | compilation fix for PCH-less compilation (thanks buildbot)
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | fixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLE...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | added convenient wxON_BLOCK_EXIT_SET() macro
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | added convenient wxON_BLOCK_EXIT_THISn() macros wrapping...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | don't blit too much when copying static box border...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | MSW fixes for the last change: call Realize() after...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | don't use gtk_notebook_insert_page() return value as...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the...
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | several g++ 4 warning fixes
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | document On{Open,Save}Document()
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | call OnReadWaiting(), not OnExceptionWaiting(), when...
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | implement wxListItem::operator=()
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | ANSI mode compilation fix
|
commit | commitdiff | tree |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build
|
commit | commitdiff | tree |
2008-03-24 |
Vadim Zeitlin | fix (one off, so not really important) memory leak...
|
commit | commitdiff | tree |
2008-03-24 |
Vadim Zeitlin | document wxSizerItem::SetMinSize()
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | fix crash when pressing Up key in empty combobox
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | suppress warnings about hiding virtual functions in...
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | yet more compilation fixes after brush/pen style changes...
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecute...
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | correct hhp2cached path
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | no changes, just removed unnecessary forward declaration
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | add timing of synchronous execution
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separate...
|
commit | commitdiff | tree |
next |