projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
m_dialogStyle removed
[wxWidgets.git]
/
include
/
2006-05-15
Mart Raudsepp
Fix compilation
tree
|
commitdiff
2006-05-12
Vadim Zeitlin
fix OpenWatcom warning (patch from Jaakko Salli)
tree
|
commitdiff
2006-05-12
Vadim Zeitlin
correct dll declaration (the classes in the header...
tree
|
commitdiff
2006-05-12
Vadim Zeitlin
added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
tree
|
commitdiff
2006-05-10
Paul Cornett
correct access for virtuals
tree
|
commitdiff
2006-05-10
Vadim Zeitlin
test that wxUSE_DATAVIEWCTRL is defined
tree
|
commitdiff
2006-05-10
Vadim Zeitlin
test that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTR...
tree
|
commitdiff
2006-05-09
Paul Cornett
unused member variables
tree
|
commitdiff
2006-05-09
Vadim Zeitlin
fixes and missing files from the first wxComboControl...
tree
|
commitdiff
2006-05-09
Vadim Zeitlin
mbstate-t related fix for CW8.3 compilation
tree
|
commitdiff
2006-05-09
Vadim Zeitlin
removed spurious trailing commas in enums
tree
|
commitdiff
2006-05-09
Vadim Zeitlin
added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
tree
|
commitdiff
2006-05-08
Vadim Zeitlin
added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
tree
|
commitdiff
2006-05-08
Vadim Zeitlin
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
tree
|
commitdiff
2006-05-08
Vadim Zeitlin
added conversion ctor to create const_iterator from...
tree
|
commitdiff
2006-05-08
Vadim Zeitlin
fixed operator[] in wxUSE_STL build
tree
|
commitdiff
2006-05-08
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-05-08
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-05-08
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-05-08
Vadim Zeitlin
added operator[] for STL builds
tree
|
commitdiff
2006-05-07
Paul Cornett
correct access for virtuals
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
simplify the client data/non standard images handling...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added wxString::EndsWith() (patch 1483049)
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
allow to specify the value for unknown ids in GetXRCID...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added wxTextAttr::Merge (modified patch 1482719)
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added InitCommandEventWithItems() and call it from...
tree
|
commitdiff
2006-05-05
Włodzimierz Skiba
Helper for clipping to range.
tree
|
commitdiff
2006-05-05
Paul Cornett
correct access for virtuals
tree
|
commitdiff
2006-05-05
Włodzimierz Skiba
Tinderbox build fix for wxUnivGTK build.
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
implemented SetItemToolTip()
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
added static Apply(GtkWidget, tip) method
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
renamed m_boxes to m_buttons because, well, it contains...
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
added support for radiobox items tooltips in XRC
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
added Get/SetItemToolTip() (and implemented them for...
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
relay mouse move events to the tooltips even when the...
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
made RelayEvent() static
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
added Remove(HWND); removed unused wParam parameter...
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
implemented declared but never defined resize() method
tree
|
commitdiff
2006-05-04
Jouk Jansen
Committing in .
tree
|
commitdiff
2006-05-03
Vadim Zeitlin
include volume in path returned by GetPathWithSep()
tree
|
commitdiff
2006-05-02
Paul Cornett
correct access specifier for virtuals
tree
|
commitdiff
2006-05-02
Paul Cornett
remove definitions which are already in wx/app.h
tree
|
commitdiff
2006-04-30
Włodzimierz Skiba
Renamed DrawCheckButton due to conflict with existing...
tree
|
commitdiff
2006-04-30
Włodzimierz Skiba
Be nice to eVC++ build process and don't include not...
tree
|
commitdiff
2006-04-30
Włodzimierz Skiba
Warning fixes.
tree
|
commitdiff
2006-04-30
Robert Roebling
Applied patch to add n bitmaps at once to an image
tree
|
commitdiff
2006-04-30
Robert Roebling
Blindly added wxImageList::replace( int, bitmap,...
tree
|
commitdiff
2006-04-30
Robert Roebling
Trying to commit wxDirDialog patch.
tree
|
commitdiff
2006-04-29
Mart Raudsepp
Add virtual keyword where applicable.
tree
|
commitdiff
2006-04-28
Włodzimierz Skiba
Final touch for wxColour <-> wxString and wxColourBase...
tree
|
commitdiff
2006-04-28
Włodzimierz Skiba
Be nice to eVC++ build process and don't include not...
tree
|
commitdiff
2006-04-27
Włodzimierz Skiba
wxTLW::IsAlwaysMaximized() introduction.
tree
|
commitdiff
2006-04-27
Włodzimierz Skiba
Be nice to eVC++ build process and don't include not...
tree
|
commitdiff
2006-04-27
Stefan Csomor
renamed RGBColor setter to avoid former overload being...
tree
|
commitdiff
2006-04-26
Vadim Zeitlin
handle fatal exceptions in the other threads (based...
tree
|
commitdiff
2006-04-26
Robert Roebling
Added wxRenderer method for drawing selection
tree
|
commitdiff
2006-04-26
Vadim Zeitlin
remove the vertical scrollbar completely if the control...
tree
|
commitdiff
2006-04-25
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-04-25
Włodzimierz Skiba
Build fix.
tree
|
commitdiff
2006-04-25
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
Build fix after wxColourBase introduction.
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
Build fix after wxColourBase introduction.
tree
|
commitdiff
2006-04-24
Vadim Zeitlin
don't use invalid/uninitialized iterator in wxList...
tree
|
commitdiff
2006-04-24
Robert Roebling
Committed Jaako's renderer patch
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
wxOS2 build fixes after wxColourBase introduction.
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
tree
|
commitdiff
2006-04-21
Václav Slavík
added comment explaining how to replace calls to deprec...
tree
|
commitdiff
2006-04-21
Vadim Zeitlin
added operator=(unsigned int) overload (should help...
tree
|
commitdiff
2006-04-21
Vadim Zeitlin
made wxCommandEvent::GetInt() return int, not long...
tree
|
commitdiff
2006-04-20
Włodzimierz Skiba
Keep wxPalmOS buildable after changes in wxConvAuto.
tree
|
commitdiff
2006-04-20
Paul Cornett
remove unneeded gdiobj.h files
tree
|
commitdiff
2006-04-19
Robert Roebling
Added style flags for selection mode.
tree
|
commitdiff
2006-04-19
Stefan Csomor
listbox rewrite, cleanup
tree
|
commitdiff
2006-04-19
Stefan Csomor
listbox rewrite
tree
|
commitdiff
2006-04-19
Stefan Csomor
fixing 'id' objc.h collisions, listbox rewrite
tree
|
commitdiff
2006-04-19
Stefan Csomor
fixing 'id' objc.h collisions
tree
|
commitdiff
2006-04-19
Vadim Zeitlin
regenerated using build/update-setup-h to have wxUSE_DI...
tree
|
commitdiff
2006-04-19
Vadim Zeitlin
set wxUSE_DISPLAY to 1 by default
tree
|
commitdiff
2006-04-19
Vadim Zeitlin
put wxUSE_DATAVIEWCTRL in alphabetical order
tree
|
commitdiff
2006-04-18
Robert Roebling
Added some column width contrl code.
tree
|
commitdiff
2006-04-18
Vadim Zeitlin
removed extra semicolon
tree
|
commitdiff
2006-04-18
Robert Roebling
Add wxRenderer::DrawCheckButton for use inside
tree
|
commitdiff
2006-04-17
Vadim Zeitlin
implement Layout() so that sizers work correctly when...
tree
|
commitdiff
2006-04-17
Vadim Zeitlin
added wxStandardPaths::GetDocumentsDir() (patch 1214360)
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
centralized the handling of border styles; added border...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
added wxMenu::AppendSubMenu() to avoid having to specif...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
added virtual dtor to wxHtmlWindowMouseHelper to avoid...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
simplify/cleanup wxTheXXXList and wxGDIObject code...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
create stock GDI objects on demand; use const with...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
added overwrite parameter to wxRenameFile (patch 1467041)
tree
|
commitdiff
2006-04-16
Julian Smart
Changed the wxPlatform syntax as per Vadim's suggestions
tree
|
commitdiff
2006-04-15
Vadim Zeitlin
removed unneeded reverse_iterator::operator->() which...
tree
|
commitdiff
2006-04-15
Julian Smart
Easier platform testing class and function
tree
|
commitdiff
2006-04-15
Vadim Zeitlin
added wxString::rbegin() and rend()
tree
|
commitdiff
2006-04-15
Robin Dunn
IsStandard needs to check m_type, not m_format
tree
|
commitdiff
2006-04-15
Robin Dunn
Give wxDataObjectComposite a way to report what kind...
tree
|
commitdiff
2006-04-14
Václav Slavík
use public inheritance when deriving from wxHtmlWindowM...
tree
|
commitdiff
2006-04-14
Włodzimierz Skiba
HitTest is not deprecated.
tree
|
commitdiff
2006-04-14
Vadim Zeitlin
added wxGTK_CONV_FONT/ENC
tree
|
commitdiff
next