projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added wxMBConv::Clone() to be able to copy conversion objects polymorphically
[wxWidgets.git]
/
include
/
wx
/
motif
/
2006-03-31
Włodzimierz Skiba
Removed every usage of obsolete wxTLW flags. 2.6 compat...
tree
|
commitdiff
2006-03-24
Włodzimierz Skiba
More null virtuals in wxRadioBoxBase (see: 'Developers_...
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
great copy ctor/assignment operators cleanup by Paul...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
tree
|
commitdiff
2006-01-16
Mart Raudsepp
Move constant strings to .rodata/.data.rel.ro ELF segme...
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
1. moved m_majorDim duplicated in many ports to wxRadio...
tree
|
commitdiff
2005-11-03
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxMotif part).
tree
|
commitdiff
2005-10-19
Julian Smart
Added wxRichTextCtrl
tree
|
commitdiff
2005-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
tree
|
commitdiff
2005-10-06
Włodzimierz Skiba
wxPalette unified. Source cleaning.
tree
|
commitdiff
2005-10-06
Włodzimierz Skiba
wxMotif for OS/2 adjustements. Source cleaning.
tree
|
commitdiff
2005-10-05
Włodzimierz Skiba
wxColour source cleaning. Corrections to 'const unsigne...
tree
|
commitdiff
2005-10-03
Włodzimierz Skiba
Source cleaning. wxMotif/OS2 adjustements.
tree
|
commitdiff
2005-09-30
Mattia Barbon
Implemented wxMenuBar::Insert and wxMenu::Insert.
tree
|
commitdiff
2005-09-30
Mattia Barbon
Simplify preprocessor guards for render tables and new
tree
|
commitdiff
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
tree
|
commitdiff
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
removed #errors in 2.7 compilation
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
enable new font handling (working for i18n applications...
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
re-renamed DoCreate() to XmDoCreateTLW() to avoid virtu...
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
first round of Intel compiler warning fixes: down from...
tree
|
commitdiff
2005-09-25
Michael Wetherell
Compile fixes for the const patch
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-09-20
Vadim Zeitlin
really fix binary backwards compatibility for wxMotif
tree
|
commitdiff
2005-09-19
Vadim Zeitlin
temporarily reverted binary backwards incompatible...
tree
|
commitdiff
2005-09-19
Vadim Zeitlin
temporarily reverted binary backwards incompatible...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
get rid of wxClientDC::m_oldFont, it wasn't really...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
64 bit compilation fix (pointer can't be cast to int...
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
added wxMOTIF_STR() macro casting away string literal...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
unihde base class virtual functions
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
fixed virtual function hiding for LoadBitmap()
tree
|
commitdiff
2005-08-28
Mattia Barbon
Improved wxStaticBox border calculation for wxMotif.
tree
|
commitdiff
2005-08-28
Mattia Barbon
Implement GetMinSize for wxMotif wxButton. Helps...
tree
|
commitdiff
2005-08-18
Mattia Barbon
Fix the condition to always #define wxMOTIF_NEW_FONT_...
tree
|
commitdiff
2005-08-03
Michael Wetherell
Add import/export attributes
tree
|
commitdiff
2005-07-31
Mattia Barbon
Allow displaying Japanese character with wxMotif...
tree
|
commitdiff
2005-06-19
Mattia Barbon
Fix crash on exit with Lesstif (and possibly Motif...
tree
|
commitdiff
2005-04-05
Vadim Zeitlin
give an error if wxMotif is built in Unicode mode ...
tree
|
commitdiff
2005-03-21
Vadim Zeitlin
added orient parameter to wxMDIParentFrame::Tile()
tree
|
commitdiff
2005-03-17
Vadim Zeitlin
implemented wxMenuBar ctor taking array of menus/titles...
tree
|
commitdiff
2005-03-11
Włodzimierz Skiba
Base for wxMessageDialog with common checks for style.
tree
|
commitdiff
2005-03-01
Mattia Barbon
Revert my last commit, GetClientAreaOrigin was alread...
tree
|
commitdiff
2005-02-26
Mattia Barbon
Add implementation for pure virtual method.
tree
|
commitdiff
2005-02-23
Włodzimierz Skiba
Linup API of wxRadioBox::Show on all ports. Move wxRadi...
tree
|
commitdiff
2005-02-21
Włodzimierz Skiba
Consistent wxWindow::Enable with wxRadioBox::Enable...
tree
|
commitdiff
2005-02-16
Vadim Zeitlin
use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY...
tree
|
commitdiff
2005-02-14
Jouk Jansen
Committing in .
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
tree
|
commitdiff
2005-02-10
Włodzimierz Skiba
wxWindow::GetClientAreaOrigin duplicated wxWindowBase...
tree
|
commitdiff
2005-02-09
Jouk Jansen
-------------------------------------------------...
tree
|
commitdiff
2005-02-06
Mattia Barbon
Replaced TRUE and FALSE with true and false
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
tree
|
commitdiff
2004-12-16
Włodzimierz Skiba
Make ComputeScaleAndOrigin() as virtual part of wxDCBas...
tree
|
commitdiff
2004-12-08
Włodzimierz Skiba
wxPaletteBase introduction. wxPalette::GetColoursCount...
tree
|
commitdiff
2004-10-09
Julian Smart
SetSizeHints -> DoSetSizeHints
tree
|
commitdiff
2004-09-30
Václav Slavík
moved wxWindow::GetBestSize implementation into DoGetBe...
tree
|
commitdiff
2004-08-30
Václav Slavík
new stock buttons API
tree
|
commitdiff
2004-08-15
Václav Slavík
added stock buttons support
tree
|
commitdiff
2004-06-28
Mattia Barbon
Compilation fixes.
tree
|
commitdiff
2004-06-19
Mattia Barbon
Remove no longer used header.
tree
|
commitdiff
2004-06-12
Dimitri Schoolwerth
removed SetAutoLayout(true) calls when a corresponding...
tree
|
commitdiff
2004-06-05
Mattia Barbon
Added code for 3 state checkbox.
tree
|
commitdiff
2004-06-03
Václav Slavík
split wxRegion(wxBitmap) ctor into two ctors with clear...
tree
|
commitdiff
2004-05-23
Julian Smart
Use old licence name
tree
|
commitdiff
2004-05-23
Julian Smart
Name and version changes
tree
|
commitdiff
2004-05-22
Mattia Barbon
Do not realize the top level shell that acts as a...
tree
|
commitdiff
2004-05-08
Mattia Barbon
When wxUSE_STL == 1 and STL provides quasi-standard...
tree
|
commitdiff
2004-05-05
Vadim Zeitlin
use ResetClipping() instead of simply setting m_clippin...
tree
|
commitdiff
2004-05-02
Mattia Barbon
Make wxMotif buttons smaller (and nicer) by default,
tree
|
commitdiff
2004-05-01
Mattia Barbon
Native wxControl::DoGetBestSize() implementation
tree
|
commitdiff
2004-05-01
Mattia Barbon
GCC 3.4 fixes.
tree
|
commitdiff
2004-03-22
Vadim Zeitlin
removed wxMotif::wxMenuItem::DeleteSubMenu()
tree
|
commitdiff
2004-03-03
Mattia Barbon
Removed duplicated code.
tree
|
commitdiff
2004-01-31
Mattia Barbon
Added some missing STL-like wxArray/wxArrayString...
tree
|
commitdiff
2004-01-23
Robin Dunn
wxMenu::Append (and similar) now return a pointer to...
tree
|
commitdiff
2003-12-11
Julian Smart
Applied patch [ 828303 ] Slight wxColour cleanup
tree
|
commitdiff
2003-11-16
Mattia Barbon
Changes corresponding to patch #841324 from Ian...
tree
|
commitdiff
2003-10-23
Mattia Barbon
Suboptimal wxColour::CreateByName implementation...
tree
|
commitdiff
2003-10-18
Vadim Zeitlin
replaced all occurences of wxColourDatabase::FindColour...
tree
|
commitdiff
2003-10-14
Mattia Barbon
Implemented wxPopupWindow for wxMotif.
tree
|
commitdiff
2003-10-13
Mattia Barbon
wxMotif now uses wxGLCanvas implementation from wxX11,
tree
|
commitdiff
2003-10-13
Mattia Barbon
Fixes for application not closing after last top...
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
pointer returned by GetNativeFontInfo() is now const...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
tree
|
commitdiff
2003-09-11
Mattia Barbon
No real changes, just refactoring.
tree
|
commitdiff
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
tree
|
commitdiff
2003-08-13
Mattia Barbon
Refactoring: no real changes.
tree
|
commitdiff
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
tree
|
commitdiff
2003-08-09
Václav Slavík
added support for gcc precompiled headers
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
load any files, not only XPMs, in wxIcon(wxIconLocation)
tree
|
commitdiff
2003-07-20
Mattia Barbon
Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
tree
|
commitdiff
2003-07-19
Mattia Barbon
Don't #include Motif headers from src/x11/glcanvas...
tree
|
commitdiff
2003-07-19
Vadim Zeitlin
extracted common code into a single wxfileDialogBase...
tree
|
commitdiff
2003-07-14
Julian Smart
Rationalised OnIdle
tree
|
commitdiff
next