2003-10-05 |
Vadim Zeitlin | removed extra virtual
|
commit | commitdiff | tree |
2003-10-04 |
Vadim Zeitlin | fixed inconsistencies with indices in wxTE_RICH2 controls...
|
commit | commitdiff | tree |
2003-10-04 |
Vadim Zeitlin | fixed horrible flicker and 100 CPU usage (text ctrl...
|
commit | commitdiff | tree |
2003-10-03 |
Vadim Zeitlin | fixed wxMOUSE_BTN_XXX values, use them instead of hard...
|
commit | commitdiff | tree |
2003-10-03 |
Vadim Zeitlin | fix wxLongLong values printinf for MGL and for wxUSE_LONGLON...
|
commit | commitdiff | tree |
2003-10-02 |
Vadim Zeitlin | fixed off by 1 in new GetRange() for wxTE_RICH2 controls
|
commit | commitdiff | tree |
2003-10-02 |
Vadim Zeitlin | fixed (harmless) mem leak when wxUSE_THREADS == 0
|
commit | commitdiff | tree |
2003-10-02 |
Vadim Zeitlin | don't lose encoding information when getting/setting...
|
commit | commitdiff | tree |
2003-10-01 |
Vadim Zeitlin | mention Spanish translations update
|
commit | commitdiff | tree |
2003-10-01 |
Vadim Zeitlin | update from JSJ
|
commit | commitdiff | tree |
2003-10-01 |
Vadim Zeitlin | added translation to Afrikaans (Petri Jooste)
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | mention wxChoice::Delete() change in wxGTK
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | and now it even compiles
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | make Delete() work in presence of client data
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | use wxEvent::ShouldPropagate() instead of its own propgation...
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | Unicode fixes for Watcom (part of patch 813225)
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | no real changes
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | don't draw raised border around disabled bitmaps (patch...
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | treat 0xc0c0c0 as transparent colour by default
|
commit | commitdiff | tree |
2003-09-30 |
Vadim Zeitlin | unused params warnings fixes
|
commit | commitdiff | tree |
2003-09-29 |
Vadim Zeitlin | support creating larger minidumps; support WX_CRASH_FLAGS...
|
commit | commitdiff | tree |
2003-09-29 |
Vadim Zeitlin | fixes in cleanup of DDE servers: don't delete them...
|
commit | commitdiff | tree |
2003-09-28 |
Vadim Zeitlin | reverted strange and IMO unnecessary OFN_OVERWRITEPROMPT...
|
commit | commitdiff | tree |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool
|
commit | commitdiff | tree |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool
|
commit | commitdiff | tree |
2003-09-28 |
Vadim Zeitlin | mention that Write(string) works with NUL-terminated...
|
commit | commitdiff | tree |
2003-09-28 |
Vadim Zeitlin | mention wxListBook
|
commit | commitdiff | tree |
2003-09-28 |
Vadim Zeitlin | added 3-state checkboxes (patch 813790)
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | regenerated after adding gzstream.* and vidmode.h
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | no changes, just resolved a conflict
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | show how to use different bitmaps for enabled/disabled...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | added wxMirrorDC test; some warning fixes
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | added handlers for radio btn events for testing
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | warning fixes
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | added a test for wxTextFile in Unicode
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | removed Initialized()
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | Unicode fix
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | removed duplicate UTF16/32 values
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | fixed bug in wxDisplay::GetFromPoint() when Xinerama...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | extra word removed (patch 813536)
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | suppress compiler warning about uninit var
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | define wxFONTENCODING_UNICODE as UTF16/32 depending...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | added vidmode.h; stack.h is a wxBase header
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | made UTF-16/32 equivalent to the corresponding LE/BE...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | merged wxDisplayModeInfo and wxVideoMode in a single...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | compilation fix for Mac (patch 813378)
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | fix for handling (Shift-)Ctrl-Tab when the notebook...
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | minor fix for wxSlider sizing (patch 809202)
|
commit | commitdiff | tree |
2003-09-27 |
Vadim Zeitlin | fixes to radio button handling (patch 803360)
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | update height of the header window whenever it changes
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | make it possible to give focus to the notebook itself...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | make it possible to give focus to the notebook itself...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | regenerated after adding wxUSE_GZSTREAM
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | fixed code for swapping rect corners if out of order...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | added wxGzipIOStreams (patch 792932)
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | added wxTextInputStream::ReadChar() (part of patch...
|
commit | commitdiff | tree |
2003-09-26 |
Vadim Zeitlin | wxZlibStreams fixes; allow them to be used as deflate...
|
commit | commitdiff | tree |
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 |
next |