]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-09-28  Vadim ZeitlinwxListItem::m_data is now of type wxUIntPtr, not long...
2004-09-28  Vadim Zeitlinadded wxPtrToUInt() to cast pointer to an integer type...
2004-09-28  Vadim Zeitlinadded HAVE_REINTERPRET_CAST detection
2004-09-28  Vadim Zeitlinadded AC_CXX_REINTERPRET_CAST
2004-09-28  Vadim Zeitlinadded wx_reinterpret_cast() macro
2004-09-28  Vadim Zeitlinsuppress VC7.1 64 bit correctness warnings
2004-09-28  Robin Dunnoff-by-one fix
2004-09-28  Robin DunnCorrected compile warnings, took out debug printf
2004-09-28  Robin DunnPatch from Alberto Griggio to use the wxRenderer for...
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Julian SmartDuplicate wxLC_VIRTUAL removed
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Robin DunnPatch from Victor V. Kryukov
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Włodzimierz... Hardware defines spec. Their application to the sources...
2004-09-28  Julian SmartImproved the generic font dialog appearance.
2004-09-28  Ryan Nortonpossibly fix compilo error w/xcode
2004-09-28  Ryan NortonFix some bugs
2004-09-28  Włodzimierz... Source cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-28  Ryan Nortonremove unfinished impl
2004-09-28  Ron LeeEnable concurrent installs of runtime packages after...
2004-09-28  Julian SmartUse generic font dialog on MacOS X
2004-09-28  Vadim ZeitlinwxFile::Length() return type fix (replaces last check in)
2004-09-28  Włodzimierz... Missed labels to replace number of 'topicNNN' in anchor...
2004-09-28  Julian SmartTypo corrections
2004-09-28  Vadim Zeitlinblind fix for wxGetEmptyString() compilation with wxUSE...
2004-09-28  Ryan Nortonfix unicode stuff
2004-09-28  Julian SmartRemoved fcntl.h include
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-28  Ron LeeMake the warnings a little more relevant in other contexts
2004-09-28  Robin DunnOn the Mac the Alt key is a character modifier like...
2004-09-27  Ryan Nortonsource nice-ness and remove erronous files
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Robin Dunnfix link errors
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
2004-09-27  Julian SmartDon't try to typedef off_t twice (eVC++)
2004-09-27  Vadim Zeitlincode cleanup for the pen width condition (patch 1034942...
2004-09-27  Julian SmartScript updates
2004-09-27  Vadim Zeitlinset click coordinates to (-1, -1) if right mouse button...
2004-09-27  Vadim Zeitlininitialize m_reusable (patch 1035725)
2004-09-27  Robin DunnFix for probably rare but potential refcount leak.
2004-09-27  Robin DunnOops, forgot to remove some whitespace and to sort...
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-09-27  Włodzimierz... Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-27  Włodzimierz... Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-27  Włodzimierz... Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-09-27  Robin DunnAdded IsActive
2004-09-27  Robin DunnAdded FontFromPixelSize
2004-09-27  Vadim Zeitlinexplicitly forward declare wxHashTableBase when wxUSE_S...
2004-09-27  Włodzimierz... Watcom fixes after recent wxFile changes.
2004-09-27  Vadim Zeitlinfix crash when calling wxGetEmptyString() with wxUSE_ST...
2004-09-27  Włodzimierz... Missed labels to replace number of 'topicNNN' in anchor...
2004-09-27  Vadim Zeitlindefine wxInvalidOffset properly (as wxFileOffset, not...
2004-09-27  Ryan Nortonremove stuff
2004-09-27  Ryan Norton[ 1035247 ] fix the number of ticks in slider (with...
2004-09-27  Ryan Nortonuse both generic and native on osx 10.2 for presentatio...
2004-09-27  Ryan NortonIOKit framework now req. under darwin
2004-09-27  Robert Roebling Compile fixes.
2004-09-27  Vadim Zeitlinfix crash after radio button fix
2004-09-27  Julian SmartEarly versions of GTK+2 don't have has_toplevel_focus
2004-09-27  Ryan Nortonmake go generic
2004-09-27  Ryan Nortongeneric (will comment on list later about was does...
2004-09-27  Vadim Zeitlinadded src/msw/wince/filefnwce.cpp
2004-09-27  Vadim Zeitlinwarning fix after huge file patch
2004-09-27  Vadim Zeitlinkeep the old wxFont::Create() signature (changed by...
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-09-27  Dimitri Schoolwerthdoc-typo
2004-09-27  Dimitri Schoolwerthdoc-typo
2004-09-27  Dimitri Schoolwerthfixed MSVC6 warning
2004-09-27  Ron LeeHandle the case of unresolveable ambiguity in --list...
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-27  Ryan Nortonfix warnings
2004-09-27  Ryan Nortonfix non-void function not returning value warning
2004-09-27  Ryan NortonAdd HID keyboard functionality
2004-09-27  Stefan NeisRe-simplified ScrollWindow routine.
2004-09-27  Ryan NortonRegen Bakefiles for OSX HID integration
2004-09-27  Ryan Nortonnote font dialog change
2004-09-27  Ron LeeDelay --list a little longer so we can indicate the...
2004-09-27  Ryan Nortonremove erronues xrc contrib sample
2004-09-26  Vadim Zeitlinmade GetTempBuffer() static to avoid duplicate function...
2004-09-26  Václav Slavíkpartially reverted Robert's changes, did it more cleanly
2004-09-26  Vadim Zeitlindocumented IsActive()
2004-09-26  Ryan Nortonhid integration
2004-09-26  Vadim Zeitlinfix for __HUGEFILES_SUPPORTED definition
2004-09-26  Robert Roebling Moved function from mslu to utils to make the
2004-09-26  Robert Roebling Trying hard to make things compile.
2004-09-26  Kevin OllivierFixes to remove compile warnings.
2004-09-26  Ryan Nortoncleanups
2004-09-26  Stefan NeisMake scrolling work better (without constantly refreshi...
2004-09-26  Robert Roebling GTK1 compilo.
2004-09-26  Ryan Nortonrecall initial font
2004-09-26  Ryan Nortoncleanup
2004-09-26  Julian SmartApplied Kevin Hock's combobox patch for text update...
2004-09-26  Ryan Nortonfix remaining bugs
2004-09-26  Julian SmartProgram args fix for WinCE
2004-09-26  Julian SmartTweaks to fix RTF contents (need newline at end of...
2004-09-26  Ryan Nortonfix font styles
2004-09-26  Vadim ZeitlinwxExecuteData is a struct, not class (warning fix)
next