projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix wxExecute() return code checks and removed not working code to open URLs in new...
[wxWidgets.git]
/
src
/
motif
/
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-20
Julian Smart
IsModal() now has the newer meaning (equivalent of...
tree
|
commitdiff
2005-09-19
Vadim Zeitlin
temporarily reverted binary backwards incompatible...
tree
|
commitdiff
2005-09-18
Mattia Barbon
Send wxInitDialogEvent under wxMotif.
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
removed unused variable
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
get rid of wxClientDC::m_oldFont, it wasn't really...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
removed weird comparison of m_oldFont with -1 (this...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
use wxPtrToUInt() instead of casting pointers to int...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
64 bit compilation fix (pointer can't be cast to int...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
removed unused variables and constant
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
tremoved unused variable
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
dialog creation function should be extern C
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
more non-const string literal warnings correction
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
added wxMOTIF_STR() macro casting away string literal...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
clipboard handler must be extern C (Sun CC warning)
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
warning fixes for Sun CC: extern C, non-const string...
tree
|
commitdiff
2005-09-12
Mattia Barbon
Revert change 1.131 which actually broke inital size...
tree
|
commitdiff
2005-08-30
Vadim Zeitlin
better looking fallback resources for IRIX (patch from...
tree
|
commitdiff
2005-08-28
Mattia Barbon
Improved wxStaticBox border calculation for wxMotif.
tree
|
commitdiff
2005-08-28
Mattia Barbon
Remove useless code.
tree
|
commitdiff
2005-08-28
Mattia Barbon
All toplevel windows without the wxNO_BORDER style...
tree
|
commitdiff
2005-08-28
Mattia Barbon
Implement GetMinSize for wxMotif wxButton. Helps...
tree
|
commitdiff
2005-08-24
Mattia Barbon
As reported by Chris Elliott some releases of Lesstif...
tree
|
commitdiff
2005-08-24
Vadim Zeitlin
compilation fix for systems with XtIMSignal
tree
|
commitdiff
2005-08-24
Włodzimierz Skiba
wxUSE_STATTEXT guard.
tree
|
commitdiff
2005-08-22
Mattia Barbon
Compilation fix for Motif 1.2.
tree
|
commitdiff
2005-08-22
Włodzimierz Skiba
Empty string corrections.
tree
|
commitdiff
2005-08-21
Mattia Barbon
Made wxMotif wxFileDialog translatable.
tree
|
commitdiff
2005-08-19
Mattia Barbon
Use default GUI font for wxMessageDialog and wxFileDi...
tree
|
commitdiff
2005-08-19
Jouk Jansen
Committing in .
tree
|
commitdiff
2005-08-18
Mattia Barbon
Avoid some -Wundef warning. Check for __WXGTK__ using...
tree
|
commitdiff
2005-07-31
Mattia Barbon
Allow displaying Japanese character with wxMotif...
tree
|
commitdiff
2005-07-30
Mattia Barbon
Avoid crash when wxGUIAppTraits::GetToolkitInfo is...
tree
|
commitdiff
2005-07-30
Mattia Barbon
Initialize Xt locale handling.
tree
|
commitdiff
2005-07-30
Mattia Barbon
Move per display data cleanup to wxApp::CleanUp where...
tree
|
commitdiff
2005-07-30
Mattia Barbon
Align initial size handling with other ports.
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
removed USE_SHARED_LIBRARY mentions (and all variations...
tree
|
commitdiff
2005-07-12
Mattia Barbon
Applied fix for wxCreateTopLevelRealizedWidget crash.
tree
|
commitdiff
2005-07-03
Mattia Barbon
Applied patch by Johan van Zyl
tree
|
commitdiff
2005-07-03
Mattia Barbon
Applied patch by Johan van Zyl.
tree
|
commitdiff
2005-06-19
Mattia Barbon
Fix crash on exit with Lesstif (and possibly Motif...
tree
|
commitdiff
2005-06-13
Włodzimierz Skiba
'[1219035] cleanup: miscellaneous' and minor source...
tree
|
commitdiff
2005-05-31
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2005-03-21
Vadim Zeitlin
added orient parameter to wxMDIParentFrame::Tile()
tree
|
commitdiff
2005-03-18
Dimitri Schoolwerth
fixed signed/unsigned mismatch warning
tree
|
commitdiff
2005-03-17
Vadim Zeitlin
implemented wxMenuBar ctor taking array of menus/titles...
tree
|
commitdiff
2005-03-17
Jouk Jansen
Committing in .
tree
|
commitdiff
2005-03-11
Włodzimierz Skiba
Base for wxMessageDialog with common checks for style.
tree
|
commitdiff
2005-03-07
Robert Roebling
Applied GetSystemMetric patch to suppurt GTK and...
tree
|
commitdiff
2005-03-05
Mattia Barbon
Use the common wxParseCommonDialogsFilter function
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-26
Mattia Barbon
No real change.
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-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-06
Mattia Barbon
Replaced TRUE and FALSE with true and false
tree
|
commitdiff
2005-01-31
Robert Roebling
Correct link prob.
tree
|
commitdiff
2005-01-26
Stefan Neis
Cleanup for previous bug fix.
tree
|
commitdiff
2005-01-22
Stefan Neis
Blind fix for bug [ 1106890 ] (undeclared symbols on...
tree
|
commitdiff
2005-01-22
Mattia Barbon
Warning fixes.
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
tree
|
commitdiff
2005-01-18
Kevin Hock
Use event modifiers and accessors rather than m_ variab...
tree
|
commitdiff
2005-01-04
Mattia Barbon
Deprecation warning fix.
tree
|
commitdiff
2004-12-21
Włodzimierz Skiba
Metric conversion constants not doubled in each port...
tree
|
commitdiff
2004-12-14
Włodzimierz Skiba
wx/math.h integration
tree
|
commitdiff
2004-12-08
Włodzimierz Skiba
wxPaletteBase introduction. wxPalette::GetColoursCount...
tree
|
commitdiff
2004-12-07
Włodzimierz Skiba
Fix to FIXME about using unused Get/SetOptimization.
tree
|
commitdiff
2004-12-03
Włodzimierz Skiba
wxBrushBase between wxBrush and wxGDIObject (class...
tree
|
commitdiff
2004-11-30
Włodzimierz Skiba
IS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
tree
|
commitdiff
2004-11-08
Włodzimierz Skiba
Get shorter code with new wxRect constructor.
tree
|
commitdiff
2004-09-30
Václav Slavík
moved wxWindow::GetBestSize implementation into DoGetBe...
tree
|
commitdiff
2004-09-29
Robin Dunn
wxSystemSettings::GetMetric returns -1 if the metric...
tree
|
commitdiff
2004-09-29
Václav Slavík
changes to make wxWindow::FindFocus work as expected...
tree
|
commitdiff
2004-08-31
Włodzimierz Skiba
some wxUSE_* macros not used consistently (patch #99245...
tree
|
commitdiff
2004-08-30
Václav Slavík
new stock buttons API
tree
|
commitdiff
2004-08-28
Mattia Barbon
Patch #1003174: Fixes crash when toolbar has a disabl...
tree
|
commitdiff
2004-08-12
Jouk Jansen
Committing in .
tree
|
commitdiff
2004-08-08
David Elliott
Use bool instead of int. Replace TRUE/FALSE with true...
tree
|
commitdiff
2004-08-05
David Elliott
Removed unneeded GSocket files
tree
|
commitdiff
2004-08-04
David Elliott
C->C++ conversion
tree
|
commitdiff
2004-07-30
Vadim Zeitlin
switched to wxEventLoopBase/wxEventLoop implementation...
tree
|
commitdiff
2004-06-28
Mattia Barbon
Compilation fixes.
tree
|
commitdiff
2004-06-24
Jouk Jansen
Committing in .
tree
|
commitdiff
2004-06-05
Mattia Barbon
Added code for 3 state checkbox.
tree
|
commitdiff
2004-06-05
Mattia Barbon
This code is now shared with wxX11: remove.
tree
|
commitdiff
2004-06-03
Václav Slavík
use current mouse position as default position in wxWin...
tree
|
commitdiff
2004-05-25
Julian Smart
Fixes for wxMotif
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-10
Robin Dunn
Add GetOwner accessor and fix wxRTTI inheritance for...
tree
|
commitdiff
2004-05-08
Mattia Barbon
When wxUSE_STL == 1 and STL provides quasi-standard...
tree
|
commitdiff
2004-05-07
Chris Elliott
fix for motif /scintilla bugs
tree
|
commitdiff
2004-05-05
Vadim Zeitlin
use ResetClipping() instead of simply setting m_clippin...
tree
|
commitdiff
next