]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2003-09-23  Chris Elliottfix digitalmars 64 bug
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1) (second try)
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1)
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlinfixed bug in DeleteEntry()
2003-09-22  Vadim Zeitlinupdated wxMBConv docs slightly; added brief docs for...
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinmade Convert() methods const
2003-09-22  Vadim Zeitlinassume sizeof(wchar_t) == 2 by default, not 4
2003-09-22  Vadim Zeitlinadded UTF-16/32-[LB]E conversions; got rid of wxCharact...
2003-09-22  Vadim ZeitlinwxLL is now in wx/defs.h together with (new) wxULL
2003-09-22  Vadim Zeitlinadded ctor taking wxFontEncoding
2003-09-22  Vadim Zeitlindocumented wxCONCAT
2003-09-22  Vadim Zeitlinadded (and documented) wxULL(); fixes for wxINT64_SWAP...
2003-09-22  Vadim Zeitlinreorganized/improved fixed size int types definitions...
2003-09-22  Vadim Zeitlinadded Win64 detection
2003-09-22  Vadim Zeitlinmoved wxGA_XXX styles to gauge.h from defs.h; set wxGA_...
2003-09-22  Vadim Zeitlincleanup: derive wxGauge from wxGaugeBase; removed redun...
2003-09-22  Vadim Zeitlinupdated; added IsVertical()
2003-09-22  Vadim Zeitlinadded IsVertical(); initialize members in ctor
2003-09-22  Vadim Zeitlincompilation fix (part of patch 810484)
2003-09-22  Vadim Zeitlinfix for crash when using user-dashed lines (patch 801663)
2003-09-22  Jouk Jansen Committing in .
2003-09-22  Vadim Zeitlinremoved some TABs
2003-09-22  Julian SmartMust use --disable-fs_inet to avoid chkcnf error
next