]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-06-02  Robert Roebling Implemented CharHook events.
2002-06-02  Robert Roebling Small fix for make win-dist
2002-06-02  Robert Roebling Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-06-02  Robert Roebling Removed hack in Toolbar that breaks UI updates under...
2002-06-02  Robert Roebling Added simplistic make win-dist
2002-06-01  Vadim Zeitlinreplaced quotes in #include with angle brackets
2002-05-31  Robert Roebling Added global skope too FinControl()
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-05-31  Vadim Zeitlinadded tests for the focus events
2002-05-31  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-31  Robert Roebling Doc tweaks for FindWindowByXX
2002-05-31  Robert Roebling Documented wxClienData and friends.
2002-05-30  Vadim Zeitlinremoved some duplicate code, no real changes
2002-05-30  Robin DunnUpdated setup.h settings
2002-05-30  Robin DunnUpdated wxPython build instructions
2002-05-29  Robin DunnRemoved Refresh from OnSize as it's not needed anymore
2002-05-29  Julian SmartApplied patch #561454, testing for scrollbar
2002-05-29  Julian SmartCorrected some typos
2002-05-28  David WebsterCatching up for the week
2002-05-28  Vadim Zeitlincorrected the completely wrong example (bug 545427)
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
2002-05-28  Vadim Zeitlinuse new style ctor for wxFontDialog (patch 561411)
2002-05-28  Vadim Zeitlinadded consts to wxAcceleratorTable ctors from wxAcceler...
2002-05-28  Vadim Zeitlinfixed icon drawing when they have different sizes ...
2002-05-28  Vadim Zeitlinunselected the current item when unfocusing it in a...
2002-05-28  Vadim Zeitlinadded asserts to ensure that the splitter windows have...
2002-05-27  Robin DunnNo, I didn't test it before. This is what I meant...
2002-05-27  Robin DunnPatch 559673 and 561053
2002-05-27  Robin DunnSome little demo updates
2002-05-27  Robin DunnFixed wxMac's wxStaticText::SetFont to behave like...
2002-05-27  Robin DunnFixed a tex2rtf warning
2002-05-27  Robin DunnSWIGged updates for wxMac
2002-05-27  Robin DunnChanged the default style flags on wxSplashScreen
2002-05-27  Robin Dunnworkaround for assert about wxFRAME_FLOAT_ON_PARENT
2002-05-27  Robin DunnSWIGged updates for wxGTK
2002-05-27  Robin DunnSWIGged updates for wxMSW
2002-05-27  Robin DunnFix exception when there are no items in the sizer yet
2002-05-27  Robin DunnAdded a bit of test code (commented out)
2002-05-27  Robin DunnReduce flicker in the demo when image is dragged out...
2002-05-27  Robin Dunnchanges to match recent CVS updates
2002-05-27  Robin DunnSome cleanup
2002-05-27  Robin DunnUsePrimarySelection
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-05-26  Vadim Zeitlinattempts to make GetBestSize() work using constraints...
2002-05-26  Vadim Zeitlinset the id in wxMouseEvent (bug 484245)
2002-05-26  Vadim Zeitlinadded more spin event handlers
2002-05-26  Vadim Zeitlinupdated wxSpinXXX event docs
2002-05-26  Vadim Zeitlinadd full 32 bit range support to wxSpinButton/Ctrl
2002-05-26  Vadim Zeitlinset the focus to the first control in the dialog when...
2002-05-26  Vadim Zeitlinglobally renamed INT32 to JPEG_INT32 to solve the ...
2002-05-26  Vadim Zeitlinadded test for EditLabel, Unicode fixes
2002-05-26  Vadim Zeitlinfix for the crash when pressing TAB in the edit control...
2002-05-26  Stefan Csomormake sure we are removing ourselves from the focus...
2002-05-26  Stefan Csomoradded accessors for last focus
2002-05-25  Vadim Zeitlinfixes to better remember the last focused child; also...
2002-05-25  Vadim Zeitlinfixed assert when using wxMiniFrame (result of recent...
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-25  Vadim Zeitlinfixed calling Union() or Offset() on a previously Clear...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-25  Robert Roebling Set the focus to the html display window
2002-05-24  Vadim Zeitlinadded test for loading image from wxMemoryStream
2002-05-24  Vadim Zeitlinfixed wxStreamBuffer::Tell() to return at least sometim...
2002-05-24  Vadim ZeitlinwxTextCtrl::OnChar() can't be used to translate the...
2002-05-24  Robin Dunnand fixed a type too
2002-05-24  Robin DunnFixed a quoting problem
2002-05-23  Vadim Zeitlinfixedb ug with normalization of UNC paths (patch 558701)
2002-05-23  Vadim Zeitlinpopup windows wre not using TOPMOST style under wxUniv...
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-23  Vadim Zeitlinixed compilation for wxUSE_STREAMS == 0
2002-05-23  Robert Roebling The combobox didn't like empty strings at all. It
2002-05-23  Robert Roebling Redirect SetFocus Part II.
2002-05-23  Robert Roebling Redirect wxComboBox::SetFocus to its text field Part I.
2002-05-23  Robert Roebling Let wxFileSystem use wxFFileInputstream and not
2002-05-23  Robert Roebling Did I change anything here?
2002-05-23  Robert Roebling wxSPinCtrl no longer set focus to its text field
2002-05-23  Robert Roebling wxButtons no longer leave junk on dialogs when moved.
2002-05-22  Vadim Zeitlinfixed propagating of EVT_WIZARD_XXX events to the parent
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-22  Vadim Zeitlinadded \\server\dir\filename.exe test case
2002-05-22  Vadim Zeitlinno, we shouldn't inconditionally add the separator...
2002-05-22  Vadim Zeitlinadded wxDir::Exists() test
2002-05-22  Robert Roebling wxImage::Copy() didn't really just copy the
2002-05-22  Vadim Zeitlinadded a compile time assert to prevent wxArray from...
2002-05-22  Robin DunnFixed bug when sizer if offset from 0,0. Also removed...
2002-05-22  Vadim Zeitlinadded a check which should prevent the crash of bug...
2002-05-22  Vadim Zeitlinfixed GL case in #include (patch 557178)
2002-05-22  Vadim Zeitlinmingw/cygwin compilation fix (patch 556157)
2002-05-22  Vadim Zeitlinfixed ProcessMessage() signature
2002-05-21  Václav Slavíkdownload clarification
2002-05-21  Robin DunnwxMac updates
2002-05-21  Stefan Csomorsurvive delete within Notify
2002-05-21  Stefan Csomorshow/hide via moving
2002-05-21  Stefan Csomorinitial value set
next