Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / src /
2006-09-19  Mart RaudseppFix a few warnings that appear with -Wextra (unused...
2006-09-19  Robert Roebling Another RTL fix.
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-09-19  Robert Roebling Fix scrolling bug where client size was reported...
2006-09-18  Vadim Zeitlinrefactor some existing themes methods in a new base...
2006-09-18  Vadim Zeitlinuse native wxImageList for wxUniv, it's a low level...
2006-09-18  Robert Roebling More wxGrid RTL things.
2006-09-18  Robert Roebling Fix compilo under MINGW32
2006-09-18  Robin DunnAdd a couple missing methods
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-18  Robert Roebling Draw 2-pixel width rectangle ourselves, the
2006-09-18  Stefan Csomorfixing notifications
2006-09-18  Václav Slavíkbasic blitting implementation
2006-09-18  Julian SmartRemoved rogue continue statement (bug 1560636)
2006-09-18  Stefan Csomorfixed crash when no status bar is present, conditionals...
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-18  Kevin OllivierFixing compilation on Mac, and attempting to better...
2006-09-17  Robert Roebling [ 1521481 ] wxPathList modernization
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-17  Robert Roebling[ 1558691 ] wxPNGHandler: Preserve palette
2006-09-17  Robert Roebling [ 1559550 ] Fix wxVariant wxDateTime conversion from...
2006-09-17  Robert Roebling [ 1557326 ] Remove redundant code from wxComboCtrl
2006-09-17  Robert Roebling Commit patch [ 1559950 ] fix mem leaks in wx{Dir...
2006-09-17  Robert Roebling Remove debug code.
2006-09-17  Kevin OllivierCommiting re-baked files after wxListCtrl OS X additions.
2006-09-17  Kevin OllivierAccidently checked for invalid image index rather than...
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-16  Kevin OllivierAdding OS X list ctrl implementation file, and listctrl...
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-16  Vadim Zeitlinremove unused any more wxArrayHandlers
2006-09-16  Vadim Zeitlinfix wxGetFreeMemory() for Linux 2.6 (part of patch...
2006-09-15  Julian SmartIf we use a background brush, we _must_ set a colour...
2006-09-15  Stefan Csomoradded Bryan's new icons
2006-09-14  Robin DunnOops, file wasn't saved before last commit
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Stefan Csomormdi fix
2006-09-14  Stefan Csomorcleanup
2006-09-14  Vadim ZeitlinMany changes for wxInputHandler creation mainly related to:
2006-09-14  Robert Roebling More RTL fixes.
2006-09-14  Paul Cornettadd Create to wxDocParentFrame
2006-09-14  Stefan Csomorswitching colors
2006-09-14  Václav Slavíkfixed incorrect passing of bitmap dimensions in DoBlit
2006-09-14  Václav Slavíkadded wxFAIL_MSG to unimplemented SetDepth/Width/Height
2006-09-14  Václav Slavíkimplemented convertion between wxImage and wxBitmap
2006-09-14  Włodzimierz SkibaWarning fix.
2006-09-14  Włodzimierz SkibaMinor cleanup.
2006-09-14  Vadim Zeitlindon't append trailing tab to items which don't have...
2006-09-14  Václav Slavíkadded check for supported depth and 'not implemented...
2006-09-14  Václav Slavíkimplemented wxBitmap::GetSubBitmap()
2006-09-14  Julian SmartFixes bug whereby directory control foreground colour...
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-14  Vadim Zeitlinfix warnings about unused parameters and functions...
2006-09-14  Vadim Zeitlindefine HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while...
2006-09-13  Robert Roebling More RTL work.
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Robin DunnwxStatusBarGeneric is used directly so the header needs...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Paul Cornettminimize code duplication
2006-09-13  Włodzimierz SkibaBuild fix.
2006-09-13  Włodzimierz Skiba[ 1556353 ] [wxOS2] Change derivation to add wxGauge...
2006-09-13  Włodzimierz SkibaBuild fix.
2006-09-13  Paul Cornettdon't include generic/statusbr.h directly
2006-09-13  Václav SlavíkwxTLW::DoRefreshRect must check the rect, too
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-13  Václav Slavíkcorrected painting implementation for wxDFB
2006-09-12  Vadim Zeitlinremove unneeded m_inputHandler initialization (already...
2006-09-12  Paul Cornettgtk_pizza_set_external is redundant
2006-09-12  Paul Cornettcalling GtkPizza base class method on non-GtkPizza...
2006-09-12  Julian SmartSometimes, m_x and m_y don't reflect the true position...
2006-09-12  Julian SmartAdded pango_context_get_language to speed up pango_cont...
2006-09-12  Julian SmartStyle listbox now shows current style
2006-09-12  Robert Roebling Reverse Left and Right meaning of keys.
2006-09-12  Robert Roebling More RTL fixes.
2006-09-12  Václav Slavíklimit clipping to surface area
2006-09-12  Julian SmartSetting the current style from the UI is a mode that...
2006-09-12  Robert Roebling RD forgot to add "Do"
2006-09-11  Václav Slavíkfixed two typos: XLOG2DEV was used instead of YLOG2DEV
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Václav Slavíkimplemented DrawPoint in terms of DrawLine (for now)
2006-09-11  Václav Slavíkremoved tabs and trailing whitespace
2006-09-11  Václav SlavíkwxXML load/save improvements: added ability to not...
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlinuse RTL paragraphs in rich edit control in RTL mode...
2006-09-10  Vadim Zeitlinreturn correct coordinates for child windows from DoGet...
2006-09-10  Vadim Zeitlinfix static box label drawing in RTL locale (patch 1552545)
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinallow wxRB_GROUP to be changed after creation (patch...
2006-09-10  Vadim Zeitlinfix constructing wxRegKey from string names (replaces...
2006-09-10  Vadim Zeitlinclear values of type SQL_C_DATE/TIME too (patch 1541829)
2006-09-10  Vadim Zeitlindon't call ::GetSystemMetrics() unnecessarily in wxGetH...
2006-09-10  Paul Cornettavoid null pointer dereference in DoGetClientSize
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-10  Vadim Zeitlinensure that -2 font size is readable, it could be too...
2006-09-10  Vadim Zeitlinensure that IsDialogMessage() is not called in the...
2006-09-10  Václav Slavíkfixed subcontrols refreshing in wxWindow::Refresh
2006-09-10  Václav Slavíkmake it possible to create wxWindowDC for a hidden...
next