]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Julian SmartApplied patch [ 1036833 ] Hiding declaration of wxScrol...
2004-09-29  Julian SmartIncreased a buffer size
2004-09-29  Włodzimierz... Missed labels to replace number of 'topicNNN' in anchor...
2004-09-29  Vadim Zeitlinsigned/unsigned comparison warning fix
2004-09-29  Vadim Zeitlinremoved C++ comments from C files
2004-09-29  Włodzimierz... wxTLW::SetLeft/RightMenu of smart phones documented.
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Ron LeeUpdate the wx-config man page.
2004-09-29  Ryan Nortonremove unfinished sample for release
2004-09-29  Włodzimierz... Hardware defines spec.
2004-09-29  Julian SmartIncremented version
2004-09-29  Ron LeeUpdate odbc for parallel installs too.
2004-09-29  Włodzimierz... C++ removed from C syntax.
2004-09-29  Włodzimierz... Include missing.h to find O_* flags.
2004-09-29  Włodzimierz... Correction to lost #ifdef
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-09-29  Ryan Nortondrawer sample mods from ABX (with only one mod - _CODE...
2004-09-29  Robin DunnreSWIGged
2004-09-29  Robin DunnAllow embedded double quotes, and hex-encode single...
2004-09-29  Robin DunnUpdates for how the Python code is generated
2004-09-29  Kevin HockSend EVT_COMMAND_TEXT_UPDATED from the spin control...
2004-09-29  Robin DunnVersion number bump
2004-09-29  Robin DunnBeginings of supporting multiple versions installed...
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Kevin HockWhen enabling events, use CommonModes instead of Defaul...
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
next