projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
avoid flicker in methods which don't change listbox size by not calling XtUnmanage...
[wxWidgets.git]
/
src
/
univ
/
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
1. fixed compilation after wxList::compatibility_iterat...
tree
|
commitdiff
2006-03-15
Włodzimierz Skiba
Warning fixes.
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-03-11
Julian Smart
Fix crash caused by last change
tree
|
commitdiff
2006-03-11
Julian Smart
Applied patch [ 1428990 ] wxUniv: patch for toolbar...
tree
|
commitdiff
2006-02-12
Michael Wetherell
Warning fixes for VC5 (Igor Korot)
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
added generation of wxEVT_SCROLL_XXX (patch 1424698)
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Blind fixes for warnings in wxTinderbox.
tree
|
commitdiff
2006-01-18
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-01-17
Julian Smart
Applied patch [ 1344168 ] wxUniv (on MSW) IM input...
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
implemented IsItemEnabled/Shown()
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
1. moved m_majorDim duplicated in many ports to wxRadio...
tree
|
commitdiff
2005-11-20
Dimitri Schoolwerth
applied patch #1356901 "Yet another removal of extra...
tree
|
commitdiff
2005-11-19
Mart Raudsepp
Spelling fixes from Andreas Mohr (patch #1360064)
tree
|
commitdiff
2005-10-26
Włodzimierz Skiba
Source cleaning.
tree
|
commitdiff
2005-10-18
Włodzimierz Skiba
compilation fix after wxScrollHelper changes (ctor...
tree
|
commitdiff
2005-10-18
Vadim Zeitlin
compilation fix after wxScrollHelper changes (ctor...
tree
|
commitdiff
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-08-24
Włodzimierz Skiba
[1267725] Wrong operator for logical/bitwise operation
tree
|
commitdiff
2005-08-06
Michael Wetherell
Needs to refresh the affected parts when resized but...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
corrected event type for standalone scrollbars (patch...
tree
|
commitdiff
2005-06-16
Julian Smart
Applied patch [ 1217285 ] fix for bug 1040539
tree
|
commitdiff
2005-05-31
Julian Smart
Replaced embedded images
tree
|
commitdiff
2005-05-31
Julian Smart
Olly Betts' typo patch
tree
|
commitdiff
2005-05-18
Michael Wetherell
Let the menubar see a menu's keyboard events, and reset...
tree
|
commitdiff
2005-05-16
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2005-05-14
Michael Wetherell
wxPopupTransientWindow::Popup no longer captures the...
tree
|
commitdiff
2005-05-06
Michael Wetherell
On x11 another control may already have the mouse captu...
tree
|
commitdiff
2005-04-17
Julian Smart
Temporary wxUniv menu fix from Michael Wetherell
tree
|
commitdiff
2005-04-11
Włodzimierz Skiba
wxUniv build fix.
tree
|
commitdiff
2005-03-27
Vadim Zeitlin
added wxTE_BESTWRAP style (which is the default now...
tree
|
commitdiff
2005-03-17
Vadim Zeitlin
implemented wxMenuBar ctor taking array of menus/titles...
tree
|
commitdiff
2005-02-27
Julian Smart
Added GetBitmap, GetIcon to wxImageList
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-20
Vadim Zeitlin
added OnSysColourChanged() (modified patch 1103439)
tree
|
commitdiff
2005-02-19
Vadim Zeitlin
VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
tree
|
commitdiff
2005-02-16
Włodzimierz Skiba
wxPoint/Size/Rect() causes the same code with (0,0...
tree
|
commitdiff
2005-02-15
Vadim Zeitlin
(blind) fix for virtual function hiding warning
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
tree
|
commitdiff
2005-02-11
Włodzimierz Skiba
Various cleanings.
tree
|
commitdiff
2005-02-10
Włodzimierz Skiba
wxEmptyString decorations.
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
MinGW warning fix.
tree
|
commitdiff
2005-01-18
Kevin Hock
For efficiency reasons, text controls no longer set...
tree
|
commitdiff
2005-01-18
Kevin Hock
Use event modifiers and accessors rather than m_ variab...
tree
|
commitdiff
2005-01-12
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2005-01-07
Vadim Zeitlin
harmless unused param warning fix
tree
|
commitdiff
2004-12-20
Vadim Zeitlin
fixed dragging scrollbar in wxUniv: use wxMouseEvent...
tree
|
commitdiff
2004-12-12
Vadim Zeitlin
delete children in ~wxWindow dtor and not in the base...
tree
|
commitdiff
2004-12-09
Julian Smart
Added further 'missing' wxTextCtrl-like functions to...
tree
|
commitdiff
2004-11-22
Włodzimierz Skiba
GCC fixes.
tree
|
commitdiff
2004-11-22
Włodzimierz Skiba
Fix the assert of not reset highlighted menu item pointer.
tree
|
commitdiff
2004-11-19
Włodzimierz Skiba
Sorting fixes to wxUniv wxCombo/ListBox [part of bug...
tree
|
commitdiff
2004-11-19
Włodzimierz Skiba
Do not make bitmap buttons with standard width (like...
tree
|
commitdiff
2004-11-18
Włodzimierz Skiba
3rd state in checkboxes for wxUniv [closes bug#1040585].
tree
|
commitdiff
2004-11-15
Włodzimierz Skiba
Vertical tabs orientation in gtk renderer of wxUniv.
tree
|
commitdiff
2004-11-15
Włodzimierz Skiba
Partial fix to bug #1040607: support for vertical orien...
tree
|
commitdiff
2004-11-15
Włodzimierz Skiba
wxUniv use wxBU flags [bug #1040584]
tree
|
commitdiff
2004-11-05
Włodzimierz Skiba
Warning fixes to unused variables, int/wxChar keycode...
tree
|
commitdiff
2004-11-05
Włodzimierz Skiba
Simplify wxRect construction at the wxPoint(0,0) with...
tree
|
commitdiff
2004-11-05
Włodzimierz Skiba
Simplify wxRect construction at the wxPoint(0,0) with...
tree
|
commitdiff
2004-08-30
Václav Slavík
new stock buttons API
tree
|
commitdiff
2004-08-23
Włodzimierz Skiba
Fixed sending events by submenus.
tree
|
commitdiff
2004-08-16
Chris Elliott
fixes bug when closing mdi frame with >5 children
tree
|
commitdiff
2004-08-10
Włodzimierz Skiba
Cleaning of sources (Univ related files). -1/TRUE/FALSE...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
added status bar fields styles support (patch 988292)
tree
|
commitdiff
2004-07-23
Vadim Zeitlin
implemented HitTest() for GTK2; test it in the sample
tree
|
commitdiff
2004-07-19
Włodzimierz Skiba
Fixes for wxUSE_STATUSBAR.
tree
|
commitdiff
2004-06-20
Chris Elliott
fix bug with univ creating textctrl
tree
|
commitdiff
2004-05-30
Dimitri Schoolwerth
partially applied patch #895170: "Building with minimal...
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-03-30
David Elliott
Instead of m_menuBar use GetMenuBar() which will be...
tree
|
commitdiff
2004-03-19
Jouk Jansen
Committing in .
tree
|
commitdiff
2004-03-19
Jouk Jansen
Committing in .
tree
|
commitdiff
2004-02-25
Julian Smart
Applied patch [ 903619 ] Win64 and Itanium support
tree
|
commitdiff
2004-02-12
Robin Dunn
Fixed to use wxNcPaintEvent types where needed
tree
|
commitdiff
2004-02-08
Julian Smart
Applied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
tree
|
commitdiff
2004-02-08
Julian Smart
Applied patch [ 892511 ] wxUniversal: fix of segfault...
tree
|
commitdiff
2004-02-07
Vadim Zeitlin
Digital Mars compilation warnings and Unicode fixes...
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
2004-01-15
Julian Smart
Reverted patch [ 832096 ] Final separation for GUI...
tree
|
commitdiff
2004-01-13
Julian Smart
Improved colours in wxUniv -- white (window colour...
tree
|
commitdiff
2004-01-11
Julian Smart
Applied patch [ 832096 ] Final separation for GUI and...
tree
|
commitdiff
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
tree
|
commitdiff
2003-10-16
Vadim Zeitlin
use ShouldInheritColours()
tree
|
commitdiff
2003-10-08
Vadim Zeitlin
renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
tree
|
commitdiff
2003-09-18
Julian Smart
Applied patch [ 808050 ] fixes for WXUNIVERSAL and...
tree
|
commitdiff
2003-09-13
Mattia Barbon
wxUniversal STL-ification.
tree
|
commitdiff
2003-09-01
Jouk Jansen
Committing in .
tree
|
commitdiff
2003-08-24
Julian Smart
Worked around a problem whereby the MSW _native_ horiz...
tree
|
commitdiff
2003-08-21
Mattia Barbon
Warning fixes.
tree
|
commitdiff
2003-08-20
Vadim Zeitlin
created wxBookCtrl which will be tje base class for...
tree
|
commitdiff
next