2006-08-13 |
Vadim Zeitlin | fixed SetSelection(-1) for controls with multiple selec... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | added wxULongLong::ToDouble() (patch 1531597) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | F4 key also toggles combobox popup under MSW |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | better key handling for MSW and GTK (patch 1526666) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | added wxDir::FindFirst() (modified patch 1525502) |
tree | commitdiff |
2006-08-12 |
Paul Cornett | use GDK to convert pixmap to RGB for wxImage |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | adding support for embedded controls in native toolbar |
tree | commitdiff |
2006-08-11 |
Paul Cornett | change deprecated gdk_image_get to gdk_drawable_get_image |
tree | commitdiff |
2006-08-11 |
Václav Slavík | compilation fix for compilation w/o precompiled headers |
tree | commitdiff |
2006-08-11 |
Paul Cornett | code simplification and minor cleanup |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | compilo introduced fixed |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | removing non-compositing code, adding individual transp... |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | fix for 64 bit |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | removing code for pre 10.3 systems |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | we're always compositing |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | fixing compilo for 10.5 |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | committing the code for resolution independence (turned... |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | we are always compositing on the supported OS versions |
tree | commitdiff |
2006-08-11 |
Stefan Csomor | we are always compositing on the supported OS versions |
tree | commitdiff |
2006-08-10 |
Paul Cornett | revert unintended checkin of experimental change to... |
tree | commitdiff |
2006-08-10 |
Paul Cornett | avoid using deprecated gdk_image_new_bitmap() |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | removed wxHtmlWindow::m_Style which duplicated wxWindow... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
tree | commitdiff |
2006-08-10 |
Václav Slavík | compilation fix for compilation w/o precompiled headers |
tree | commitdiff |
2006-08-10 |
Václav Slavík | moved mgl/colour.{cpp,h} to generic so that it can... |
tree | commitdiff |
2006-08-10 |
Stefan Csomor | using newer API |
tree | commitdiff |
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 |
next |