]> git.saurik.com Git - wxWidgets.git/history - src
use symbolic constants instead of raw numbers for mouse buttons
[wxWidgets.git] / src /
2003-04-15  Stefan CsomorSkipping Right_down event if generated context menu...
2003-04-14  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-14  David ElliottWhen saving the editable state, use the real state...
2003-04-14  Mattia Barbon Code clanup: removed some useless/unused member
2003-04-14  David ElliottAdded InitMouseEvent helper method (like wxMSW)
2003-04-14  David ElliottCatch and forward the following mouse related events:
2003-04-14  Michael BedwardAdded -w-inl to CFG section to suppress the annoying...
2003-04-14  Vadim Zeitlinsupport raw access to DDBs as well as DIBs
2003-04-14  Vadim Zeitlinadded debug checks
2003-04-14  Vadim Zeitlinfixes for Win95 (where GetObject(DIBSECTION) is broken)
2003-04-13  Julian SmartTest for result of searching for wxID_CANCEL button
2003-04-13  Julian SmartDon't use focus if NULL
2003-04-13  Vadim Zeitlinrenamed GlobalHandle class to GlobalPtr to avoid confli...
2003-04-13  Julian SmartSet wxPendingEvents to NULL after deleting it
2003-04-13  Vadim Zeitlindon't crash in UngetRawData() if it is invalid; fixed...
2003-04-13  Vadim Zeitlinimplemented fallback for AlphaBlend() for the systems...
2003-04-13  Vadim Zeitlindon't return garbage from GetRawBitmap
2003-04-13  Vadim Zeitlinadded missing wxBitmap(w, h, dc) ctor
2003-04-13  Vadim Zeitlinfix alpha premultiplying
2003-04-13  Mattia Barbon Removed conflict markers.
2003-04-13  Vadim Zeitlinpremultiply the colours by the alpha value
2003-04-13  Mattia Barbon Compilation fix.
2003-04-13  Vadim Zeitlinadded wxBitmap::UseAlpha()
2003-04-13  Stefan Csomorsupported controls on toolbar
2003-04-13  David ElliottInclude datacmn.cpp in wxCocoa
2003-04-13  David ElliottRemoved everything since it's now in datacmn.cpp
2003-04-13  David ElliottImplemented Raise()
2003-04-13  Vadim Zeitlinfixed unused variable warning
2003-04-13  Vadim Zeitlinfixes necessary for the default GUI log target to be...
2003-04-13  Vadim Zeitlinfixed yet another printf() format warning
2003-04-13  Vadim Zeitlinfixed a printf() format warning
2003-04-13  Vadim Zeitlinfixed a harmless warning
2003-04-12  Václav Slavíkfixed relative filenames inside ZIP archive
2003-04-12  Václav Slavíkbetter error message
2003-04-12  Václav Slavíkapplied patch to fix tooltips charset
2003-04-12  Václav Slavíkcompilation fix
2003-04-12  Václav Slavíkadded LDFLAGS_GL to makefiles
2003-04-12  Václav Slavíkcompilation fix for gcc
2003-04-12  Stefan Csomorredraw fixes for OSX
2003-04-12  Stefan Csomoradaption to deprecated files
2003-04-12  Vadim ZeitlinUnixWare compilation fix (explicitly declare pthread_mu...
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-04-12  Vadim ZeitlinUnixWare compilation fix (include sys/filio.h)
2003-04-12  Vadim Zeitlinfixed CheckTransparency() for RGBA images
2003-04-11  Václav Slavíkdon't report setlocale failure if trying to set Unicode...
2003-04-11  Robin DunnFixed wxMac's wxTextCtrl::SetSelection so that (-1...
2003-04-11  Vadim Zeitlinfixed bug with searching in sorted arrays
2003-04-11  Vadim Zeitlinuse on gdk_draw_lines() call instead of multiple gdk_dr...
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2003-04-11  Vadim Zeitlincontainers don't always accept focus (patch 718913)
2003-04-11  Julian SmartMoved wxDateTime::TIME_T_FACTOR into datetime.cpp to
2003-04-10  Václav Slavíkdon't use deprecated macros
2003-04-10  Vadim Zeitlinregenerated with tmake after adding datacmn.cpp
2003-04-10  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-10  Vadim Zeitlindon't use deprecated IntToString function
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-10  Vadim Zeitlinset krc to wxKILL_OK on success
2003-04-09  Gilles Depeyrotif we are not in the main thread, output the assert...
2003-04-09  Mattia Barbon Compilation fix (missing headers).
2003-04-09  Mattia Barbon Add tests for XShape extension API in configure,
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
2003-04-09  Julian SmartInclude winable.h for NotifyWinEvent.
2003-04-09  Michael BedwardFixed TARGETDEF usage. Now defined in the parent make...
2003-04-08  Robin DunnTurn off all border styles for the inner window
2003-04-08  Vadim ZeitlinwxMac doesn't use wxTaskBarIcon
2003-04-07  Stefan Csomorexplicit app modality in SetModal
2003-04-07  David ElliottAfter delete wxPendingEventsLocker; wxPendingEventsLoc...
2003-04-07  Mattia Barbon Add GetDrawable convenience function that returns...
2003-04-07  Mattia Barbon Fix some GCC 3.2 -O2 warnings.
2003-04-07  Mattia Barbon Moved m_visual* wxApp[X11] members used by wxBitmap and
2003-04-07  David ElliottDo some sanity checks in DoDrawText to make sure we...
2003-04-07  David ElliottAdded stub for wxIcon(const char **xpm)
2003-04-07  David ElliottRelocate DeviceToLogical[XY], add stub for LogicalToDev...
2003-04-07  David ElliottX11-specific code doesn't work so well on wxCocoa
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  Julian SmartRemoved redundant fixme comment
2003-04-06  Mattia Barbon Remove (now) pointless checks for __WXX11__/__WXMOTIF...
2003-04-06  Julian SmartApplied [ 716064 ] Second part of wxFileCtrl & wxDirCtr...
2003-04-06  Vadim Zeitlinfix bug with not accepting write-only formats in d&d
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-04-06  David ElliottReplace dc.cpp with dc.mm and dcclient.cpp with dc.mm
2003-04-06  David ElliottUse the wxStaticBox::GetBordersForSizer method to get...
2003-04-05  David ElliottAdded GetBordersForSizer(int *bordertop, int *borderOther)
2003-04-05  David ElliottCommented out most the the wxLogDebug
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-05  Václav Slavíkpartially working wxTaskBarIcon for X11
2003-04-05  Václav Slavíkadded taskbarcmn.cpp
2003-04-05  Julian SmartFix for getting all frames from GIF animation
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2003-04-05  Julian SmartAPplied patch [ 705301 ] Don't send event for wxSplitte...
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Václav Slavíkremoved files with empty stubs
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-04-04  Robin DunnHandle checkable items the right way in all cases
2003-04-03  Roger Gammans * rename maxOnOverflow parameter to CoordToRowOrCol...
2003-04-03  Robin DunnCorrection to my new menu code: handle submenus on...
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-04-03  Julian SmartApplied patch [ 709618 ] fixes drawing position in...
2003-04-03  Julian SmartApplied patch [ 708582 ] wxGenericFileDialog & expose...
next