]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-06-30  Vadim Zeitlincall MSWProcessMessage() for the window itself, althoug...
2006-06-30  Vadim Zeitlinmoved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it...
2006-06-30  Angel Vidal... Old socket code has no wxDatagramSocket::Connect()...
2006-06-30  Stefan Csomormaking sure mac filenames are always decomposed D Unico...
2006-06-30  Angel Vidal... wxDatagramSocket docs added
2006-06-30  Angel Vidal... Fixes tex2rtf to search for files on current folder...
2006-06-30  Václav Slavíkfixed wxCheckBoxBase::DoUpdateWindowUI to handle disabl...
2006-06-30  Stefan Csomormissing retval
2006-06-30  Stefan Csomorfixing PPI bugs in printer dcs and print preview
2006-06-30  Stefan Csomorfixing PPI bugs in printer dcs
2006-06-30  Benjamin Williamsadded/expanded various comments
2006-06-29  Robin DunnRemoved __future__ import that has been in the "past...
2006-06-29  Stefan Csomorswitching all text rendering/measuring to ATSUI
2006-06-29  Stefan Csomormoving UniChar code to one place
2006-06-29  Vadim Zeitlincall wxApp::OnInit() from MyApp::OnInit() so that stand...
2006-06-29  Vadim Zeitlinflush stderr in wxSafeShowMessage(): this might be...
2006-06-29  Julian SmartMoved wrongly placed hit test constants
2006-06-29  Julian SmartChanged order of libs to fix linking
2006-06-29  Stefan Csomorfix for potential crash when conversion fails
2006-06-29  Stefan Csomorfix for potention crash when conversion fails
2006-06-29  Julian SmartRespun configure for richtext library
2006-06-29  Julian SmartTypo correction
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-29  Robin DunnAdded SWIG patches to allow compiling the generated...
2006-06-28  Robin DunnApplied patch from Armel Asselin that reduces memory...
2006-06-28  Julian SmartTypo correction
2006-06-28  Vadim Zeitlinadded missing wx/sizer.h header
2006-06-28  Julian SmartFixed zoom problem (Robert J.Lang)
2006-06-28  Julian SmartAdded support for tabs in wxRichTextCtrl (Ashish More)
2006-06-27  Robin DunnreSWIGged
2006-06-27  Robin Dunnnew wxTreeEvent ctor
2006-06-27  Robin DunnDon't use custom bg style except on wxGTK
2006-06-27  Robin DunnPicker control updates
2006-06-27  Robin DunnChanged call order of the PreCreate method, and pass...
2006-06-27  Robin Dunnlittle tweaks
2006-06-27  Robin DunnNew SetModified method
2006-06-27  Robin DunnNew wxNB_HITTEST_ONPAGE flag
2006-06-27  Robin DunnAdded missing platform constants
2006-06-27  Robin DunnRemove use of wxHIDE_READONLY
2006-06-27  Robin DunnPut wxHIDE_READONLY back for compatibility.
2006-06-27  Robin DunnwxMSW doesn't look in a LC_MESSAGES dir for the message...
2006-06-27  Robin DunnPut back the old wxTreeEvent ctor for compatibility
2006-06-27  Kevin OllivierFixed incorrect get page source check around SetPageSource.
2006-06-27  Robin DunnwxPickerBase derives from wxControl, not wxWindow
2006-06-27  Robin Dunnfixed typo
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-27  Vadim Zeitlinlook in the environment for the options values
2006-06-27  Vadim Zeitlinadded wxUSE_PRINTF_POS_PARAMS which can be used to...
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-27  Vadim Zeitlincreate text control with wxTE_PROCESS_ENTER style if...
2006-06-27  Vadim Zeitlinfix VC compilation warnings about implicit int->bool...
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-27  Vadim Zeitlinremove duplicate m_popupInterface (patch 1509424)
2006-06-27  Julian SmartAdded wxPROPSHEET_TREEBOOK option
2006-06-27  Julian SmartRemove use of GetVolumeInformation since it causes...
2006-06-26  Vadim Zeitlinallow empty filename in ctor taking the extents
2006-06-26  Vadim Zeitlininclude wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWA...
2006-06-26  Vadim Zeitlinforce showing 0 in the spin control instead of leaving...
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-26  Vadim Zeitlinadd SetSelection(-1) test (part of patch 1506943)
2006-06-26  Vadim Zeitlindeselect all items when SetSelection(-1) is called...
2006-06-26  Vadim Zeitlinadded SetModified() for people who find it easier to...
2006-06-26  Vadim Zeitlinremove the item from proportions arrays as well as...
2006-06-26  Vadim Zeitlindefine WXMAKINGDLL_QA when WXMAKINGDLL is defined ...
2006-06-26  Vadim Zeitlinexplicitely include <shellapi.h>, apparently needed...
2006-06-25  Vadim Zeitlinavoid infinite loop in AlwaysYield() if we somehow...
2006-06-25  Vadim Zeitlinfix gcc warnings about in printf format (partly modifi...
2006-06-25  Vadim Zeitlinadded an extra pixel to the margin in CalcSizeFromPage...
2006-06-25  Kevin OllivierSetting up unix dobuilds script to run gtk2 builds.
2006-06-25  Kevin OllivierRemoving all occurrences of the distrib scripts in...
2006-06-25  Vadim Zeitlinadded a possibility to test how a custom bitmap appears...
2006-06-24  Michael WetherellMake IsOfClass out-of-line to defend against gcc 3...
2006-06-24  Vadim Zeitlinadded back 2 extra pixels for the best size under XP
2006-06-22  Vadim Zeitlinadded VK_SNAPSHOT <-> WXK_SNAPSHOT mapping
2006-06-22  Vadim Zeitlinrecognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW...
2006-06-22  Vadim Zeitlinreorganized VK to WXK translation code to use a table...
2006-06-22  Vadim Zeitlinmore tweaks to bitmap button borders:
2006-06-22  Julian SmartAdded missing makefile
2006-06-22  Vadim Zeitlinstrip HTML tags when searching for keywords
2006-06-22  Vadim Zeitlincorrected redundant link to wxLogTextCtrl itself in...
2006-06-21  Vadim Zeitlinremoved unexplainable deletion of .bkl files in debian...
2006-06-21  Vadim Zeitlinadded WX_UNICODE and WX_OPENGL options which can be...
2006-06-21  Włodzimierz... Fix for dir dialog in dir picker appearing without...
2006-06-21  Włodzimierz... Include wx/gdiobj.h according to precompiled headers...
2006-06-21  Włodzimierz... [ 1509599 ] 'Split pickers page in widgets sample'...
2006-06-21  Włodzimierz... Include wx/containr.h according to precompiled headers...
2006-06-20  Włodzimierz... Removed outdated initialization.
2006-06-20  Robin DunnPatch for [ 1489711 ] analogclock hour hand sticks...
2006-06-20  Włodzimierz... Rebuild after new files.
2006-06-20  Włodzimierz... Fix for wxMGL built with common part of setup0.h.
2006-06-20  Włodzimierz... Rebuild after new files.
2006-06-20  Włodzimierz... Fix for wxOS2 built with common prt of setup0.h.
2006-06-20  Włodzimierz... [ 1487463 ] XRC handler for wxOwnerDrawnComboBox.
2006-06-20  Włodzimierz... Include wx/hashmap.h according to precompiled headers...
2006-06-20  Kevin OllivierUpdating manifests and attempting to use manifests...
2006-06-19  Jamie GaddAdd required padding to DoGetBestSize() for small bitma...
2006-06-19  Włodzimierz... [ 1508778 ] Fix for wxOwnerDrawnComboBox list selection...
2006-06-19  Włodzimierz... Include wx/gdicmn.h according to precompiled headers...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
next