]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-17  Włodzimierz... Common default datetime formats.
2005-01-17  Włodzimierz... Fix for limited build required by headers of free DMC.
2005-01-17  Vadim Zeitlinregenrated after ADVANCED_SRC/HDR split in native/Univ...
2005-01-17  Włodzimierz... Stock buttons labels.
2005-01-17  Julian SmartAdded AddWindowStyles() call
2005-01-17  Włodzimierz... MinGW fixes.
2005-01-17  Vadim Zeitlinremoved #ifndef __WXUNIVERSAL__ added in last commit...
2005-01-17  Vadim Zeitlinsplit ADVANCED_HDR/SRC in a part common to all ports...
2005-01-17  Włodzimierz... Check wxMSWUniv condition earlier.
2005-01-17  Włodzimierz... wxMSWUniv build fix.
2005-01-17  Vadim Zeitlinfixed GetModuleHandleExA() call after last fix
2005-01-17  Włodzimierz... Warning fix.
2005-01-17  Włodzimierz... Build fixes.
2005-01-17  Włodzimierz... Missing include.
2005-01-17  Włodzimierz... Minor output simplification. Significantly influences...
2005-01-17  Vadim Zeitlinupdate from Janos Vegh
2005-01-17  David ElliottMake this compile on Darwin. Vadim, could you please...
2005-01-17  Vadim Zeitlinadded GenerateNow()
2005-01-17  Vadim Zeitlindisable an apparently harmless VC++ warning about ...
2005-01-17  Vadim Zeitlinmoved fatal exception handling code to msw/main.cpp...
2005-01-17  Vadim Zeitlinaccidnetally checked in file in DOS format last time...
2005-01-17  Vadim Zeitlinadded {debughlp|stackwalk}.{h|cpp}
2005-01-17  Vadim Zeitlinadded wxUSE_CRASHREPORT and wxUSE_STACKWALKER; removed...
2005-01-17  Vadim Zeitlinadded wxStackWalker class
2005-01-17  Vadim Zeitlinrefactored wxCrashReport to use new wxDbgHelpDLL class...
2005-01-17  Vadim Zeitlincreated a reusable interface to dbghelp API
2005-01-17  Vadim Zeitlincompilation fixes for !USE_PCH
2005-01-17  Vadim Zeitlinonly declare wxHandleFatalExceptions() when wxUSE_ON_FA...
2005-01-17  Vadim Zeitlinremove obsolete wxUSE_CTL3D code
2005-01-17  Vadim Zeitlinimplement date events here if wxDatePickerCtrl is not...
2005-01-17  Vadim Zeitlinadded argc and argv arguments to wxInitializer ctor
2005-01-16  Vadim Zeitlinimplemented wxDynamicLibrary::ListLoaded() for Linux...
2005-01-16  Vadim Zeitlinsmall tweaks to wxDynamicLibrary test
2005-01-16  Vadim Zeitlinregenerated after adding msw/datectrl.cpp
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2005-01-16  Vadim Zeitlinregenerated to include msw/dlmsw.cpp and datectrl.cpp
2005-01-16  Vadim Zeitlin1. extracted MSW-specific part of wxDynamicLibrary...
2005-01-16  Robert Roebling Use connect_signal_after for list events. This should
2005-01-16  Vadim Zeitlinundid the last patch: set wxUSE_XXX to 0 in setup.h...
2005-01-16  Vadim Zeitlinregenerated with all common options set to 0
2005-01-16  Vadim Zeitlincatch a few more defines, which were not of the wxUSE_X...
2005-01-16  Vadim Zeitlinoops, sed replace was eating underscores
2005-01-16  Vadim Zeitlincompilation fix for !USE_PCH
2005-01-16  Vadim Zeitlindon't force wxUSE_EXTENDED_RTTI to eb 1 for Borland...
2005-01-16  Vadim Zeitlin1. set all wxUSE_XXXs to 0 in the generated setup.h.in
2005-01-16  Robert Roebling Applied patch for correct feedback from DND
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-16  Robert Roebling Commited scrollbar patch which sends lineup, linedown
2005-01-16  Vadim Zeitlinadded code for hardware platform detection (__INTEL__...
2005-01-16  Julian SmartDoc update
2005-01-16  Julian SmartCheck for wxUSE_GLOBAL_MEMORY_OPERATORS before redefini...
2005-01-16  Julian SmartDoc corrections
2005-01-16  Robert Roebling Applied patch for rounded rectangle.
2005-01-16  Vadim Zeitlinfixed wxUSE_3rdpartylib definitions for --without-3rdpa...
2005-01-16  Vadim Zeitlinfixed export of hex values
2005-01-16  Vadim Zeitlinimplemented Export(file)
2005-01-15  Vadim Zeitlinadded mode parameter to wxFFileStream ctors taking...
2005-01-15  Vadim Zeitlinonly define wxUSE_NATIVE_STATUSBAR for the ports which...
2005-01-15  Vadim Zeitlinno need for vi modeline now that the extension is no...
2005-01-15  Vadim Zeitlindefine wxUSE_GUI as 0 when --disable-gui is used
2005-01-15  Vadim Zeitlinremoved unused wxUSE_NOGUI to avoid confusion with...
2005-01-15  Vadim Zeitlinremoved all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES
2005-01-15  Vadim Zeitlinshow "none" for gnomeprint in the summary when building...
2005-01-15  Vadim Zeitlinmention wxUSE_DATEPICKCTRL
2005-01-15  Vadim Zeitlinmoved styles logic to MSWGetStyle() (no real changes)
2005-01-15  Vadim ZeitlinwxMSW wxDatePickerCtrl header
2005-01-15  Vadim Zeitlinmanage setup.h.in using update-setup.h too
2005-01-15  Vadim Zeitlinmanage wx/mac/setup0.h using build/update-setup.h too
2005-01-15  Vadim Zeitlinmoved some Win32-specific settings from common file
2005-01-15  Vadim Zeitlinadded special comments used by build/update-setup.h
2005-01-15  Vadim Zeitlinadded setup.h file containing the settings common to...
2005-01-15  Vadim Zeitlinremoved obsolete wxUSE_CTL3D
2005-01-15  Vadim Zeitlintypo in a link
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2005-01-15  Vadim Zeitlinadded missing default value for pos parameter of ctor...
2005-01-14  David ElliottSplit some of the recent code out to make it more reusable.
2005-01-14  Robin DunnBug fix for [ 1059381 ] Mouse wheel does not work in...
2005-01-14  David ElliottForgot to commit this as part of the CocoaGetWxToBounds...
2005-01-14  David ElliottForgot to initialize m_cocoaWxToBoundsTransform = nil;
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-14  Włodzimierz... Common wxListCtrl control name.
2005-01-14  Robin DunnreSWIGged
2005-01-14  Robin DunnDocument the Show/Hide behaviour that wxSplitterWindow...
2005-01-14  Robin Dunnifdef out some experimental code
2005-01-13  Robin DunnEnsure that the windows are shown when Initialize is...
2005-01-13  Robin DunnEnsure that the windows are shown when splitting
2005-01-13  Robin DunnTypo
2005-01-13  Robin DunnPatch from Prabhu Ramachandran to make introspection...
2005-01-13  Robin Dunnuntabified
2005-01-13  Robin Dunna bit of code cleanupt
2005-01-13  Robin DunnPlay nice with sizers
2005-01-13  Robin Dunndefine wxColour as being passed by reference so the...
2005-01-13  Robin DunnHasTransparentBackground
2005-01-13  Robin DunnDocstring typos
2005-01-13  Robin DunnwxNotebookNameStr
2005-01-13  Robin DunnVirtualized HasTransparentBackground
2005-01-13  Robin DunnClarified the description of event.Skip
2005-01-13  Robin DunnFixed line-endings
2005-01-13  Robin Dunnnotes about more changes
next