]> git.saurik.com Git - wxWidgets.git/history - src
Missing include.
[wxWidgets.git] / src /
2005-01-17  Włodzimierz SkibaMissing include.
2005-01-17  David ElliottMake this compile on Darwin. Vadim, could you please...
2005-01-17  Vadim Zeitlinadded GenerateNow()
2005-01-17  Vadim Zeitlindisable an apparently harmless VC++ warning about ...
2005-01-17  Vadim Zeitlinmoved fatal exception handling code to msw/main.cpp...
2005-01-17  Vadim Zeitlinadded {debughlp|stackwalk}.{h|cpp}
2005-01-17  Vadim Zeitlinadded wxStackWalker class
2005-01-17  Vadim Zeitlinrefactored wxCrashReport to use new wxDbgHelpDLL class...
2005-01-17  Vadim Zeitlincreated a reusable interface to dbghelp API
2005-01-17  Vadim Zeitlincompilation fixes for !USE_PCH
2005-01-17  Vadim Zeitlinremove obsolete wxUSE_CTL3D code
2005-01-17  Vadim Zeitlinimplement date events here if wxDatePickerCtrl is not...
2005-01-16  Vadim Zeitlinimplemented wxDynamicLibrary::ListLoaded() for Linux...
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2005-01-16  Vadim Zeitlinregenerated to include msw/dlmsw.cpp and datectrl.cpp
2005-01-16  Vadim Zeitlin1. extracted MSW-specific part of wxDynamicLibrary...
2005-01-16  Robert Roebling Use connect_signal_after for list events. This should
2005-01-16  Robert Roebling Applied patch for correct feedback from DND
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-16  Robert Roebling Commited scrollbar patch which sends lineup, linedown
2005-01-16  Robert Roebling Applied patch for rounded rectangle.
2005-01-16  Vadim Zeitlinfixed export of hex values
2005-01-16  Vadim Zeitlinimplemented Export(file)
2005-01-15  Vadim Zeitlinadded mode parameter to wxFFileStream ctors taking...
2005-01-15  Vadim Zeitlinmoved styles logic to MSWGetStyle() (no real changes)
2005-01-15  Vadim Zeitlinremoved obsolete wxUSE_CTL3D
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2005-01-14  David ElliottSplit some of the recent code out to make it more reusable.
2005-01-14  Robin DunnBug fix for [ 1059381 ] Mouse wheel does not work in...
2005-01-14  David ElliottForgot to initialize m_cocoaWxToBoundsTransform = nil;
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-14  Włodzimierz SkibaCommon wxListCtrl control name.
2005-01-13  Robin DunnEnsure that the windows are shown when Initialize is...
2005-01-13  Robin DunnEnsure that the windows are shown when splitting
2005-01-13  Robin Dunnadded a missing \n the source
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
2005-01-12  Julian SmartDon't return a broken accelerator object if the acceler...
2005-01-12  Włodzimierz SkibaShared build fix.
2005-01-12  Włodzimierz SkibaWarning fix and source cleaning.
2005-01-12  Włodzimierz SkibaWarning fix.
2005-01-12  Włodzimierz SkibaDon't overwrite 32bit value with 16bit one.
2005-01-12  David ElliottImplement using NSColor class methods for system colors.
2005-01-12  David ElliottImproved whitespace in GetColour() so I can see what...
2005-01-12  Vadim Zeitlinreset m_hDWP to NULL after calling EndDeferWindowPos()
2005-01-11  Włodzimierz SkibaOld API deprecated. Source cleaning.
2005-01-11  Robin DunnPatch [ 1100272 ] wxFlexGridSizer works wrong when...
2005-01-11  David ElliottRenamed src/cocoa/settings.cpp to settings.mm.
2005-01-11  David ElliottImplemented simplistic ConvertToImage()
2005-01-11  David ElliottCorrected m_depth assignment in CopyFromIcon
2005-01-11  David ElliottImplement CopyFromIcon
2005-01-11  David ElliottReplaced obviously incorrect code for SetFocus and...
2005-01-11  David ElliottRenamed the wxWindowCocoaScroller class to wxWindowCoco...
2005-01-10  David ElliottAdd constructor and Set taking NSColor.
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2005-01-10  Stefan Csomorreverted bitmap depth increases
2005-01-10  David ElliottCorrected some assertions (m_region.m_refData vs. m_ref...
2005-01-10  David ElliottAdded wxMemoryDC::Clear()
2005-01-09  Stefan Csomoroptimizing gauge cpu usage
2005-01-09  Stefan Csomorno message
2005-01-09  Stefan Csomoradded hack for making scrollbars really disappear under...
2005-01-09  Stefan Csomordraw the focus rect ourselves
2005-01-09  Stefan Csomorfixed border calculation
2005-01-08  Vadim Zeitlinimplemented wxIsDebuggerRunning() for Win32
2005-01-08  Robert Roebling Compile fixes for GTK 1.2
2005-01-08  Robert Roebling Applied wxNO_BORDER patch for text control and combo...
2005-01-07  Vadim Zeitlinmade FindWindow() member functions const (this makes...
2005-01-07  Robert Roebling Added way to specify in generic tree control
2005-01-07  Robert Roebling Corrected drag effect for tree control.
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2005-01-07  Vadim Zeitlinharmless unused param warning fix
2005-01-07  Vadim Zeitlincorrected bg colour inheritance once again: only immedi...
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2005-01-07  Stefan CsomorOS X savvy implementation
2005-01-07  Robert Roebling Added wxFopen to the MSLU code.
2005-01-07  Robin DunnFix for Bug 1097510, reset m_selectionOld when the...
2005-01-07  Vadim Zeitlininvalidate bg brush in the beginning of OnSize() to...
2005-01-07  Vadim Zeitlindon't ignore the background colour set for the dialog...
2005-01-07  Vadim Zeitlinuse HasTransparentBackground() to correctly draw the...
2005-01-07  Vadim Zeitlinno changes; just removed some obsolete #ifdefs
2005-01-07  Vadim Zeitlinextracted background painting in a separate function...
2005-01-07  Vadim ZeitlinFreeBSD compilation fixes: rename re_comp and re_exec
2005-01-06  Robert Roebling Added test to fontencoding -> codepage conversion
2005-01-06  Robert Roebling Applied patched for combo box SELECTED events (no
2005-01-06  Włodzimierz SkibaOld API clearly deprecated. Source cleaning.
2005-01-06  Robert Roebling Blind attempt make buttons centered in the generic
2005-01-06  Robert Roebling Second try to commit compilo fix for sizer.cpp
2005-01-06  Włodzimierz SkibaUse stock labels for Smartphone.
2005-01-06  Włodzimierz SkibaLack of accelerators on Smartphones.
2005-01-06  Włodzimierz SkibaeVC3 warning fix.
2005-01-06  Włodzimierz SkibaBuild fix for NOPCH.
2005-01-06  Robert Roebling wxEncodingConverter should and can be compiled
2005-01-06  Robert Roebling #
2005-01-05  Robin DunnSet the window id for key events
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2005-01-05  Włodzimierz SkibawxMSWUniv wxWindowMSW vs. wxWindow fix.
2005-01-05  Włodzimierz SkibaRemoved all duplicated and complicated #ifdefs for...
2005-01-05  Włodzimierz SkibaWarning fix.
2005-01-05  Włodzimierz SkibaMS Smartphone fixes.
2005-01-05  Mattia Barbon Check for end of buffer in wxMemoryInputStream::Peek.
next