]> git.saurik.com Git - wxWidgets.git/history - include/wx
Applied patch [ 608866 ] wxGrid: vertical column label text
[wxWidgets.git] / include / wx /
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-02-18  Julian SmartApplied patch [ 681921 ] Stray focus rectangle in stati...
2003-02-18  Julian SmartApplied patch [ 681893 ] Combobox in toolbar
2003-02-18  Julian SmartSome improvements to accessibility behaviour
2003-02-17  Julian SmartChanged back inline/const things
2003-02-16  Václav Slavíkanother compilation fix for over-optimized #includes
2003-02-16  Gilles Depeyrotfix wxDateTime offset for Apple Developer Tools (Source...
2003-02-16  Vadim Zeitlininserted casts allowing to have arrays of function...
2003-02-16  Julian SmartAdded accessibility headers
2003-02-15  Julian SmartVC++ 6 doesn't seem to like the uninlining thing and
2003-02-13  Vadim Zeitlinadded an assert checking that Resume() is not called...
2003-02-12  Chris Elliottfix unused vars for watcom
2003-02-12  Václav Slavíkcompilation fixes
2003-02-12  Mattia Barbon Implemented wxToggleButton under Motif.
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-09  Stefan Csomorclipboard extension
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-02-04  Mattia Barbon Do not redeclare a struct (w32api 2.2 will have it).
2003-02-04  Mattia Barbon Applied patch [ 679397 ] remove GPL code from motif...
2003-02-04  Vadim Zeitlinadded wxLocale::FindLanguageInfo()
2003-02-04  Vadim Zeitlincorrected the value of EUC_JP
2003-02-03  Mattia Barbon Make wxr resources work in Unicode mode.
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-02-02  Mattia Barbon Implemented wxEventLoop for wxMotif, and used it...
2003-02-02  Julian SmartApplied patch [ 677730 ] Menus with radio items (wxUniv)
2003-02-02  Julian SmartApplied patch [ 670782 ] Combobox uses popup window...
2003-02-02  Vadim Zeitlinuse wxChar, not char, for the second argument of Open...
2003-02-02  Vadim Zeitlinbig wxCursor cleanup
2003-02-02  Vadim Zeitlinremoved wxCURSOR_SIZING (we now use the std one)
2003-02-01  Vadim Zeitlinwhat do we need a separate (from m_windowStyle) m_dialo...
2003-02-01  Chris Elliottfix bcc bug
2003-01-31  Robert Roebling Removed unnecessary SET_STYLE.. macros.
2003-01-30  Václav Slavíkrestored #ifndef wxUSE_UNICODE accidentaly removed...
2003-01-30  Robin Dunn1. Added m_count and maintain its value in InsertItem...
2003-01-30  Robin DunnRevert last change so the right log message gets put...
2003-01-30  Robin DunnFix for export warning when compiling a DLL.
2003-01-29  Václav Slavíkadded MSLU reference to wxUSE_UNICODE
2003-01-29  Stefan Csomormoving all string conversions to private.h
2003-01-29  Stefan Csomormoving all string conversions here
2003-01-29  Stefan Csomoradditional mac alias types
2003-01-29  Stefan Csomorgetting rid of wxBuffer
2003-01-28  Gilles Depeyrotadded definition of TARGET_CARBON when compiling with...
2003-01-28  Gilles Depeyrotmoved definition of TARGET_CARBON to generated setup...
2003-01-28  Stefan CsomorCarbon Events
2003-01-28  Stefan Csomorformatting
2003-01-28  Stefan CsomorwxMenu Review, added Carbon Events and full OSX Support
2003-01-28  Stefan Csomornot needed anymore
2003-01-28  Stefan Csomoradded WXEVENTHANDLERREF for Mac
2003-01-27  Vadim Zeitlinadded Add/InsertTool() (patch 672032)
2003-01-26  Václav Slavíkadded wxHtmlWindow::LoadFile
2003-01-26  Václav Slavíkadded wxSplitterWindow to XRC
2003-01-26  Václav Slavíkuse all MIME data sources on Unix, not only mailcap...
2003-01-26  Robert Roebling Small speed up to fonts and support for scaling.
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-26  Vadim Zeitlinadded support for non flexible (in one direction only...
2003-01-25  Vadim Zeitlinadded wxArray::SetCount()
2003-01-25  Vadim Zeitlinremoved wxICON_IS_BITMAP, it is now always (implicitly...
2003-01-25  Vadim Zeitlinrestored int (instea of size_t) in Remove() and Detach...
2003-01-25  Vadim Zeitlinremoved warnings about using the deprecated functions...
2003-01-25  Vadim ZeitlinFile/DirExists() are const now
2003-01-25  Ron LeeDon't use bitmap by default.
2003-01-25  Ron LeeDon't default to using bitmap.
2003-01-24  David WebsterSupport for new native OS/2 tree control with drag...
2003-01-24  David WebsterSupport for new native OS/2 tree control.
2003-01-24  Julian SmartApplied patch [ 665088 ] Setup options cleanup (wxUniv)
2003-01-24  Julian SmartApplied patch [ 621451 ] Fixed version of wxSlider...
2003-01-24  Vadim Zeitlinadded and documented wxDirTraverser::OnOpenError
2003-01-23  David WebsterTry this again
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-22  Vadim Zeitlinfixed an unused parameter warning
2003-01-21  David WebsterNew native OS/2 list control.
2003-01-21  David WebsterNew native OS/2 list control support.
2003-01-21  Václav Slavíkpatch 672127: Adds required check for wxUSE_WXHTML_HELP...
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-20  Václav Slavíkadded wxART_MISSING_IMAGE
2003-01-19  Mattia Barbon Patch [669508] Define Win32 symbols for CW in platform.h
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-18  Mattia Barbon Fix some wxMotif build warnings about deprecated...
2003-01-18  Vadim Zeitlinattempts to fix vsnprintf() detection under HP-UX
2003-01-18  Vadim Zeitlinfixed resource leak in MemoryHDC (closes bug 670016)
2003-01-18  Václav Slavíkwhy the heck should something that reacts on wxID_CLOSE...
2003-01-18  Václav Slavíkadded wxFileName::MakeAbsolute
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-17  Vadim ZeitlinBorland apparently uses for int64 in printf(), not
2003-01-17  Stefan Csomorinclude needed for CFString conversion routines (param...
2003-01-17  Stefan CsomorGet/SetNoAntiAliasing implemented
2003-01-16  Mattia Barbon Remove calls to a couple of deprecated methods, fix...
2003-01-16  Mattia Barbon Implement vertical toolbar under Motif.
2003-01-16  Julian SmartReDOS-ified project files
2003-01-16  Stefan Csomorrenaming because of conflicts with base Create::
2003-01-15  Václav Slavíkfix object_ref handling in XRC
2003-01-15  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_4
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2003-01-14  Mattia Barbon #define HAVE_W32API_H for Cygwin/GCC 3.x, too.
2003-01-13  Ron LeeImproved const correctness.
2003-01-13  Stefan Csomorcursor functionality expanded
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
next