2006-08-10 |
Vadim Zeitlin | fixes for SetRange(): ensure that the value is valid... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | added NormalizeValue() which can be used to ensure... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | Added wxID_PAGE_SETUP standard id |
tree | commitdiff |
2006-08-09 |
Václav Slavík | moved wxIcon implementation for ports where it's identi... |
tree | commitdiff |
2006-08-09 |
Michael Wetherell | Detect and use sys/select.h required by POSIX for select |
tree | commitdiff |
2006-08-09 |
Stefan Csomor | adding new files |
tree | commitdiff |
2006-08-09 |
Stefan Csomor | fixing code for shared mach-o builds (removing no-ops) |
tree | commitdiff |
2006-08-09 |
Stefan Csomor | simplifying alpha, adding commented part for high-res... |
tree | commitdiff |
2006-08-09 |
Stefan Csomor | fixing y-transformations |
tree | commitdiff |
2006-08-08 |
Václav Slavík | fixed SetBackground's argument check |
tree | commitdiff |
2006-08-08 |
Václav Slavík | fixed gcc warnings about wrong format string |
tree | commitdiff |
2006-08-08 |
Václav Slavík | added wxRect::Inside(wxRect) for testing if a rectangle... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | 1. made wxImage compile with wxUSE_STREAMS but without... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | wxPipeInputStream depends on wxFile, use wxUSE_FILE |
tree | commitdiff |
2006-08-08 |
Václav Slavík | safer GetFeature implementation: assert on unknown... |
tree | commitdiff |
2006-08-07 |
Robin Dunn | Change Fit() back to using SetSize, not SetClientSize. |
tree | commitdiff |
2006-08-06 |
Stefan Neis | Fixed (?) problem in region handling which caused major... |
tree | commitdiff |
2006-08-06 |
Vadim Zeitlin | unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH... |
tree | commitdiff |
2006-08-06 |
Angel Vidal Veiga | Backporting from my SoC branch, fix for remotely closed... |
tree | commitdiff |
2006-08-05 |
Mart Raudsepp | Warning fix. |
tree | commitdiff |
2006-08-05 |
Mart Raudsepp | Mark event parameter as unused, as it is unused. |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | ListLoaded() fixes for 64 bit archs |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | device numbers in /proc/pid/maps are in hexadecimal... |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | only multiline text controls need Enter key for themselves |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-01 |
Robert Roebling | Do nothing in wxTLW::Show() if t already is |
tree | commitdiff |
2006-08-01 |
Włodzimierz Skiba | Removed unused Symantec (*.sc) build system. Symantec... |
tree | commitdiff |
2006-08-01 |
Václav Slavík | fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS |
tree | commitdiff |
2006-08-01 |
Stefan Csomor | on mac using macroman only created once a successful... |
tree | commitdiff |
2006-08-01 |
Włodzimierz Skiba | Removed all outdated makefile.dos and their *.msc include. |
tree | commitdiff |
2006-08-01 |
Václav Slavík | compilation fix for !wxUSE_LOG |
tree | commitdiff |
2006-07-31 |
Vadim Zeitlin | release build unused variable warning fix |
tree | commitdiff |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | made the rest of wxEncodingConverter tables const |
tree | commitdiff |
2006-07-31 |
Václav Slavík | warnings fixes for !wxUSE_FONTMAP |
tree | commitdiff |
2006-07-31 |
Václav Slavík | compilation fix for !wxUSE_FONTMAPstrconv.cpp |
tree | commitdiff |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | wxFileModificationTime() needs wxDateTime, put it insid... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
tree | commitdiff |
2006-07-31 |
Benjamin Williams | supress unused var warning |
tree | commitdiff |
2006-07-31 |
Benjamin Williams | wrapped up Show() calls to prevent gtk bug from manifesting |
tree | commitdiff |
2006-07-31 |
Mart Raudsepp | Don't use filename encoding conversion when passing... |
tree | commitdiff |
2006-07-30 |
Vadim Zeitlin | reverted the move of wxComboBox styles from wx/defs... |
tree | commitdiff |
2006-07-30 |
Benjamin Williams | workaround for bug #1531361 |
tree | commitdiff |
2006-07-30 |
Robert Roebling | Next compilo. |
tree | commitdiff |
2006-07-30 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | add @DATE@, @TIME@ and @TITLE@ macros to HTML printing... |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | compilation fix for wxUSE_DYNLIB_CLASS == 0 |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
tree | commitdiff |
2006-07-29 |
Robin Dunn | Only do Armel Asselin's memory reduction patch in Paste... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | removed wxLANGUAGE_SERBIAN, we must explicitly use... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | allow changing the page from keyboard in property sheet... |
tree | commitdiff |
2006-07-28 |
Benjamin Williams | wxaui/tabmdi size fix for gtk |
tree | commitdiff |
2006-07-28 |
Václav Slavík | reverted the change to not use wxList until dynarray... |
tree | commitdiff |
2006-07-27 |
Václav Slavík | don't use untyped wxList in wxXmlResource |
tree | commitdiff |
2006-07-27 |
Włodzimierz Skiba | Include wx/dataobj.h according to precompiled headers... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Kill typo noticed by Priit Laes. |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Don't mark "." and ".." for translation when they are... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Use wxPLURAL to allow for singular "%ld bytes" version... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | [wxGTK] Implement wxSlider::GetLineSize and wxSlider... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Use GTK casts. |
tree | commitdiff |
2006-07-26 |
Vadim Zeitlin | remove debugging printf() from wxGridCellFloatEditor... |
tree | commitdiff |
2006-07-26 |
Jamie Gadd | PCH build fix. |
tree | commitdiff |
2006-07-26 |
Jamie Gadd | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to... |
tree | commitdiff |
2006-07-25 |
Alex Bligh | Work around problems with sizing floating panes on GTK |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | added possibility to strip only mnemonics, not accels... |
tree | commitdiff |
2006-07-25 |
Alex Bligh | wxAUI: fixed pane saving design thinko |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | [ 1528248 ] Fix to the width of the wxGenericColourButton |
tree | commitdiff |
2006-07-25 |
Alex Bligh | wxAUI: Support serialization of individual PaneInfo... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Jamie Gadd | Make wxTreebook use wxControlContainer. |
tree | commitdiff |
2006-07-25 |
Jamie Gadd | Warning fix for the warning fix. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Allow wxUSE_INTL==0 builds. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Simplify PCH support. Minor source cleaning. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | include X11/Xutil.h for wxMotif compilation |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | compilation fix for platforms where size_t is unsigned... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | improvements to wxPickerBase default proportion values... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | make wxGetKeyState() work for non-modifier keys; correc... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | wxPathList cleanup by Francesco (patch 1521481) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | generate middle click events (patch 1521314) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | don't send duplicate set/kill focus events when the... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | wxFD_PREVIEW implementation for wxGTK (slightly modifie... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | fixed typos in last check in |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | protect gs_allThreads with a mutex (modified patch... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | do nothing in Refresh() if the control is frozen |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | call DoDirtyProcessing() from OnIdle() instead of using... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | check that the stream is valid before using it in Load... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | add default value for the encoding parameter of wxMacCF... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added HasHandlerForPath() (modified patch 1514524) |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | wxUSE_GUI == 0 compilation fix (patch 1501724) |
tree | commitdiff |
next |