]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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)
2004-09-26  Julian SmartImproved libs.bmp file but shows too small in WinHelp
2004-09-26  Vadim Zeitlininclude wx/wxchar.h after ctype.h to fix compilation...
2004-09-26  Ryan Nortondefault to native font dialog for 10.2+
2004-09-26  Ryan Nortonadd drawer sample
2004-09-26  Robert Roebling Make mouseless use of wxListBox possible for non...
2004-09-26  Stefan Csomorupdated project file
2004-09-26  Ryan Nortonrevert to pre-drawer state
2004-09-26  Vadim Zeitlinrenamed HasFocus() to IsActive() to avoid confusion...
2004-09-26  Ryan Nortonfix warning
2004-09-26  Ryan Nortonfix facename
2004-09-26  Robert Roebling Added wxTopLevelWindow::HasFocus() as discussed.
2004-09-26  Ryan Nortonnative font dialog implementation for mac os x 10.2+
2004-09-26  Stefan Csomordependency fix for clipping
2004-09-26  Stefan Csomorunicode fix
2004-09-26  Stefan Csomorunicode fix for CW
2004-09-26  Stefan Csomorfix for CW compilation
2004-09-26  Stefan Csomorclipping for wxMac cleaned up
2004-09-26  Vadim Zeitlincompilation fix for Unicode mode after huge file patch...
2004-09-26  Robert Roebling Compilo.
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-09-26  Ryan Nortonno reference to wxFont - you've got to be kidding! :)
2004-09-26  Ron LeewxSize needs to be fully defined if we want to use...
2004-09-26  Ryan Nortonadd drawer to taskbaricontest
2004-09-26  Ryan NortonLots of fixes/cleanups for OSX taskbar
2004-09-26  Václav Slavíknotify parent frame that client area changed when statu...
2004-09-26  Ryan NortonFix some of vadim's compilation problems
2004-09-26  Stefan Csomormaking newline fixes depending on the encoding of \n
2004-09-26  Ron LeeLimit the influence of flavour more strictly to autocon...
2004-09-26  Ryan Nortoncleanups, proper event handling/cleanup
2004-09-26  Ron LeeRemove contrib xrc bakefiles, else regen dies because...
2004-09-26  Ron LeeRestore WXBASEPORT for carbon. This is more than just...
2004-09-26  Ryan Nortoninfo
2004-09-26  Ryan Nortontodo
2004-09-26  Ryan NortonFix 10.2 focus issues
2004-09-26  Ryan Nortonthey should be ints, not size_ts
2004-09-26  Ryan Nortonwarning fixes unsigned->signed
2004-09-26  Robin DunnreSWIGged
2004-09-26  Ryan Nortontodos, cleanups, detabified
2004-09-26  Ryan Nortoncleanup image after application
2004-09-25  Robin DunnreSWIGged
2004-09-25  Vadim Zeitlincompilation fix for not MSW
2004-09-25  Robin DunnAdded wxFRAME_DRAWER
2004-09-25  Robin DunnMore True/False fixes
2004-09-25  Robin Dunnadd xrc lib to core libs list for Win32 build
2004-09-25  Vadim Zeitlincompilation fix for compilers not using PCH
2004-09-25  Robin DunnUse the stc.h in the source tree for the dependency...
2004-09-25  Robin DunnEnable TaskBarIcon for Mac too. Some cleanup.
2004-09-25  Robin Dunnforgot to reset m_iconAdded
2004-09-25  Robin DunnForce the output window to display at the begining...
2004-09-25  Robin DunnUse dummy class on Mac until wxEventLoop is implemented...
2004-09-25  Robin DunnAdd some missing methods to match other implementations
2004-09-25  Robin Dunnadded some missing mac headers
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-25  Stefan Csomormaking returns in a line to always be \n (13 in CFM...
2004-09-25  Václav Slavíkcompilation fix: only us-ascii is safe in sources
2004-09-25  Ryan Nortonfix for [ 805216 ] dirMac does not properly skip direct...
2004-09-25  Ryan Nortonbug didn't happen
2004-09-25  Ryan NortonwxDrawerWindow - [ 909351 ] Drawer window for OS X...
2004-09-25  Stefan Csomorinsert was not correctly implemented
2004-09-25  Stefan Csomorinsert was not correctly implemented
2004-09-25  Stefan Csomorinsert was not correctly implemented
2004-09-25  Chris Elliottfix an mdi crash on exit
2004-09-25  Ryan Nortonmore todos so I don't forget
2004-09-25  Ryan Nortonmark changes. Mac OSX taskbar implementation
2004-09-25  Vadim Zeitlinremoved Robert Fendt as packager (at his request)
next