]> git.saurik.com Git - wxWidgets.git/history - src
reverted recent VK_OEM_PLUS change, do map it to '+' for now, but added a comment...
[wxWidgets.git] / src /
2004-12-13  Vadim Zeitlinreverted recent VK_OEM_PLUS change, do map it to '...
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-13  Vadim Zeitlin(blind) wxUniv compilation fix: define the method using...
2004-12-13  Włodzimierz Skibawx/msw/notebook.h needs wx/notebook.h in lack of precom...
2004-12-13  Włodzimierz SkibaEvents table serves for RTTI too.
2004-12-13  Vadim Zeitlinuse WX_FORWARD_STD_METHODS_TO_SUBWINDOWS
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-12-13  Robert Roebling Correctd orientation of sash handle.
2004-12-13  Vadim Zeitlinuse solid bacgkround for static box as pattern brush...
2004-12-13  Vadim Zeitlinimplemented MSWGetBgBrush/ColourForChild() to propagate...
2004-12-13  Vadim Zeitlinrewrote and virtualized the background erasing logic...
2004-12-12  Vadim Zeitlindon't use WS_EX_TRANSPARENT style, it doesn't seem...
2004-12-12  Vadim Zeitlincheck for any parent with non default background in...
2004-12-12  Vadim Zeitlinoverride MSWGetDefaultBgBrush() to use transparent...
2004-12-12  Vadim Zeitlinadded MSWGetDefaultBgBrush() to allow some derived...
2004-12-12  Vadim Zeitlinfixed Union() for the case of this rectangle being...
2004-12-12  Vadim Zeitlinposition the labels correctly when we're created with...
2004-12-12  Vadim Zeitlincreate controls with 1*1 size by default, not 0*0 as...
2004-12-12  Vadim Zeitlinunused var warning
2004-12-12  Vadim Zeitlinfixed broken logic in ShowFullScreen() (some compiler...
2004-12-12  Vadim Zeitlindelete children in ~wxWindow dtor and not in the base...
2004-12-12  Vadim Zeitlinfixed SaveDIB() crash with BW images (patch 1045884)
2004-12-12  Vadim Zeitlininclude <windows.h> before <multimon.h>, should fix...
2004-12-12  Stefan Csomorscrolling hack (always move our own scrollbars highest...
2004-12-12  Vadim Zeitlindisable gcc warning about class having private dtors...
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-12-12  Vadim Zeitlinonly handle WM_NULL in wxIdleWakeUpModule if it is...
2004-12-12  Vadim Zeitlinuse a linked list instead of array for saved messages...
2004-12-12  Vadim Zeitlinstop processing pending events after processing all...
2004-12-12  Vadim Zeitlinfixed bug with lower-case colours in wxColourDatabase...
2004-12-12  Vadim Zeitlingravity for splitter window (patch 1046105)
2004-12-12  Stefan Csomor10.4 header collision fix
2004-12-12  Ryan Nortonfix wxTheApp include
2004-12-12  Vadim Zeitlindon't look for notebooks beyond first top level parent...
2004-12-12  Vadim Zeitlinnever return NULL_BRUSH from WM_CTLCOLOR handler, it...
2004-12-11  Vadim Zeitlinuse MSWAlwaysDrawBg() to fix the problem with black...
2004-12-11  Vadim Zeitlinadded MSWAlwaysDrawBg() to account for controls such...
2004-12-11  Vadim Zeitlinadded and documented wxRect::Union(); also moved some...
2004-12-11  Robert Roebling Backed-out PNG8 patch (no time to look at why
2004-12-11  Vadim Zeitlintranslate VK_OEM_PLUS to '=', not '+', because this...
2004-12-11  Robert Roebling Add SetFocusIgnoringChildren() to wxControlContainer...
2004-12-10  Włodzimierz SkibaBug #1040683: Remove assert when deleting menu entry.
2004-12-10  Julian SmartWorkaround for memory bug when using wxRegConfig and...
2004-12-10  Vadim Zeitlinreally implemented operator==(); reformatted a little
2004-12-09  Vadim Zeitlincompilation fix for wxUSE_DATAOBJ == 0
2004-12-09  Julian SmartCombobox corrections
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-08  Robert Roebling Applied patch for PNG8 alpha mask.
2004-12-08  Mattia Barbon Check for Pango XFT presence (for wxX11).
2004-12-08  Robert Roebling Corrected wxComboBox::GetValue() after a
2004-12-08  Robin Dunnfix compilation error
2004-12-08  Julian SmartFixed spurious selection of combobox text during resize
2004-12-08  Włodzimierz SkibawxPaletteBase introduction. wxPalette::GetColoursCount...
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-07  Włodzimierz SkibaCorrect way of modyfing stc.cpp. Thanks Robin for quick...
2004-12-07  Stefan Csomorfixing memory leak (reported by Ken Thomases)
2004-12-07  Stefan Csomorfixing memory leak (reported by Ken Thomases)
2004-12-06  Václav Slavíkfixed ShowFullScreen after somebody broke it by naively...
2004-12-06  Włodzimierz SkibaWarning fixes.
2004-12-06  Włodzimierz Skibassize_t for wxFile, unsigned char markup for color...
2004-12-06  Robert Roebling Apply choice patch for proper handling of clearing
2004-12-06  Julian SmartRemoved CF_NOSIMULATIONS flag to increase range of...
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-12-05  Ryan NortonFix overflow warnings (?)
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-12-05  Kevin HockPrevent GDK assertions when a window has a hidden ...
2004-12-05  Kevin HockFreeze/Thaw patch missed a place where m_buffer should...
2004-12-05  Julian SmartNeither PocketPC nor SmartPhone have SHBrowseForFolder
2004-12-05  Robert Roebling Corrected patch.
2004-12-05  Julian SmartSimplification
2004-12-05  Robert Roebling Invalidate the best size after adding an item
2004-12-05  Julian SmartFurther Wince fixes
2004-12-05  Julian SmartMoved GetDefaultAttributes outside wxUSE_RICHEDIT block
2004-12-05  Julian SmartUnicode/WinCE corrections
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-12-02  Ryan Nortonfix shared msw builds
2004-12-02  Kevin HockHonor value of SetMaxLength, at least when typing ...
2004-12-02  Ryan Nortonhack around 10.2/10.3 bug with duplicate symbol
2004-12-02  Julian SmartSpelling corrections
2004-12-02  Julian SmartCrash fix under VC++
2004-12-02  Julian SmartFixed memory checking on Unix by removing inlines and...
2004-12-02  Julian SmartFix compilo on Unix using src/iodbc which has no SQL_C_...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-12-01  Robert Roebling Added support for GNOME print in static builds
2004-12-01  Robert Roebling Added support for static (inlined) wxImages with
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-12-01  Robert Roebling Applied font scaling patch (GetTextExtent()) to
2004-12-01  Robert Roebling Applied patch to correct EVT-CHAR
2004-12-01  Kevin HockCreate wxGtkTextApplyTagsFromAttr for common processing...
2004-11-30  Włodzimierz SkibaFixed old FIXME about unsigned result of sunstraction...
2004-11-30  Włodzimierz SkibaDuplicate include order from regex because it's well...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-30  Kevin Hockgtk_window_[un]fullscreen only available with GTK ...
2004-11-30  Julian SmartAdded missing newline for Windows debug output
2004-11-29  Włodzimierz SkibaNot native long long fix.
2004-11-28  Robert Roebling Made all of the GNOME print support based
2004-11-28  Robert Roebling Dirty hack to prevent double destruction of file...
2004-11-28  Stefan NeisAdded support for compiling with wxUSE_STL set to 1.
2004-11-28  Robert Roebling Start of run-time lookup of GNOME print libs.
next