]> git.saurik.com Git - wxWidgets.git/history - src
increase worst case to *4 for UTF8, switch a memcpy for wxMemcpy
[wxWidgets.git] / src /
2004-10-28  Ryan Nortonincrease worst case to *4 for UTF8, switch a memcpy...
2004-10-28  Vadim Zeitlinundid last change to wxBitmapButton::GetBestSize()...
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Vadim Zeitlinfixed wxBU_EXACTFIT handling in wxBitmapButton (closes...
2004-10-28  Włodzimierz SkibaBorland warning fix.
2004-10-28  Włodzimierz SkibaWarning fixes.
2004-10-28  Włodzimierz SkibaWarning fix due to unsigned nature of wParam.
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-28  Vadim Zeitlintemp compilation fix for wxMac
2004-10-28  Ryan NortonUse proper wxURI unescape instead of old way
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-28  Vadim Zeitlinminor cleanup: don't use bool parameters, don't typedef...
2004-10-27  Vadim Zeitlinwe don't have to call png_set_error_fn() any more after...
2004-10-27  Vadim Zeitlinuse wx_png_error/warning when calling png_create_read...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-10-27  Vadim Zeitlindon't preselect the first item if the array with the...
2004-10-27  Julian SmartNow possible to compile with wxURL disabled
2004-10-27  Julian SmartGTK+1 doesn't have gtk_window_set_type_hint
2004-10-27  Vadim Zeitlindon't abort if a shared library can't be loaded under...
2004-10-27  Stefan Csomorsetting the invoking window added to two other wxMenuBa...
2004-10-27  Robert Roebling Added initial support for GNOME printing.
2004-10-27  Robert Roebling Moved "enablePrint" setting around.
2004-10-27  Ryan NortonUse wxStringBufferLength instead of wxXCharBuffer in...
2004-10-27  Stefan Csomorfixes angle calculation (on mac ALWAYS clockwise)
2004-10-27  Robin DunnThe old workaround for the 1-Jan-1970 bug still failed...
2004-10-27  Robin DunnReturn from DoDrawSpline without doing anything (like...
2004-10-27  Robin Dunnavoid crash if active_child_frame is not set yet
2004-10-27  Robin DunnEnsire that m_value is updated when SetSelection is...
2004-10-26  Václav Slavíkfixed wxFRAME_TOOL_WINDOW to use 'utility' type hint...
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-26  Václav Slavíkat least partially implemented vswscanf() -- otherwise...
2004-10-25  Kevin HockMutexGui calls in WakeUpIdle are not needed under GTK2...
2004-10-24  Vadim Zeitlinuse GetBestSize() and not GetSize() for AsIs() size...
2004-10-24  Stefan NeisRemoved list of modeless windows (apparently no longer...
2004-10-24  Stefan Csomorcorrected textbackground for theme text output
2004-10-24  Stefan NeisFixed handling of modal dialogs.
2004-10-24  Stefan Csomoradding Offset to wxRegion / carbon
2004-10-24  David ElliottFix wxExecute for ports other than wxMac and wxCocoa...
2004-10-23  Vadim Zeitlindon't give focus to the window if it ate the left mouse...
2004-10-23  Václav Slavíkfixing sizing bug inside wxWizard
2004-10-23  Václav Slavíkadded InvalidateBestSize calls when combobox's content...
2004-10-23  Vadim Zeitlindon't use _() as default parameter for wxPrintDialogBas...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-22  David ElliottCleaned up getRectsBeingDrawn:count: related code.
2004-10-22  David ElliottForgot the appropriate return statement for the last...
2004-10-22  David ElliottChange friendship so that the base implementation class...
2004-10-22  Vadim ZeitlinUnicode compilation fix
2004-10-21  Stefan NeisAdded stubs for OS/2 to new printing system.
2004-10-21  Václav SlavíkOS/2 needs wxUSE_OWNER_DRAWN, too
2004-10-21  David WebsterGet rid of the class naming conflict with the base...
2004-10-21  David WebsterRemoved temp OS/2 fix. Header now fixed.
2004-10-21  Vadim Zeitlincompilation fix after last checkin (missing header)
2004-10-20  Vadim Zeitlindecode URIs in wxFileDataObject::SetData(); fixes probl...
2004-10-20  David ElliottRewrote wxSound:
2004-10-20  David Webstergetservbyname under INNOTEK gcc needs a (char*), not...
2004-10-20  David ElliottAdded CocoaSetKeyEquivalent() that sets the accelerator...
2004-10-20  Julian SmartWorked around font setting problem for GTK+1 on some
2004-10-20  Vadim Zeitlinfixed bug introduced by last commit: if we don't change...
2004-10-20  Włodzimierz SkibaDMC, OW and my copy of MinGW misses SH* values, Borland...
2004-10-20  Włodzimierz SkibaOups :-( incomplete previous undo.
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-20  Vadim Zeitlininitial Unix implementation
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-19  Vadim Zeitlinremoved unneeded junk copied from MSW port
2004-10-19  Vadim Zeitlinfixed status bar source file name; removed wxUSE_NATIVE...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-10-19  Václav Slavíkadded wxTB_HORZ_TEXT
2004-10-19  Vadim Zeitlininitial implementation for MSW
2004-10-19  Vadim Zeitlinswitched to using a real class instead of a namespace...
2004-10-19  Vadim Zeitlindon't set focus to the window when it is clicked if...
2004-10-19  Vadim Zeitlinextracted LPITEMIDLIST wrappers in a separate header...
2004-10-19  Julian SmartCleaned up commented-out code
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-19  Vadim Zeitlindon't return wxLIST_HITTEST_ONITEMICON from HitTest...
2004-10-19  Julian SmartSQLINTEGER not defined in iodbc
2004-10-19  Stefan Csomoreliminate double deletion
2004-10-19  Stefan Csomorleads to a double call of AddChild, if we don't see...
2004-10-19  Ryan NortonRework comment a bit to accurately reflect situation...
2004-10-19  David ElliottFixed incorrect comment about [NSDate distantPast]...
2004-10-18  Vadim Zeitlinfix Mac/Unicode build after last commit
2004-10-18  David ElliottDue to the last change the delegate should not release...
2004-10-18  David ElliottRenamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa).
2004-10-18  Julian SmartDon't remove generic status bar from parent, since...
2004-10-18  David ElliottRemoved some extraneous whitespace.
2004-10-18  Julian SmartwxRadioButtons in the same group no longer have to...
2004-10-18  David ElliottwxCocoa: Add native file dialog from Ryan Norton. ...
2004-10-18  David ElliottRebaked (build/bakefiles/common.bkl 1.95->1.96 change)
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Włodzimierz SkibaUnnecessary const_ prefix removed (blindly).
2004-10-18  Václav Slavíkbe user friendly on Unix and expand the / node automati...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
2004-10-18  Václav Slavíksupport alpha channel in menu items bitmaps, too
2004-10-18  Václav SlavíkXRC ignored menu bitmap on non-MSW platforms, fixed
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-18  Vadim Zeitlinremove the selection when SetSelection(-1) is called...
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
next