]> git.saurik.com Git - wxWidgets.git/history - src
wxThread::Delete() doesn't wait until the next event occurs before waking up any...
[wxWidgets.git] / src /
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  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-30  Vadim Zeitlinremoved some duplicate code, no real changes
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-28  David WebsterCatching up for the week
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
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 DunnPatch 559673 and 561053
2002-05-27  Robin DunnFixed wxMac's wxStaticText::SetFont to behave like...
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 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 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-25  Vadim Zeitlinfixes to better remember the last focused child; also...
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 Zeitlinfixed wxStreamBuffer::Tell() to return at least sometim...
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  Robert Roebling The combobox didn't like empty strings at all. It
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 Zeitlinno, we shouldn't inconditionally add the separator...
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  Vadim Zeitlinadded a check which should prevent the crash of bug...
2002-05-22  Vadim Zeitlinmingw/cygwin compilation fix (patch 556157)
2002-05-21  Stefan Csomorsurvive delete within Notify
2002-05-21  Stefan Csomorshow/hide via moving
2002-05-21  Stefan Csomorinitial value set
2002-05-21  David WebsterCatching up for the week
2002-05-20  Stefan Csomoruma.h added
2002-05-20  Stefan Csomorcarbon event handlers for app level
2002-05-20  Stefan CsomorDan 'Bud' Keith's implementation
2002-05-20  Stefan Csomorremoved internal carbon events handlers, switch to...
2002-05-20  Stefan Csomoradded carbon event handlers
2002-05-20  Stefan Csomorchanging the focus part code
2002-05-20  Julian SmartApplied drag fix to row labels as well
2002-05-20  Stefan Csomorcorrected initialization order of MLTE
2002-05-20  Julian SmartCaptured mouse in grid column label so the drag isn...
2002-05-20  Robert Roebling Sometimes, deleting code can be a real gain. This
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-19  Stefan Csomorcorrected direction when sending events
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-17  Vadim Zeitlinmade SetItemText() work for the item which we're about...
2002-05-17  Stefan Csomorconditionalized theme box drawing
2002-05-17  Stefan Csomorautoresize upon setting new bitmap
2002-05-17  Stefan Csomorfixed wxScreenDC for X
2002-05-17  Robin DunnCommented out debug messages
2002-05-17  Stefan Csomortitle-less windows also for windows
2002-05-17  Stefan Csomorusing QD Text under non OSX
2002-05-17  Stefan Csomorworking closer to proper MLTE support under OSX
2002-05-17  Stefan Csomorno event upon changing value only anymore
2002-05-17  Stefan Csomorconditials for TARGET_CARBON when drawing using appeara...
2002-05-17  Stefan Csomorchanged char event handling for ctrl-chars and skipped...
2002-05-16  Vadim Zeitlinfixed the selection rectangle drawing (was off by 1)
2002-05-16  Vadim Zeitlinuse the menu item text, not label, in the owner drawn...
2002-05-16  Vadim Zeitlinfixed wrong array index in UuidToCForm
2002-05-16  Vadim Zeitlingenerate EVT_SCROLL events for the standalong scrollbar...
2002-05-15  Julian SmartCheck for null return value in wxClientDC constructor
2002-05-15  Julian SmartDon't call a function that might do drawing when settin...
2002-05-15  Robin DunnwxSTC changes to help it work better on wxMac
2002-05-15  Gilles Depeyrotapplied copy constructor fix to assignment operator...
2002-05-14  Julian SmartIn an expose event, the m_clearRegion is also updated...
2002-05-14  Vadim Zeitlindon't send SPLITTER_POS_CHANGED events when the splitte...
2002-05-14  Václav Slavíkno, DO NOT use wxMessageBox where wxLogError is more...
2002-05-14  Julian SmartFixed double deletion in region iterator
2002-05-14  Robin DunnFixed a lost #else
2002-05-14  Vadim Zeitlinadded missing extern "C" required for Sun CC
2002-05-14  Vadim Zeitlinrenamed main to mymain to suppress the warnings
2002-05-14  Vadim Zeitlinfixed a warning
2002-05-14  Julian SmartInitialized the controls on the widgets spinbutton...
2002-05-14  Robin DunnwxSTC begins to work on wxMac...
2002-05-13  Vadim Zeitlincleared the wxFileNameFromPath mess
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
2002-05-13  Robin DunnThe use of wxPopupWindow fo rhte autocomplete and callt...
2002-05-13  David WebsterPopup Window now supported in OS/2 (for tipwindows...
2002-05-13  David WebsterWeekly catch up.
2002-05-13  David WebsterWXPM now uses popupwindows.
next