No resize border on WinCE by default
[wxWidgets.git] / include / wx /
2005-04-02  Julian SmartNo resize border on WinCE by default
2005-04-02  Julian SmartNo resize border on WinCE
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
2005-04-02  Vadim Zeitlinadded XYToIndex() to avoid duplicating the checks for...
2005-04-02  Julian SmartDefault border for a static box is wxBORDER_NONE
2005-04-02  Julian SmartThe wxDEFAULT_CONTROL_BORDER symbol can be used to...
2005-04-02  Robin DunnAdd static_data flag to SetData and SetAlpha so Python...
2005-04-02  Vadim Zeitlinfixes to static box borders calculations and significan...
2005-04-02  Vadim Zeitlinadded AutoHRGN class; corrected GetHbrush[Of]() macros
2005-04-02  Vadim Zeitlinadded wxSOLID default value for FindOrCreateBrush()
2005-04-02  Vadim Zeitlinremoved superfluous semicolons
2005-04-01  Stefan Csomormoving wxMac to new printing architecture
2005-04-01  Włodzimierz SkibaDo not break checking whether dir exists for given...
2005-04-01  Stefan Csomoradding protected inquiry function whether a child windo...
2005-03-31  Julian SmartApplied patch 1173802: Reimplementation of GtkFileChoos...
2005-03-31  Julian SmartApplied patch [ 1174270 ] small fixes to wxGenericDirCtrl
2005-03-31  Stefan Csomorcalculating vis regions as rects (faster for Quartz...
2005-03-31  Julian SmartFixed MSWClipBoxRegion
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-30  Robert Roebling Compilo.
2005-03-30  Robert Roebling Forgot to commit.
2005-03-30  Julian SmartApplied patch [ 1161769 ] reference to temp object...
2005-03-30  Julian SmartApplied patch [ 1166587 ] [wxMSW] Removes all flicker...
2005-03-30  Julian SmartSorry, should be a __UNIX__ test
2005-03-30  Julian SmartAttempted compile fix
2005-03-30  Stefan Csomorunifying redraw and scrolling calls between compositing...
2005-03-30  Stefan Csomorusing separate imaglist on mac
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-29  Włodzimierz SkibaMissing DMC value after recent changes in tbar95.cpp.
2005-03-29  Julian SmartCompile with builtin ODBC in GTK+ ANSI mode
2005-03-29  Stefan Csomorwe need our own imaglist implementation because in...
2005-03-29  Kevin HockAdded __WXMAC_OSX__ guards around the CFRunLoop calls...
2005-03-28  Kevin HockSeparate includes needed for Darwin and classic [ follo...
2005-03-28  Kevin HockCreate RunLoop that can be used to process pending...
2005-03-28  Vadim Zeitlinadded GetHimagelist()
2005-03-28  Václav Slavíkfixed dialog units in toplevel windows (bug #1170234)
2005-03-27  Václav Slavíkadded XRC handler for wxStdDialogButtonSizer
2005-03-27  Vadim Zeitlinapplied patch fixing problems with X server crash when...
2005-03-27  Vadim Zeitlinapplied heavily modified patch 1116702: support for...
2005-03-27  Vadim Zeitlinadded wxBitmap::GetMaskBitmap()
2005-03-27  Robert Roebling Submit patch based on Michael W.'s invalid UTF8
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-03-27  David ElliottDeclare strptime when using MSL headers on OS X.
2005-03-27  David ElliottAdded #if wxUSE_STACKWALKER. Fixes compilation of...
2005-03-26  David ElliottImprove type safety by doing a runtime check to make...
2005-03-26  Julian SmartAdded C/wxString array constructors to wxArrayString
2005-03-26  Julian SmartFix for link error
2005-03-26  David ElliottGet rid of wxFontMapper in wxBase library.
2005-03-24  Włodzimierz Skibawinundef.h serves for other compilators too with STL...
2005-03-24  Vadim Zeitlinadded wxConvFileName which is a variable, not define...
2005-03-24  Vadim Zeitlinadded wxRendererNative::DrawDropArrow (patch 1166596)
2005-03-23  Vadim Zeitlinadjust the rectangle before calling DrawThemeBackground...
2005-03-23  Vadim Zeitlinadded IsFalse() to simplify code doing HasOption(very...
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-23  David ElliottGCC 4.0 (Apple 4059) is a little bit pickier than 3.3.
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-23  Vadim Zeitlinclear m_aTypes array in Clear() as well (patch 1165866)
2005-03-22  Julian SmartWe need wxUSE_COMMON_DIALOGS for PPC
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-22  Julian SmartDEBUGREPORT
2005-03-22  Julian SmartDon't use debug report under CE
2005-03-22  Julian SmartwxUSE_COMMON_DIALOGS must be 0 for eVC++ 3
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Julian SmartAdapt lib to eVC++ 3/4/PPC
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-21  Vadim Zeitlinset wxUSE_DEBUGREPORT to 1 by default again
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Vadim Zeitlinoops, removed duplicate SetIcons[s]() added in last...
2005-03-20  Vadim ZeitlinwxMDIChildFrame::Maximize() should have default value...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-19  Mattia Barbon Correct compilation conditions for wxURL::SetProxy.
2005-03-19  Mattia Barbon Use the correct WXDLLEXPORT declaration.
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Vadim Zeitlinremoved C++ comment added by last commit
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-19  Robin DunnBumped subrelease number
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Vadim Zeitlinrestored const operator[]s for the compilers which...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-18  Ryan NortonUpdate for new event handler stuff
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinremoved just added UnsetVirtualSize(), it's not needed...
2005-03-17  Vadim Zeitlinadded UnsetVirtualSize()
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-17  Vadim Zeitlinremoved const operator[]s (should fix 1162115)
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...
next