fixed for w/o expat
[wxWidgets.git] / src /
2005-04-16  Ryan Nortonfixed for w/o expat
2005-04-16  Robin DunnAdd docstrings for wxSTC methods
2005-04-16  Robin DunnAdded Python methods to wxStyledTextCtrl that allow...
2005-04-16  Julian SmartImproved spacing
2005-04-16  Michael WetherellNo EOVERFLOW on openbsd
2005-04-16  Stefan NeisFixed child positioning on window resizing.
2005-04-16  Robert Roebling Readded test for wxMenuItem::SetLabel() to sample.
2005-04-16  Stefan NeisMoved enum definition out of function body to work...
2005-04-16  Robert Roebling This should make the GTK statictext control wrap
2005-04-16  Ryan Nortonclean up release unused variable warnings
2005-04-16  Ryan NortonImplement wxMimeTypesManager on mac
2005-04-16  Julian SmartAdded destructor to fix crash on Mac due to focus event...
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-04-16  Julian SmartAPplied patch [ 1182682 ] Fixes wxDebugReportUpload...
2005-04-16  Julian SmartApplied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButto...
2005-04-16  Julian SmartApplied patch [ 1183157 ] Compilation with GCC 4.0
2005-04-16  Ryan Nortonfix for w/o expat
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-16  Robin DunnUse a wxPopupWindow for the AutoComplete box too.
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-04-15  Włodzimierz SkibaBuild fix for wxUSE_FILE=0.
2005-04-15  Włodzimierz SkibaMissing include.
2005-04-15  Włodzimierz SkibaSimpler for readable diffs in future new ports.
2005-04-15  Włodzimierz SkibaSimpler constructor available.
2005-04-15  Julian SmartAnother buffer check
2005-04-15  Julian SmartDon't crash if buffer null
2005-04-15  Julian SmartFixed presumed typo - crash when frame is NULL
2005-04-15  Robin DunnApplied patch [ 1167891 ] wxNotebook display problem...
2005-04-15  Robin DunnFor wxMSW capture and release the mouse as the cursor...
2005-04-15  Robin DunnDon't clip hidden windows from the staticbox's refresh...
2005-04-14  Julian SmartForgot to remove #endif
2005-04-14  Julian SmartTry to find comctl32.dll version even if we don't have...
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif. Is VC++ 4...
2005-04-14  Włodzimierz SkibaComment correction, source cleaning.
2005-04-14  Jouk Jansen Committing in .
2005-04-14  Julian SmartRemoved unnecessary fix (caused by erroneous user code)
2005-04-14  Julian SmartAdded back shlwapi.h inclusion with comment
2005-04-14  Stefan Csomoradding support for wxCB_SORT, SetString and Insert
2005-04-14  Stefan Csomoradding support for wxCB_SORT
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-04-13  Julian SmartLook for help file in Windows if not found elsewhere
2005-04-13  Włodzimierz SkibaOW pedantic warning fix.
2005-04-13  Włodzimierz SkibaSending wxChar* outputs pointer instead of text under...
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO...
2005-04-13  Vadim Zeitlinfixed tests for dashed/dotted pens under OS != NT ...
2005-04-13  Vadim Zeitlindon't break of the loop resetting last focus pointer...
2005-04-13  Julian SmartThe device origin can be set on WinCE, so use it and...
2005-04-13  Julian SmartGetCursorPos returns an error on WinCE, so use GetMessa...
2005-04-13  Robert Roebling Apply Mart R.'s patch for improved font width
2005-04-13  Robert Roebling Correct vertical alignment for lables in static boxes.
2005-04-13  Julian SmartUnnecessary shwlapi.h inclusion removed
2005-04-13  Michael WetherellTemporary compilation fix for wxUSE_INTL=0
2005-04-13  Michael WetherellCompilo fix for wxUSE_INTL=0 and use wxCSConv for broke...
2005-04-13  Stefan Csomormake sure we don't miss resizes even when no sizers...
2005-04-13  Stefan Csomorfixing redraw region
2005-04-13  Kevin OllivierAdding accessor methods for URL and Title, and another...
2005-04-13  Robin DunnAdd room for the scrollbar
2005-04-12  Włodzimierz SkibaFix for using std streams when std:: conflicts with ::
2005-04-12  Włodzimierz SkibaWarning fix.
2005-04-12  Ryan NortonFix CYGWIN socket compilo
2005-04-12  Ryan NortonFix warning on CYGWIN for sockets
2005-04-12  Ryan NortonFix CYGWIN socket compilo
2005-04-12  Ryan NortonCYGWIN socket compilation fixes
2005-04-12  Włodzimierz SkibawxUniv build fix (typo correction).
2005-04-12  Václav Slavíkuse configured scrolling increments (m_scrollLineX...
2005-04-12  Włodzimierz SkibaWinCE build fix (missing style).
2005-04-12  Julian SmartwxFrameBase doesn't have wxRTTI so don't test for it, or
2005-04-12  Robin Dunnchecked in just John's patch, will keep working my...
2005-04-12  Robin DunnGRR! Reverting last change. I broke some things that...
2005-04-12  Robin DunnCopy & paste error
2005-04-12  Robin DunnFixes for wxPopupTransientWindow for wxMSW. Includes...
2005-04-12  Stefan Csomormake sure also toplevel windows have the correct systen...
2005-04-11  Michael WetherellRemove workaround for link problem with versions of...
2005-04-11  Michael WetherellA better workaround for the link problem with mingw...
2005-04-11  Robin Dunnreturn begining of the selection for GetInsertionPoint...
2005-04-11  Mattia Barbon Easy translation of very long strings.
2005-04-11  Stefan Csomorsetting an empty region shouldn't clear the clipping
2005-04-11  Julian SmartChanged version number
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
2005-04-11  Włodzimierz SkibawxUniv build fix.
2005-04-11  Włodzimierz SkibaDo not break twice.
2005-04-11  Ryan Nortonfix wxString::Replace when new strings are longer than...
2005-04-10  Vadim Zeitlinmodified AddFile() to copy file to the debug report...
2005-04-10  Vadim Zeitlinsilently ignore NULL pointers in MSWOnMeasureItem(...
2005-04-10  Vadim Zeitlinfixed MSWGetBgBrush() call, it needs a HWND and not...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinfixed slider positioning/sizing (especially when ticks...
2005-04-10  Vadim Zeitlinput some asserts to check that inconsistent slider...
2005-04-10  Vadim ZeitlinGetParent() was always used in test for wxHSCROLL check...
2005-04-10  Julian SmartHack to make wxStaticBox be repainted when inside a...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-10  Mattia Barbon Correct harmless typos.
2005-04-10  Stefan Csomorchanging the defaults to the app font
2005-04-10  Kevin HockkTXNDoFontSubstitutionMask requires OS X 10.3 (undefine...
2005-04-09  Vadim Zeitlinshow 20 lines of stack in assert, this should still...
2005-04-09  Vadim Zeitlinadded AddText() function (trivial wrapper around AddFil...
2005-04-09  Julian SmartLay buttons out on Windows according to conventions...
2005-04-09  Ryan NortonGet rid of superflous if statement - taken care of...
2005-04-09  Michael WetherellPatch 1173507 by Stas Sergeev. Allow FindFirst to work...
next