projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
shuffling code back from eventloop to common app utils
[wxWidgets.git]
/
src
/
os2
/
2010-03-20
Vadim Zeitlin
Add wxMessageDialog::GetEffectiveIcon() and use it...
tree
|
commitdiff
2010-01-23
Vadim Zeitlin
Refactor owner-drawing code.
tree
|
commitdiff
2009-09-28
Bryan Petty
Forward port of r62191 to SVN trunk fixing regression...
tree
|
commitdiff
2009-09-16
Vadim Zeitlin
Allow creating wxSingleInstanceChecker with default...
tree
|
commitdiff
2009-09-13
Stefan Neis
Be more paranoid about parent window possibly being...
tree
|
commitdiff
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
tree
|
commitdiff
2009-08-17
Vadim Zeitlin
Cleanly separate GUI socket-related code from net library.
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
tree
|
commitdiff
2009-07-20
Vadim Zeitlin
Put braces around all calls to wxLogFunctions() inside...
tree
|
commitdiff
2009-07-11
Vadim Zeitlin
Added wxThread::GetMainId().
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
don't call OnWriteWaiting() if we lost connection in...
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
change wxSocketInputBasedManager::AddInput() to take...
tree
|
commitdiff
2009-06-14
Vadim Zeitlin
preparation work for implementing images support in...
tree
|
commitdiff
2009-06-10
Vadim Zeitlin
add virtual DoGetTextExtent() to allow calling the...
tree
|
commitdiff
2009-05-09
Vadim Zeitlin
remove another occurrence of FindSuitableParent
tree
|
commitdiff
2009-05-09
Vadim Zeitlin
remove wxMSW-specific FindSuitableParent() and use...
tree
|
commitdiff
2009-03-22
Vadim Zeitlin
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
tree
|
commitdiff
2009-03-21
Vadim Zeitlin
first round of debug/release merge: introduce wxDEBUG_L...
tree
|
commitdiff
2009-03-14
Francesco Montorsi
add wxSize overloads to wxBitmap ctors and to wxBitmap...
tree
|
commitdiff
2009-03-02
Vadim Zeitlin
added wxTextEntry::DoGetValue() to allow returning...
tree
|
commitdiff
2009-02-25
Francesco Montorsi
try to clear the device/logical unit fog; remove unused...
tree
|
commitdiff
2009-02-22
Stefan Neis
Various compilation fixes.
tree
|
commitdiff
2009-02-21
Stefan Neis
Added wxSingleInstanceChecker for OS/2 (patch #10491).
tree
|
commitdiff
2009-02-15
Francesco Montorsi
second part of #10320: move wxApp event handling functi...
tree
|
commitdiff
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
tree
|
commitdiff
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
tree
|
commitdiff
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
tree
|
commitdiff
2009-02-03
Vadim Zeitlin
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
tree
|
commitdiff
2009-01-20
Vadim Zeitlin
set m_isBeingDeleted to true (only) in SendDestroyEvent...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
tree
|
commitdiff
2009-01-07
Francesco Montorsi
s/wxSplitPath/wxFileName::SplitPath
tree
|
commitdiff
2008-12-29
Francesco Montorsi
use a common m_isInsideYield flag instead of static...
tree
|
commitdiff
2008-12-27
Francesco Montorsi
remove the long deprecated wxTabCtrl class
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
don't use the client data for storing wxOwnerDrawn...
tree
|
commitdiff
2008-11-29
Vadim Zeitlin
add safe wxStrlcpy() function and replaced all wxStrncp...
tree
|
commitdiff
2008-11-28
Vadim Zeitlin
make wxSocketImplUnix inherit from wxFDIOHandler as...
tree
|
commitdiff
2008-11-28
Vadim Zeitlin
rename various gsock* files to sock* (except for MSW...
tree
|
commitdiff
2008-11-28
Vadim Zeitlin
Streamline wxSocket code: wxSocketBase now uses wxSocke...
tree
|
commitdiff
2008-11-26
Vadim Zeitlin
move wx/gsocket.h to wx/private/gsocket.h
tree
|
commitdiff
2008-11-15
Francesco Montorsi
make GetPaperRect() and GetResolution() const functions
tree
|
commitdiff
2008-11-09
Francesco Montorsi
another wxFont OS2 blind build fix
tree
|
commitdiff
2008-11-08
Francesco Montorsi
blind fix based on buildbot logs
tree
|
commitdiff
2008-11-07
Francesco Montorsi
fix build
tree
|
commitdiff
2008-11-03
Francesco Montorsi
fix the incoherence pointed out by ifacecheck between...
tree
|
commitdiff
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
tree
|
commitdiff
2008-10-08
Stefan Neis
Fixed header file conflict.
tree
|
commitdiff
2008-10-08
Stefan Neis
Added missing include.
tree
|
commitdiff
2008-09-25
Francesco Montorsi
provide backward-compat wxCursor(int) ctor; remove...
tree
|
commitdiff
2008-09-24
Francesco Montorsi
use wxStockCursor (as documented and as already impleme...
tree
|
commitdiff
2008-08-13
Paul Cornett
move notebook event definition to common code
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
use a single wxBookCtrlEvent class for all wxBookCtrlBa...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
add PostSizeEvent() and use it in wxMSW status bar...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
move SendSizeEvent() down to wxWindow from wxFrame...
tree
|
commitdiff
2008-06-15
Stefan Neis
Fixed wxDoSetEnv (ticket # 9588).
tree
|
commitdiff
2008-06-08
Vadim Zeitlin
deprecate wxDC::SetClippingRegion(wxRegion) overload...
tree
|
commitdiff
2008-05-17
Stefan Neis
Fixed wxWindowOS2::Reparent.
tree
|
commitdiff
2008-05-17
Stefan Neis
Added missing #include.
tree
|
commitdiff
2008-05-16
Stefan Neis
Ensure that wxApp::Yield is always processing pending...
tree
|
commitdiff
2008-04-12
Vadim Zeitlin
wxThread::Sleep() is the same as wxMilliSleep() on...
tree
|
commitdiff
2008-04-09
Stefan Neis
Added missing (trivial) implementation file for wxMiniF...
tree
|
commitdiff
2008-03-29
Stefan Neis
Linker fixes for OS/2 build.
tree
|
commitdiff
2008-03-29
Stefan Neis
OS/2 port: reorganized wxBitmap/wxBitmapHandler classes...
tree
|
commitdiff
2008-03-28
Francesco Montorsi
add more pure virtuals to wxBrushBase; fix the GetColou...
tree
|
commitdiff
2008-03-25
Francesco Montorsi
reorganized wxBitmap/wxBitmapHandler classes to use...
tree
|
commitdiff
2008-03-23
Stefan Neis
Updated brush/pen implementation for OS/2 to current...
tree
|
commitdiff
2008-03-20
Francesco Montorsi
make the Pen/Brush code backward compatible as discusse...
tree
|
commitdiff
2008-03-17
Francesco Montorsi
some more build fix for wxPen/wxBrush style changes
tree
|
commitdiff
2008-03-16
Francesco Montorsi
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
tree
|
commitdiff
2008-03-16
Francesco Montorsi
introduce wxBrushStyle enum and replace 'int style...
tree
|
commitdiff
2008-01-19
Stefan Neis
Fixed OS/2 compilation after wxDC changes
tree
|
commitdiff
2008-01-19
Stefan Neis
Applied patch #1875242 - fixing more bugs related to...
tree
|
commitdiff
2008-01-18
Stefan Neis
Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556...
tree
|
commitdiff
2008-01-14
Paul Cornett
make XPM data pointer parameter fully const
tree
|
commitdiff
2008-01-12
Stefan Neis
Some wxOS2 compilation fixes after wxDC changes
tree
|
commitdiff
2008-01-12
Stefan Neis
Fixed compilation.
tree
|
commitdiff
2008-01-12
Stefan Neis
Implemented wxGDIObject::Create/CloneGDIRefData() for...
tree
|
commitdiff
2008-01-12
Stefan Neis
Removed constructor already defined in header.
tree
|
commitdiff
2008-01-12
Stefan Neis
derive wxColourBase from wxObject on os2 as well
tree
|
commitdiff
2008-01-06
Stefan Neis
Allow using socket from both wxBase and wxCore (adoptin...
tree
|
commitdiff
2008-01-06
Stefan Neis
Adopted OS/2 to DC reorganisation (r50348).
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
move Freeze() and Thaw() to wxWindowBase to ensure...
tree
|
commitdiff
2007-12-29
Julian Smart
Added automatic dialog scrolling ability
tree
|
commitdiff
2007-12-22
Vadim Zeitlin
unset the window as invoking window of wxCurrentPopupMe...
tree
|
commitdiff
2007-12-20
Julian Smart
Corrected wxRTTI for wxNotebook so dynamic casting...
tree
|
commitdiff
2007-12-19
Vadim Zeitlin
more socket cleanup to allow using wxSocket from both...
tree
|
commitdiff
2007-12-17
Paul Cornett
add MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
tree
|
commitdiff
2007-12-15
Vadim Zeitlin
Fix Ok/IsOk() mess in wxGDIObject-derived classes;...
tree
|
commitdiff
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
tree
|
commitdiff
2007-11-18
Stefan Neis
Use new wxTextEntry implementation on OS/2.
tree
|
commitdiff
2007-11-18
Stefan Neis
Added wxTextEntry implementation for OS/2.
tree
|
commitdiff
2007-11-18
Stefan Neis
Fixed argument handling.
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
allow to optionally use vendor name component in standa...
tree
|
commitdiff
2007-11-11
Stefan Neis
Avoid passing wxChar* to API functions (patch #1830017).
tree
|
commitdiff
2007-11-11
Stefan Neis
Avoid deprecation warnings for ::IsEmpty (patch #1829909)
tree
|
commitdiff
2007-11-11
Stefan Neis
Avoid deprecation warnings for GetText (patch #1829903)
tree
|
commitdiff
2007-11-08
Stefan Neis
Compilationf fixes according to patch #1828105.
tree
|
commitdiff
2007-11-07
Stefan Neis
Fixed compilation error (patch #1827541).
tree
|
commitdiff
2007-10-06
Vadim Zeitlin
always return wxString from wxGetUserHome() instead...
tree
|
commitdiff
next