]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-01-26  Kevin HockAdded wxUSE_MENUS_NATIVE wrapper around DoPopupMenu...
2005-01-26  Robin DunnAllow unicode objects in wxPyDrawTextList
2005-01-26  Stefan NeisFixed C++ comments.
2005-01-26  Stefan NeisCleanup for previous bug fix.
2005-01-26  Stefan NeisFixed a compilation problem on AIX.
2005-01-26  Jouk Jansen Committing in .
2005-01-25  Włodzimierz... Syntax fix.
2005-01-25  Włodzimierz... Warning fixes.
2005-01-25  Vadim Zeitlinfixed memory leak with client data when using DeleteAll...
2005-01-25  Włodzimierz... TrackMouse DMC fix.
2005-01-25  Włodzimierz... comment in C code fix
2005-01-25  Włodzimierz... Save dialog for printing. Source cleaning.
2005-01-25  Włodzimierz... wxButton, wxCheckBox, wxSlider, wxToggleButton native...
2005-01-24  Włodzimierz... Source cleaning.
2005-01-24  Julian SmartDoc fixes
2005-01-24  Kevin HockCreate non-GUI log target until GUI logging is availabl...
2005-01-24  Dimitri Schoolwerthfixed unreachable code warning (MSVC6)
2005-01-24  Dimitri Schoolwerthfixed unused param warning
2005-01-24  Dimitri Schoolwerthapplied patch #1044865 (fixes problem: "On Win2K, the...
2005-01-24  Włodzimierz... Code cleaning.
2005-01-24  Włodzimierz... Unicode markup.
2005-01-24  Włodzimierz... Missing include.
2005-01-24  Włodzimierz... Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar...
2005-01-24  Włodzimierz... Native PalmOS wxControl and wxButton implementation...
2005-01-24  Włodzimierz... Note about deprecating some wxSystemSettings members.
2005-01-24  Kevin OllivierFixing notebook 'flashing' bug where the WebView would...
2005-01-24  Kevin HockFor consistency between WMs and with MSW, TOOL_WINDOW...
2005-01-24  Kevin HockFor consistency between WMs and with MSW, TOOL_WINDOW...
2005-01-23  Robert Roebling Forgot to commit sample testing update ui events
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2005-01-23  Kevin HockWe need to update the scrollbar even if it's not shown...
2005-01-23  Kevin HockAdded inverse checkbox to test sliders with wxSL_INVERS...
2005-01-23  Robert Roebling Applied patch for keyboard control in composite
2005-01-23  Robert Roebling Fixed compilation for GTK 1.2
2005-01-23  Robin DunnFixed event binding in NotebookPage
2005-01-23  Kevin OllivierAdded documentation for wxStdDialogButtonSizer.
2005-01-23  Kevin OllivierGreatly improved wxWebKitCtrl positioning logic to...
2005-01-22  Robert Roebling Probably a bug in the MINGW32 header.
2005-01-22  Stefan NeisRemoved setup0.h - we are using configure generated...
2005-01-22  Stefan NeisBlind fix for bug [ 1106890 ] (undeclared symbols on...
2005-01-22  Kevin Hockgtk_range_set_inverted only available on GTK2
2005-01-22  Mattia Barbon Warning fixes.
2005-01-22  Mattia Barbon Fix wxSortedArray::Index() when wxUSE_STL == 1, with...
2005-01-21  Robin DunnDisable wxDatePickerCtrl if wxPopupWindow is not available
2005-01-21  Włodzimierz... Headers cleaning.
2005-01-21  Vadim Zeitlinadded wxStaticBoxSizer ctor creating a new static box
2005-01-21  Robin Dunn* Some WXWIN_COMPATIBILITY_2_4 changes, as well as...
2005-01-21  Robin DunnAdded setter to wxMoveEvent
2005-01-21  Kevin HockDo not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
2005-01-21  Włodzimierz... Warning fixes for MinGW.
2005-01-21  Włodzimierz... Warning fixes for MinGW.
2005-01-21  Robin DunnPatch #1106564, corrects possible 100% CPU load condition.
2005-01-21  Włodzimierz... Warning fixes for MinGW.
2005-01-21  Vadim Zeitlinmore forward declarations (trying to fix bug 1106829)
2005-01-21  Vadim Zeitlinremove margins in the bitmap button
2005-01-21  Vadim Zeitlinimplemented DrawComboBoxDropButton() for classic Win32
2005-01-21  Vadim Zeitlinadded DrawComboBoxDropButton()
2005-01-21  Vadim Zeitlincompilation fix when used together with native control
2005-01-21  Vadim Zeitlinadded possibility to use generic date control if configured
2005-01-21  Vadim Zeitlincheck for error in GetSelection(long *, long *); clean...
2005-01-21  Vadim Zeitlindefine wxHAS_NATIVE_DATEPICKCTRL in the header file...
2005-01-21  Vadim Zeitlinmoved code working around combobox selection bug to...
2005-01-21  Vadim Zeitlinadded wxUSE_DATEPICKCTRL_GENERIC
2005-01-21  Vadim Zeitlinrenamed generic version to wxDatePickerCtrlGeneric...
2005-01-21  Vadim Zeitlinput datectlg.cpp in ADVANCED_SRC so that it can be...
2005-01-21  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-01-21  Václav Slavíkcompilation fix
2005-01-21  Vadim Zeitlindon't include wx/popupwin.h in the header, use forward...
2005-01-21  Włodzimierz... Forgot to free string after usage.
2005-01-21  Włodzimierz... Start more than minimal TLW support.
2005-01-21  Włodzimierz... Reenable wxPalmOS status bar after recent changes....
2005-01-21  Kevin HockAdd support for wxSL_INVERSE using gtk_range_set_inverted
2005-01-21  Kevin HockwxSL_INVERSE added, noted as being wxGTK only (for...
2005-01-21  Kevin HockAdd wxSL_INVERSE flag
2005-01-21  Kevin HockFixed name strings to match documentation (Expanded...
2005-01-21  Vadim Zeitlinswitched to using wxPopupWindow
2005-01-21  Vadim Zeitlindefine wxDateEvent static stuff here
2005-01-21  Vadim Zeitlinuse ResetTime() in Today() instead of dealing with...
2005-01-20  Robin DunnFix typos
2005-01-20  David ElliottAdd support for Metrowerks compilers.
2005-01-20  Włodzimierz... WM_CONTEXTMENU available since WinCE.NET
2005-01-20  Włodzimierz... Missing define.
2005-01-20  David ElliottCheck for vsnprintf while using namespace std if its...
2005-01-20  Vadim Zeitlinexpanded the date picker part to show wxDP_XXX styles
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-20  David ElliottMake sure -DNO_GCC_PRAGMA is in wx-config output regard...
2005-01-20  Włodzimierz... Simple wxBatteryPower API for the support in wxWinCE...
2005-01-20  Włodzimierz... Syntax error fixes.
2005-01-20  Vadim Zeitlincompilation fix for CE: don't use GetModuleHandleA...
2005-01-20  Vadim Zeitlincall InitCommonControlsEx() when using comtl32.dll...
2005-01-20  Vadim Zeitlinreport more information about the control whose creatio...
2005-01-20  Vadim Zeitlinfixed typo in testing whether wxUSE_NATIVE_STATUSBAR...
2005-01-20  Włodzimierz... PalmOS description.
2005-01-20  Vadim ZeitlinwxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE...
2005-01-20  Vadim Zeitlintrying to get wxUSE_NATIVE_STATUSBAR setting correctly...
2005-01-19  Robin DunnAdjust the bounding box of the labels to client coordinants
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Stefan NeisCompilation fix for OS/2.
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Stefan NeisCompilation fixes for OS/2 (OS/2 still defines __UNIX__...
next