]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
2006-06-19  Paul Cornettremove obsolete color cube and image to bitmap code
2006-06-19  Włodzimierz... [ 1507795 ] Small doc patch.
2006-06-19  Włodzimierz... Warning fix.
2006-06-19  Włodzimierz... [ 1507736 ] wxOwnerDrawnComboBox improved list item...
2006-06-19  Vadim Zeitlinmore tweaks to the margins: don't need them to be so...
2006-06-19  Włodzimierz... Include wx/menuitem.h according to precompiled headers...
2006-06-19  Paul Cornettinitialize GdkColor so code which incorrectly accesses...
2006-06-18  Vadim Zeitlinfixed incorrect reference to wxhelpeventorigin
2006-06-18  Vadim Zeitlinallow claling Unassociate() on previously not initializ...
2006-06-18  Stefan NeisFixed sizer height and queried text length according...
2006-06-18  Stefan NeisPartly reverted changes to Get(Current)Selection.
2006-06-18  Stefan NeisAvoid problems with events that might be sent during...
2006-06-18  Julian SmartWouldn't compile on Intel/universal binary with those...
2006-06-18  Julian SmartGive app a default wxWidgets icon other than random...
2006-06-18  Paul Cornettrevert unintended changes in previous commit
2006-06-18  Paul Cornettbuild fix for older gtk2
2006-06-18  Paul Cornettbuild fix for older gtk2, second attempt
2006-06-17  Paul Cornettbuild fix for older gtk2
2006-06-17  Robin DunnMake the picker headers accessible to all
2006-06-17  Paul Cornettuse AllocExclusive in wxImage
2006-06-16  Vadim Zeitlindon't loop needlessly in OnHelp() if the event comes...
2006-06-16  Włodzimierz... Final fix from '[ 1473731 ] wxColourBase and wxString...
2006-06-16  Włodzimierz... Header correction.
2006-06-16  Włodzimierz... [ 1504474 ] Small hyperlink doc fix.
2006-06-16  Jouk Jansen Committing in .
2006-06-16  Włodzimierz... Include wx/region.h according to precompiled headers...
2006-06-15  Włodzimierz... Final fix for Bug #1472688 'wxString::Trim() is broken'
2006-06-15  Kevin OllivierFix typos in picker control header names in files.bkl.
2006-06-15  Michael WetherellBourne compatible wx-config changelog
2006-06-15  Włodzimierz... [ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum...
2006-06-15  Michael WetherellMake wxMouseState's alt and meta match those in events
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-15  Michael WetherellImplement wxGetMouseState
2006-06-15  Włodzimierz... Build fix.
2006-06-15  Włodzimierz... Include wx/math.h according to precompiled headers...
2006-06-15  Vadim Zeitlinbitmap button size was too small when uxtheme functions...
2006-06-15  Michael WetherellUse bitfields to make wxMouseState smaller
2006-06-15  Dimitri Schoolwerthforwardported a 2.6 branch fix for misplaced define
2006-06-15  Michael WetherellImplement wxGetMouseState
2006-06-15  Dimitri Schoolwerthadded alternative definitions for wxASSERT_MSG and...
2006-06-15  Michael WetherellMissing header
2006-06-15  Michael WetherellFix lib link order in combo sample
2006-06-15  Michael WetherellCompile fix after wxFileDialog::SetStyle removal
2006-06-15  Michael WetherellMissing exports
2006-06-15  Michael WetherellCygwin compile fix
2006-06-14  Włodzimierz... Include wx/font.h according to precompiled headers...
2006-06-14  Włodzimierz... [ 1495131 ] wxODComboBox const methods to work prior...
2006-06-14  Robin DunnPrevent exception if there is an attribute named just '_'
2006-06-14  Włodzimierz... [ 1495657 ] Documentation for wxComboCtrl and wxOwnerDr...
2006-06-14  Włodzimierz... [ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-06-14  Vadim Zeitlinmore fixes to OnHelp() to avoid infinite recursion...
2006-06-14  Robin DunnRevert last change, it causes problems with not being...
2006-06-14  Vadim Zeitlincontext help for notebook pages tests added
2006-06-14  Vadim Zeitlinlet wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX...
2006-06-14  Vadim Zeitlinshow native-looking (with 3D shadow) help tooltips...
next