]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-09-29  Vadim Zeitlinsupport creating larger minidumps; support WX_CRASH_FLA...
2003-09-29  Mattia Barbon (Blind) compilation fix for Sun compiler.
2003-09-29  Vadim Zeitlinfixes in cleanup of DDE servers: don't delete them...
2003-09-28  Václav Slavíkreversed order of configurations to make the IDE happy...
2003-09-28  Václav Slavíkcompile db sample conditionally only if odbc support...
2003-09-28  Vadim Zeitlinreverted strange and IMO unnecessary OFN_OVERWRITEPROMP...
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Václav Slavíkadded displayx11.{cpp,h}
2003-09-28  Mattia Barbon MinGW compilation fixes.
2003-09-28  Mattia Barbon (Blind) wxMotif compilation fix.
2003-09-28  Vadim Zeitlinmention that Write(string) works with NUL-terminated...
2003-09-28  Vadim Zeitlinmention wxListBook
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinregenerated after adding gzstream.* and vidmode.h
2003-09-27  Vadim Zeitlinno changes, just resolved a conflict
2003-09-27  Vadim Zeitlinshow how to use different bitmaps for enabled/disabled...
2003-09-27  Vadim Zeitlinadded wxMirrorDC test; some warning fixes
2003-09-27  Vadim Zeitlinadded handlers for radio btn events for testing
2003-09-27  Vadim Zeitlinwarning fixes
2003-09-27  Vadim Zeitlinadded a test for wxTextFile in Unicode
2003-09-27  Vadim Zeitlinremoved Initialized()
2003-09-27  Vadim ZeitlinUnicode fix
2003-09-27  Mattia Barbon Linking fixes for wxGTK + wxUniversal: include minifr...
2003-09-27  Vadim Zeitlinremoved duplicate UTF16/32 values
2003-09-27  Vadim Zeitlinfixed bug in wxDisplay::GetFromPoint() when Xinerama...
2003-09-27  Vadim Zeitlinextra word removed (patch 813536)
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Mattia Barbon Updated changes.txt.
2003-09-27  Vadim Zeitlinsuppress compiler warning about uninit var
2003-09-27  Vadim Zeitlindefine wxFONTENCODING_UNICODE as UTF16/32 depending...
2003-09-27  Vadim Zeitlinadded vidmode.h; stack.h is a wxBase header
2003-09-27  Vadim Zeitlinmade UTF-16/32 equivalent to the corresponding LE/BE...
2003-09-27  Vadim Zeitlinmerged wxDisplayModeInfo and wxVideoMode in a single...
2003-09-27  Vadim Zeitlincompilation fix for Mac (patch 813378)
2003-09-27  Vadim Zeitlinfix for handling (Shift-)Ctrl-Tab when the notebook...
2003-09-27  Vadim Zeitlinminor fix for wxSlider sizing (patch 809202)
2003-09-27  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlinupdate height of the header window whenever it changes
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinregenerated after adding wxUSE_GZSTREAM
2003-09-26  Vadim Zeitlinfixed code for swapping rect corners if out of order...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-26  Vadim Zeitlinadded wxTextInputStream::ReadChar() (part of patch...
2003-09-26  Vadim ZeitlinwxZlibStreams fixes; allow them to be used as deflate...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlinadded tests for toggling radio buttons
2003-09-26  Vadim Zeitlinshow wxTB_HORZ_LAYOUT in action
2003-09-26  Vadim Zeitlinalways return length of the string, *not* size of the...
2003-09-26  Vadim Zeitlinfix SetFocus() in wxDialog-derived class ctor (which...
2003-09-26  Vadim Zeitlinapplied part of the patch 811993
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-26  Julian SmartUpdated date
2003-09-26  Julian SmartSmall distribution script changes
2003-09-26  Vadim Zeitlinfixed (recently reintroduced) activation bug when the...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-25  Vadim Zeitlincompilation fixes after making wxFontRefData private...
2003-09-25  Vadim Zeitlininitialize hidden window class name with NULL
2003-09-25  Vadim ZeitlinwxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
2003-09-24  Robin DunnChange how/when the app object is created
2003-09-24  Robin Dunnfloat --> int fixes
2003-09-24  Robin DunnHitTest patch from Alberto
2003-09-24  Robin DunnreSWIGged
2003-09-24  Robin DunnChanges needed to get upto date with the latest wx CVS
2003-09-24  Robin DunnSince wxGTK's wxGauge doesn't derive from wxGaugeBase...
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-24  Robin DunnOops, I left an extra { in there.
2003-09-24  Robin DunnCorrected some tex errors
2003-09-24  Mattia Barbon Compilation fix.
2003-09-24  Vadim Zeitlingot rid of ugly WinCE #ifdef
2003-09-24  Vadim Zeitlinadded stabs for missing wxNativeFontInfo methods when...
2003-09-24  Vadim Zeitlingcc warning fix
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-24  Vadim Zeitlinfixed spurious debug message when right clicking outsid...
2003-09-24  Vadim Zeitlinunused param warnings fixed
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinattempt to fix timers when creating them with a valid...
2003-09-24  Vadim Zeitlincompilation fix for BCC
2003-09-24  Chris Elliottfix digitalmars bug (ambiguous symbol)
2003-09-24  Julian SmartTweak
2003-09-24  Vadim Zeitlincompilation fix after GetNativeFontInfo() change
2003-09-24  Vadim Zeitlinundid accidental change to assert in Start() during...
2003-09-24  Vadim Zeitlinmention GetNativeFontInfo() change
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-24  Robin DunnApplied Patch #775357
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-23  Vadim ZeitlinTransferFrom/ToWindow() were reverted, fixed
2003-09-23  Robin DunnAllow derived classes to prevent default focus handling...
2003-09-23  Robin DunnFixes in focus handling related to the AutoComplete...
2003-09-23  Vadim Zeitlinfix for Unix compilation
2003-09-23  Julian Smartchar -> wxChar
2003-09-23  Mattia Barbon Add a couple of wxPerl notes.
2003-09-23  Mattia Barbon Use glcanvas.cpp from wxX11 for wxMotif.
2003-09-23  Vadim Zeitlinfixed MarkDirty()
2003-09-23  Vadim Zeitlinfixed compilation problems with platforms where wchar_t...
2003-09-23  Julian SmartFixed bug [ 756485 ] wxDateTime::ParseTime fails with...
2003-09-23  Julian SmartFixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLay...
next