]> git.saurik.com Git - wxWidgets.git/history - include
Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git] / include /
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-16  Julian SmartNot forgetting PalmOS
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-15  Vadim Zeitlinset wxUSE_DEBUGREPORT to 0 by default; fixed a couple...
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-14  Mattia Barbon Remove wrong clasing bracket.
2005-03-14  Mattia Barbon Blind fix for VC6 compilation when wxUSE_STL == 1.
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  George TaskerFixed unicode builds that were not on MSW
2005-03-14  Kevin HockRemoved unneeded semicolon after DECLARE_DYNAMIC_CLASS...
2005-03-14  Dimitri Schoolwerthrefactored scrollbar creation code to use CreateControl...
2005-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
2005-03-13  Michael WetherellTemporary fix for Watcom link error 'fileno'
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-13  Mattia Barbon Fixed compilation for GCC 3.4 when wxUSE_STL == 1.
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-03-13  Włodzimierz SkibaCorrect sending of wxW event from wxChoice on MS Smartp...
2005-03-13  Włodzimierz SkibaMake Smartphone buildable with current flags.
2005-03-12  Vadim Zeitlinchanged wxDL_DEFAULT to be same as wxDL_NOW as this...
2005-03-12  Robin DunnAllow wxStaticText to have a custom fg without a custom bg
2005-03-12  David ElliottFix compilation of generic message dialog.
2005-03-12  Vadim Zeitlinreadded back wxUSE_OLE and wxUSE_WXDIB
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-11  Robert Roebling Compilo.
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
2005-03-11  Włodzimierz SkibaBring back help turned off as in previous WinCE setup...
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-11  Vadim Zeitlinadded wxSizerFlags::Left/Right()
2005-03-11  Vadim Zeitlincorrect relative paths for headers
2005-03-11  Vadim Zeitlinadded wxUSE_DEBUGREPORT
2005-03-10  Włodzimierz SkibaDisable wxID_EXIT on PalmOS with all consequences in...
2005-03-10  Vadim Zeitlindisable drag and drop
2005-03-10  Vadim ZeitlinwxGetEnv() should return wxChar *, even if it's a macro...
2005-03-10  Włodzimierz SkibaApart smartphones use choicebook when notebook is not...
2005-03-10  Vadim Zeitlindefine wxGetEnv() as macro, not inline function, for...
2005-03-10  Vadim Zeitlindefine wxGetenv() for WinCE which doesn't have _tgetenv...
2005-03-10  Vadim Zeitlinmoved WinCE-specific part into wx/msw/wince/chkconf...
2005-03-10  Vadim Zeitlindisable wxUSE_EXCEPTIONS when compiling with VC++ but...
2005-03-10  Vadim Zeitlingenerate (common part of) include/wx/msw/wince/setup...
2005-03-09  Ryan Nortoncgimagecreate from wxbitmap crashes 10.2 - turn off...
2005-03-09  Dimitri Schoolwerthminor cleanup (doc typos fixed, removed tabs)
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-03-09  Vadim Zeitlinmade wxStaticCast more backwards compatible by allowing...
2005-03-09  Włodzimierz SkibaMissing flags.
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-03-08  Vadim Zeitlinreturn name and extension by const ref, not by value...
2005-03-08  Vadim Zeitlinuse static_cast<> for wxStaticCast; updated comment...
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-08  Vadim Zeitlinset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
2005-03-08  Włodzimierz SkibaAllow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Włodzimierz SkibaMissing flags.
2005-03-08  Włodzimierz SkibaXTI has own wxObjectEventFunction and has to follow...
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-08  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-07  Vadim Zeitlinadded file with WinCE-specific configuration options...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlincompilation fix for VC6 (patch 1158433)
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-07  Julian SmartRemoved very very obsolete flags from 1.x
2005-03-07  Vadim Zeitlinfix to avoid eVC crashes: restored wxObjectEventFunctio...
2005-03-07  Włodzimierz SkibaInform settings about wxWindow class existence.
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-03-06  Vadim Zeitlinreplaced C++ comment with a C one
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-03-05  Mattia Barbon Use the correct WXDLLIMPEXT declaration for
2005-03-04  Włodzimierz SkibaRemoved ambiguity between deprecated and new constructor.
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-04  Robert Roebling Changed wxFileName::SetExt() as per the discussion...
2005-03-03  Robert Roebling Adapt SetExt() to new availability of m_hasExt. I...
2005-03-03  Vadim Zeitlinadded wx_dynamic_cast()
2005-03-03  Julian SmartAdded wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to...
2005-03-02  Robin DunnAdd GetToolTip accessor
2005-03-02  Stefan Csomorunicode character events
2005-03-02  Włodzimierz SkibaIn MSWUniv wxWindow and wxWindowMSW are different class...
2005-03-02  Julian SmartFixed wxBufferedPaintDC for scrolled windows
2005-03-01  Mattia Barbon Revert my last commit, GetClientAreaOrigin was alread...
2005-03-01  Vadim Zeitlindon't use WXDLLEXPORT with nested template classes...
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-03-01  Vadim Zeitlinadded accessor function to hide __VISAGECPP__ ugliness...
2005-02-28  Robert Roebling Implemented wxRadioBox using a GtkTable.
2005-02-28  Ryan Nortonrename wxURI::GetUser to wxURI::GetUserInfo and add...
2005-02-28  Włodzimierz SkibaXRC for wxListbook [patch 1152306] and wxChoicebook...
2005-02-28  Vadim Zeitlintrying to fix dmc warning about potential overload...
2005-02-28  Vadim Zeitlinreturn const ref to label from GetLabel() and other...
2005-02-28  Chris Elliottfix missing defines with DMC
2005-02-28  Julian SmartAdded XPM ctor
2005-02-28  Dimitri Schoolwerthremoved trailing comma from enum
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-02-28  Vadim Zeitlinshow tooltips for the text control part of the spin...
next