2003-09-26 |
Vadim Zeitlin | fixes to radio button handling (patch 803360)
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | added tests for toggling radio buttons
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | show wxTB_HORZ_LAYOUT in action
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | always return length of the string, *not* size of the...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | fix SetFocus() in wxDialog-derived class ctor (which...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | applied part of the patch 811993
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | don't do anything non trivial (like creating wxFontMapper...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | fixed (recently reintroduced) activation bug when the...
|
commit | commitdiff | tree |
2003-09-25 |
Vadim Zeitlin | compilation fixes after making wxFontRefData private...
|
commit | commitdiff | tree |
2003-09-25 |
Vadim Zeitlin | initialize hidden window class name with NULL
|
commit | commitdiff | tree |
2003-09-25 |
Vadim Zeitlin | wxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | got rid of ugly WinCE #ifdef
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | added stabs for missing wxNativeFontInfo methods when...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | gcc warning fix
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | GetFilenames() always returned a single file only
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | fixed spurious debug message when right clicking outside...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | unused param warnings fixed
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | finally reverted patch 782947 completely, it is broken...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | attempt to fix timers when creating them with a valid...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | compilation fix for BCC
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | compilation fix after GetNativeFontInfo() change
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | undid accidental change to assert in Start() during...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | mention GetNativeFontInfo() change
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | pointer returned by GetNativeFontInfo() is now const...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAINT_ON_...
|
commit | commitdiff | tree |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAI...
|
commit | commitdiff | tree |
2003-09-23 |
Vadim Zeitlin | refactored code to create hidden window in one place...
|
commit | commitdiff | tree |
2003-09-23 |
Vadim Zeitlin | TransferFrom/ToWindow() were reverted, fixed
|
commit | commitdiff | tree |
2003-09-23 |
Vadim Zeitlin | fix for Unix compilation
|
commit | commitdiff | tree |
2003-09-23 |
Vadim Zeitlin | fixed MarkDirty()
|
commit | commitdiff | tree |
2003-09-23 |
Vadim Zeitlin | fixed compilation problems with platforms where wchar_t...
|
commit | commitdiff | tree |
2003-09-23 |
Vadim Zeitlin | added wxTextCtrl::MarkDirty()
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | fixed bug in DeleteEntry()
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | updated wxMBConv docs slightly; added brief docs for...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | more wxMBConv classes cleanup, define wxConvLibc to...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | made Convert() methods const
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | assume sizeof(wchar_t) == 2 by default, not 4
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added UTF-16/32-[LB]E conversions; got rid of wxCharacterSet...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | wxLL is now in wx/defs.h together with (new) wxULL
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added ctor taking wxFontEncoding
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | documented wxCONCAT
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added (and documented) wxULL(); fixes for wxINT64_SWAP...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | reorganized/improved fixed size int types definitions...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added Win64 detection
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | moved wxGA_XXX styles to gauge.h from defs.h; set wxGA_PROGR...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | cleanup: derive wxGauge from wxGaugeBase; removed redundant...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | updated; added IsVertical()
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added IsVertical(); initialize members in ctor
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | compilation fix (part of patch 810484)
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | fix for crash when using user-dashed lines (patch 801663)
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | removed some TABs
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | support full 32bit range in wxGauge
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | fixed broken link
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitmap...
|
commit | commitdiff | tree |
2003-09-22 |
Vadim Zeitlin | added conversions to/from UTF 16/32 LE/BE (patch 809685)
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | set event object for wxContextMenuEvent (patch 797697)
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | trying to fix race conditions. double deletions and...
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | terminate child threads in frame dtor, not in OnQuit...
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | fix problems with terminating while threads are running...
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | added IsVisible() test
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | IsVisible() shouldn't return true if item is out of...
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | don't return & in strings returned by GetLabelTop(...
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | check the radio buttons when they get focus (closes...
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | Unicode compilation fix (patch 81006)
|
commit | commitdiff | tree |
2003-09-21 |
Vadim Zeitlin | generate standard mini dumps instead of writing our...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | memory leak fixes in file dialogs (patch 783812)
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | emphasize that result of wxGetWorkingDirectory() must...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | wxHTTP::GetResponse() added (patch 794394)
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | corrected TAB order of wizard buttons (patch 800935)
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | incremented WX_CURRENT
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | create image list of the right size to avoid asserts
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | fix after patch 802882
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | exchanged the base classes order, wxObject must be...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | derive wxComboBox from wxItemContainer (via wxComboBoxBase...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | removed mark #pragmas
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | destroy the frame if the exception occurs in a dialog...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | fixed cleanup order to behave correctly in presence...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | fixed typos which resulted in 2 broken links
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | call OnExit() even if an exception has been thrown...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | mention exceptions changes
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | added minimal support for xlc under Darwin
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | compilation fix for xlc
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | made globals static to avoid linking problems
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | don't use wx/scopeguard.h for OpenWatcom compatibility...
|
commit | commitdiff | tree |
2003-09-20 |
Vadim Zeitlin | Unicode compilation fix (bug 809707)
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | (blind) compilation fix after recent KeywordSearch...
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | fixed bug in wxCSConv(encoding) ctor (which I just...
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | use wxCSConv instead of Win32 API
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | wxTextCtrl::GetValue() lost (replaced with question...
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | added wxCSConv ctor taking wxFontEncoding
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | attemps to make wxStreamToTextRedirector work with...
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | include wx/encinfo.h, not wx/fontenc.h, now
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | added wx/encinfo.h
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | extracted wxNativeEncodingInfo in a separate file to...
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | fix for generating set/kill focus events for wxRadioBox...
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | use wxTAB_TRAVERSAL style for panels and frame
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | linking fix (removed unused virtual methods declarations)
|
commit | commitdiff | tree |
2003-09-19 |
Vadim Zeitlin | don't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the...
|
commit | commitdiff | tree |
next |