Fix wxGTK compilation.
[wxWidgets.git] / src /
2004-12-22  Ron LeeFix wxGTK compilation.
2004-12-22  Stefan Csomormaking sure we don't say we are visible while in destru...
2004-12-22  Vadim Zeitlinreverted use of DeferWindowPos() instead of MoveWindow()
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-21  Włodzimierz SkibawxURI is enough for the basic url operations.
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-20  Julian SmartVC++ 5 compatibility
2004-12-20  Vadim ZeitlinwxGetInstance must be defined as extern C (patch 1085837)
2004-12-20  Vadim Zeitlinend label editing if the control loses focus (slightly...
2004-12-20  Vadim Zeitlinfixed dragging scrollbar in wxUniv: use wxMouseEvent...
2004-12-20  Vadim Zeitlinadded flags parameter to wxExecute(wxArrayString *...
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-12-19  Vadim Zeitlinadded test for Unicode/ANSI
2004-12-19  Vadim ZeitlinIRIX compilation fix: don't redeclare usleep() if HAVE_...
2004-12-19  Vadim Zeitlinuse DeferWindowPos() instead of MoveWindow() if possibl...
2004-12-19  Vadim ZeitlinWin16 version is not used any longer
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-12-19  Vadim Zeitlinonly use our background for children if it's inheritable
2004-12-19  Vadim Zeitlindon't propagate our (non default) background to childre...
2004-12-19  Vadim Zeitlinfixed background appearance for the controls with chang...
2004-12-19  Vadim Zeitlindo not inherit background colour in InheritAttributes...
2004-12-19  Stefan NeisFixed typo.
2004-12-19  Stefan NeisDo not export weak symbols from DLLs, as this causes...
2004-12-19  Stefan Csomorcorrecting dangling refs / reuse
2004-12-18  Stefan NeisAdded support for debug libraries.
2004-12-18  Robert Roebling Fix for the fix for wxChoice selection.
2004-12-18  Stefan Csomorwake up corrections : correcting ref count (mem-leak...
2004-12-18  Stefan CsomorBig Endian Fixes, LCID support (must be paired with...
2004-12-17  Robin DunnOnly test the high order bit from GetKeyState, otherwis...
2004-12-17  Ryan NortonwxMediaCtrl API changes for 2.5.x/2.6
2004-12-17  Ryan NortonDocument osx hack
2004-12-17  Ryan NortonWarning fixes for msvc - return function address expli...
2004-12-17  Vadim Zeitlinrestored WS_EX_TRANSPARENT as otherwise background...
2004-12-16  Robin Dunnreset m_selectionOld when the selection is programatica...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-16  Włodzimierz SkibaSend full url to wxHtmlWindow::OnOpeningURL validation...
2004-12-16  Włodzimierz SkibaFixed typo.
2004-12-16  Włodzimierz SkibawxUniversal fix.
2004-12-16  Włodzimierz SkibaGCC of PalmOS fix.
2004-12-16  Vadim Zeitlinsuppress annoying beeps when enter is pressed in combob...
2004-12-16  Vadim Zeitlinrestored accidentally removed code which deselects...
2004-12-16  Vadim Zeitlinfix memory leak when using styes (closes 1086273)
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-16  Vadim Zeitlinrepaired setting foreground colours for the standard...
2004-12-15  Jouk Jansen Committing in .
2004-12-15  Jouk Jansen Committing in .
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-14  Włodzimierz SkibaFixme removal.
2004-12-14  Vadim Zeitlinmore wxUniv compilation fixes (bug 1085003)
2004-12-14  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_4 == 0
2004-12-13  Włodzimierz Skibamath.h/PI integration
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
next