]> git.saurik.com Git - wxWidgets.git/history - include
tiny script to generate tags for wxMSW
[wxWidgets.git] / include /
2005-02-16  Vadim Zeitlinuse WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY...
2005-02-16  Włodzimierz SkibaNative PalmOS wxLongLong. Introduction of wxULongLong_t...
2005-02-15  Robert Roebling Implemented wxBitmap::HasAlpha() and ::UseAlpha().
2005-02-15  Vadim Zeitlinremoved m_isCaretAtEnd optimization added in rev 1...
2005-02-15  Vadim Zeitlincorrected EVT_TEXT_URL() definition, its handler takes...
2005-02-15  Vadim Zeitlin(blind) fix for virtual function hiding warning
2005-02-15  Vadim Zeitlin(blind) fix for ambiguity between Disconnect() overloads
2005-02-15  Julian SmartAdded EVT_COMMAND_CONTEXT_MENU with id arg
2005-02-15  Włodzimierz SkibawxDatePicker and wxDateTime for PalmOS. Remove conflict...
2005-02-15  Stefan Csomordrawing fixes
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-02-14  Ryan NortonNeeds to inherit from wxSliderBase for new ValueInvertO...
2005-02-14  Ryan NortonFinalize wxJoystick on mac. Note change. Pretty up...
2005-02-14  Włodzimierz SkibaCommon code for the same handling of wxSL_INVERSE.
2005-02-14  Włodzimierz SkibaBuild fix.
2005-02-14  Włodzimierz SkibaOups...
2005-02-14  Dimitri Schoolwerthfixed Cygwin compilation (can't use extern "C" in C...
2005-02-14  Dimitri Schoolwerthfixed Cygwin compilation (there's no _get_osfhandle)
2005-02-14  Jouk Jansen Committing in .
2005-02-14  Włodzimierz SkibaInversed slider and wrapper for datepicker control...
2005-02-14  Ryan NortonMove HID stuff into both OSX builds. Add preliminary...
2005-02-14  Stefan Csomorcleanup
2005-02-14  Stefan Csomorssize_t is always defined in OSX
2005-02-14  Ron LeeNow needs wxBitmap as a concrete type.
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2005-02-13  Vadim Zeitlindon't duplicate wxItemContainer methods in wxRadioBoxBa...
2005-02-13  Vadim Zeitlinanother compilation fix: added dummy UseAlpha(0 and...
2005-02-13  Vadim Zeitlincompilation fix for raw bitmaps (can't include wx/rawbm...
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2005-02-13  Stefan Csomordefault painting back to OnPaint handler
2005-02-13  Vadim Zeitlinlatest version of generic wxDatePickerCtrl doesn't...
2005-02-13  Vadim Zeitlinbug fixes for using wxTransientPopupWindow and wxDP_ALL...
2005-02-13  Stefan Csomoradding focus and border quartz support
2005-02-13  Stefan Csomoradding metafile and clipboard support
2005-02-13  Vadim Zeitlinchanged Remove/InsertDir() parameter type to size_t...
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-12  Michael WetherellRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
2005-02-12  Robert Roebling Added GetPureVitualSize() returning just m_virtualSize.
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-02-12  Ryan NortonCleanup mediaplayer sample a bit - get rid of bad loop...
2005-02-12  Ryan Nortonproperly detect gstreamer and libxml headers and libs...
2005-02-11  Robert Roebling Make wxTLW::Raise() actually bring the window to...
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2005-02-11  Robert Roebling Make wxConvFile wxConvLibc.
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-11  Kevin HockwxSL_INVERSE for MSW. Heavily modified patch 1096922.
2005-02-10  Julian SmartApplied patch [ 1119239 ] Adds socket support for Windo...
2005-02-10  Michael WetherellAdd wxUSE_ARCSTREAM so that other archive classes can...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-09  Julian SmartApplied patch [ 1113624 ] MSW DLL requires global new...
2005-02-09  Jouk Jansen -------------------------------------------------...
2005-02-09  Włodzimierz SkibawxPalmOS frame code clearning from MSW specific parts...
2005-02-09  Włodzimierz SkibaWorld is more than WXUNIV vs. MSW
2005-02-08  Włodzimierz SkibaSemicolon fixes.
2005-02-08  Włodzimierz SkibawxSlider event handling as described by Vadim in thread...
2005-02-07  Ryan Nortonchange wxTextValidator to use wxArrayString instead...
2005-02-07  Ryan Nortondepereciate stringlist stuff in wxVariant
2005-02-07  Julian SmartAdded validator to generic date picker control
2005-02-07  Vadim Zeitlinno changes, just added a couple of virtual keywords
2005-02-07  Włodzimierz SkibawxSizeEvent for wxPalmTLW. wxScrollEvent for wxSlider.
2005-02-07  Václav Slavíkuse wxUSE_DATEPICKCTRL
2005-02-07  Václav Slavíkadded wxDatePickerCtrl XRC control
2005-02-06  Julian SmartCan suppress themed notebook page with wxNB_NOPAGETHEME or
2005-02-06  Julian SmartRestored the ability to set the background colour for...
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2005-02-06  Stefan Csomorneeded for avoiding double typedefs in xcode builds
2005-02-06  Stefan Csomornewline before EOF fixes
2005-02-06  Vadim Zeitlinuse DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS
2005-02-06  Stefan Csomornewline before EOF fixes
2005-02-06  Stefan Csomornewline before EOF fixes
2005-02-06  Julian SmartSpiner -> Spinner
2005-02-06  Stefan CsomorAs members have gone private, use Accessors
2005-02-06  Vadim Zeitlintwo changes and some cleanup:
2005-02-05  Robert Roebling Second try to add "support" for deriving from
2005-02-05  Robert Roebling Make wxBitmap inherit from wxBitmapBase
2005-02-04  Ryan Nortoncocoa wxTimer
2005-02-04  Julian SmartUpdated version to 2.5.4
2005-02-04  Ryan Nortonmake cocoa mediactrl usable. Some touchups to carbon...
2005-02-03  Ryan Nortonprelimanary wxMediaCtrl cocoa support
2005-02-03  Robin DunnPatch [ 1114647 ] Mouse wheel support for wxVScrolledWindow
2005-02-03  Julian SmartDisable wxMediaCtrl for WinCE
2005-02-03  Ryan NortonCreateMovieControl change for wxMediaCtrl on OSX 10...
2005-02-02  Vadim Zeitlinmove check for compilers not supporting SEH to wx/chkconf.h
2005-02-02  George TaskerBuffer overrun fix
2005-02-02  Vadim Zeitlininvalidate cache when RefreshLine[s]() is called
2005-02-02  Włodzimierz SkibaFlags for wxStaticText alignment. Destroying of the...
2005-02-01  Włodzimierz SkibaAs small as possible reorganization within wxDateTime...
2005-02-01  Włodzimierz SkibaReadable style name.
2005-02-01  Vadim Zeitlinset wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as...
2005-02-01  Włodzimierz SkibaFurther cleaning of the wxPalmOS radiobox code. Sending...
next