]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-08-25  Robert Roebling Added configure check for vswprintf
2002-08-25  Vadim ZeitlinWindows compilation fixes after recent changes
2002-08-25  Robert Roebling More work on Printing. It prints Kanji now using
2002-08-25  Stefan NeisHWND already typedef'ed on OS/2 with EMX.
2002-08-25  Stefan NeisEMX (OS/2) defines _MAX_PATH only
2002-08-25  Stefan NeisHWND already typedef'ed when compiling with EMX (OS/2).
2002-08-25  Stefan Neisprotected to restrictive for compiling with EMX.
2002-08-25  Stefan NeisAdded __WXPM__ specific include, so it also compiles...
2002-08-25  Stefan NeisUpdate to current API.
2002-08-25  Gilles DepeyrotBSD systems define _T to something different in ctype...
2002-08-25  Stefan NeisAdded an include to timer.h (needed for non-precompiled...
2002-08-25  Stefan NeisAdded the usual GNU pragma.
2002-08-25  Stefan NeisEMX (OS/2) compilation fix. The implemented logic for...
2002-08-25  Stefan NeisLike VMS, EMX (OS/2) doesn't support setsid.
2002-08-25  Stefan NeisCompilation fixes for EMX. Mostly adding includes and...
2002-08-25  Stefan NeisDynamically retrieve used codepage.
2002-08-25  Stefan NeisUse generic dirdlg, added generic mdi classes.
2002-08-25  Vadim Zeitlinno real changes
2002-08-25  Vadim Zeitlinuse wxWcslen() instead of wcslen() which isn't always...
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-25  Stefan NeisFor now, use generic dirdlg for wxOS2.
2002-08-25  Vadim Zeitlinadded tests for fputwc() and wprintf()
2002-08-25  Václav Slavíkadded wxFrame* wxXmlResource::LoadFrame(parent,name)
2002-08-25  Robin DunnSome build/distrib tweaks
2002-08-25  Robin DunnThere needs to be an initialized wxApp to manipulate...
2002-08-25  Robin DunnYou can't paste if someone else already has the clipboa...
2002-08-25  Robin DunnComment out a debug printf
2002-08-25  Robin DunnLoad the frame icons from a .py file so I don't have...
2002-08-25  Robin DunnDon't need the "-hybrid" in the name any longer
2002-08-25  Robin DunnChanged slightly the meaning of the Hybrid build. ...
2002-08-24  Stefan Csomoradded new default handlers for open/print events, remov...
2002-08-24  Robin DunnUpdated PyCrust code from Patrick
2002-08-24  Robin DunnChanged installer base filename
2002-08-24  Robin DunnTest code for float editors
2002-08-24  Robin DunnAll editors that derive from wxGridCellTextEditor will...
2002-08-24  Robin DunnIf the number or float editor is being used but the...
2002-08-24  Vadim Zeitlinadded wxCHECK_GCC_VERSION() macro
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Gilles Depeyrotignore files produced when building samples
2002-08-24  Robin DunnFixed wxGridCellFloatEditor::Clone
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-24  Gilles Depeyrotimproved conditional compilation since generic grid...
2002-08-24  Gilles Depeyrotadded newest grid source file
2002-08-24  Gilles Depeyrotadded missing png source files to CW project
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan CsomorwxUNUSED
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorfix for getting CW Carbon Target
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Julian SmartwxChoice derives from wxChoiceBase; renamed Append...
2002-08-24  Julian SmartAttempts to reduce errors in compile farm for
2002-08-24  Stefan CsomorwxToupper added again
2002-08-24  Gilles Depeyrotopaque toolbox structs under Classic break access to...
2002-08-24  Robin DunnSWIGged update for wxGTK
2002-08-24  Robin DunnChange back to the simple method by default
2002-08-24  Robin DunnEnsure that the mouse is not captured in the calltip...
2002-08-24  Robin DunnFixed a layout bug in XRCed
2002-08-24  Robin DunnAdded SendSizeEvent
2002-08-24  Robin DunnAdded wxXmlResourceHandler to wxPython and enabled...
2002-08-24  Robin DunnAdded generic LoadObject methods that can load any...
2002-08-23  Vadim Zeitlinmention the key code changes
2002-08-23  Vadim Zeitlincompilation fix for Unicode build
2002-08-23  Vadim Zeitlinfixed some GTK2 compilation warnings
2002-08-23  Václav Slavíkapplied patch #599264 (fixes to wxrc -g)
2002-08-23  Robin DunnFixed compile error
2002-08-23  Vadim Zeitlinfixed crash when calling Delete(root) and also when...
2002-08-23  Ron Leeremoved #include shlobj.h -- it breaks mingw32 wxBase...
2002-08-23  Vadim Zeitlinfix wxMotif sample program compile test
2002-08-23  Vadim Zeitlindefine wxUSE_XPM_IN_MSW for MSW compilation
2002-08-23  Vadim Zeitlincompilation fix for !WX_PRECOMP
2002-08-23  Vadim Zeitlincompilation fix
2002-08-23  Stefan Csomorremoved WXK_SPACE as duplicating the selection event...
2002-08-23  Stefan Csomorfixed selection handling and added default/cancel handling
2002-08-23  Stefan Csomorsetting the current event record correctly (needed...
2002-08-23  Stefan Csomormake sure we don't keep a focus pointer to a window...
2002-08-23  Stefan Csomorbrought key values of EVT_KEY and EVT_CHAR in synch...
2002-08-23  Stefan Csomoradded wxSIZE_T.. defines (every release of CW has a...
2002-08-23  Julian SmartMisc mods for feedback from Marcin Wojdyr <wojdyr@if...
2002-08-23  Julian SmartUpdated release scripts
2002-08-23  Stefan Csomorswitched to MacOS 8.5+ implementation for submenus
2002-08-23  Stefan Csomoradded test for m_macControlIsShown in MacRedrawControl...
2002-08-23  Ron Leeadd libwx_dcsvg.
2002-08-23  Ron LeeUpdates for 2.3.3 debs.
2002-08-22  Vadim Zeitlinblind fix for gcc warning about ?: and different enums
2002-08-22  Robin DunnOnly catch exact menu range
2002-08-22  Vadim Zeitlinfix for gcc warning about incorrect format arg
2002-08-22  Vadim Zeitlingcc warning about unused smile fixed (that's serious...
2002-08-22  Julian SmartTidied up filename.tex
2002-08-22  Julian SmartCreate STC lib in standard lib dir as per other project
2002-08-22  Julian SmartAdded CW for Mac list file
2002-08-22  Vadim Zeitlinfixed default button handling: don't keep BS_DEFPUSHBUT...
2002-08-22  Vadim Zeitlinfixed a few typoes
2002-08-22  Vadim Zeitlingcc 3.1 warning fixes (patch 598343)
next