2005-01-31 |
Vadim Zeitlin | apparently unneeded temporary iterator variable removed... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | replaced a weird (and wrong when wxUSE_STL == 1) test... |
tree | commitdiff |
2005-01-31 |
Robert Roebling | Correct link prob. |
tree | commitdiff |
2005-01-31 |
Włodzimierz Skiba | Enhanced wxGetStockLabel() with parameters which replac... |
tree | commitdiff |
2005-01-31 |
Robert Roebling | Set state of internal thread object upon ::Exit |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | fixed the checked flag value for events from check... |
tree | commitdiff |
2005-01-31 |
Włodzimierz Skiba | Native wxStaticText. Cleaning of wxRadioBox code before... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | fixed bug in Set() on DST days (patch 1097811) |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS,... |
tree | commitdiff |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
tree | commitdiff |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Applied selection patch from G.R. |
tree | commitdiff |
2005-01-30 |
Kevin Ollivier | Added support for wxID_CONTEXT_HELP to wxStdDialogButto... |
tree | commitdiff |
2005-01-30 |
Kevin Ollivier | Fixed a long-standing issue where wxSlider controls... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | use custom class which doesn't redraw everything on... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | moved Begin/EndDeferWindowPos() calls to WM_SIZE handle... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | fixed typo in last commit |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Use wxEXEC_NODISABLE while querying CUPS about printers. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | I changed something, but I forgot what. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Applied popup patch for deleting the handlers |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Applied IM patch. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Commited SetHilightDropEffect patch. |
tree | commitdiff |
2005-01-29 |
Kevin Hock | Make list consistent with tree in terms of Vetoed chang... |
tree | commitdiff |
2005-01-29 |
Vadim Zeitlin | do reset m_count to 0 after deleting all the items... |
tree | commitdiff |
2005-01-29 |
Vadim Zeitlin | (blind) compilation fixes for OS X 10.2 |
tree | commitdiff |
2005-01-29 |
Robert Roebling | One more place where we need to use connect_after |
tree | commitdiff |
2005-01-29 |
Robert Roebling | Tried to restore wxPopupTransientWindow functionality |
tree | commitdiff |
2005-01-29 |
Robin Dunn | Don't use the parent's defered sizing handle if the... |
tree | commitdiff |
2005-01-29 |
Robin Dunn | Call CalculatePaperSizeFromId when SetPrintData or... |
tree | commitdiff |
2005-01-29 |
Robin Dunn | Patch #1111679 |
tree | commitdiff |
2005-01-29 |
Robin Dunn | Don't fail assertion about image size mismatch if the... |
tree | commitdiff |
2005-01-28 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2005-01-28 |
Kevin Hock | Close tree edit even if the change is vetoed to be... |
tree | commitdiff |
2005-01-28 |
Robin Dunn | wxEVT_MOUSEWHEEL is always defined, no #if needed |
tree | commitdiff |
2005-01-28 |
Włodzimierz Skiba | Use stock labels. Native wxRadioButton. Getting positio... |
tree | commitdiff |
2005-01-28 |
Stefan Csomor | CoreGraphics dev |
tree | commitdiff |
2005-01-28 |
Kevin Hock | Do not modify selection if right-click is on a selected... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | ATSUStyle taken from font |
tree | commitdiff |
2005-01-27 |
Kevin Hock | Add support for wxSL_INVERSE flag. Also uses new invers... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma , precomp support |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | ATSU Support in font extended |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
tree | commitdiff |
2005-01-27 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-01-27 |
Włodzimierz Skiba | Get/SetValue() and other improvements to the native... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
tree | commitdiff |
2005-01-26 |
Kevin Hock | Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu... |
tree | commitdiff |
2005-01-26 |
Stefan Neis | Cleanup for previous bug fix. |
tree | commitdiff |
2005-01-26 |
Stefan Neis | Fixed a compilation problem on AIX. |
tree | commitdiff |
2005-01-26 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-01-25 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2005-01-25 |
Vadim Zeitlin | fixed memory leak with client data when using DeleteAll... |
tree | commitdiff |
2005-01-25 |
Włodzimierz Skiba | Save dialog for printing. Source cleaning. |
tree | commitdiff |
2005-01-25 |
Włodzimierz Skiba | wxButton, wxCheckBox, wxSlider, wxToggleButton native... |
tree | commitdiff |
2005-01-24 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2005-01-24 |
Kevin Hock | Create non-GUI log target until GUI logging is availabl... |
tree | commitdiff |
2005-01-24 |
Dimitri Schoolwerth | fixed unreachable code warning (MSVC6) |
tree | commitdiff |
2005-01-24 |
Dimitri Schoolwerth | applied patch #1044865 (fixes problem: "On Win2K, the... |
tree | commitdiff |
2005-01-24 |
Włodzimierz Skiba | Missing include. |
tree | commitdiff |
2005-01-24 |
Włodzimierz Skiba | Native PalmOS wxControl and wxButton implementation... |
tree | commitdiff |
2005-01-24 |
Kevin Ollivier | Fixing notebook 'flashing' bug where the WebView would... |
tree | commitdiff |
2005-01-24 |
Kevin Hock | For consistency between WMs and with MSW, TOOL_WINDOW... |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Enable UpdateUI events in wxTaskBarIcon. |
tree | commitdiff |
2005-01-23 |
Kevin Hock | We need to update the scrollbar even if it's not shown... |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Applied patch for keyboard control in composite |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Fixed compilation for GTK 1.2 |
tree | commitdiff |
2005-01-23 |
Kevin Ollivier | Greatly improved wxWebKitCtrl positioning logic to... |
tree | commitdiff |
2005-01-22 |
Robert Roebling | Probably a bug in the MINGW32 header. |
tree | commitdiff |
2005-01-22 |
Stefan Neis | Blind fix for bug [ 1106890 ] (undeclared symbols on... |
tree | commitdiff |
2005-01-22 |
Kevin Hock | gtk_range_set_inverted only available on GTK2 |
tree | commitdiff |
2005-01-22 |
Mattia Barbon | Warning fixes. |
tree | commitdiff |
2005-01-22 |
Mattia Barbon | Fix wxSortedArray::Index() when wxUSE_STL == 1, with... |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Headers cleaning. |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | added wxStaticBoxSizer ctor creating a new static box |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab... |
tree | commitdiff |
2005-01-21 |
Robin Dunn | Patch #1106564, corrects possible 100% CPU load condition. |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | remove margins in the bitmap button |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | implemented DrawComboBoxDropButton() for classic Win32 |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | added DrawComboBoxDropButton() |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | compilation fix when used together with native control |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | check for error in GetSelection(long *, long *); clean... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | define wxHAS_NATIVE_DATEPICKCTRL in the header file... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | moved code working around combobox selection bug to... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | renamed generic version to wxDatePickerCtrlGeneric... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | put datectlg.cpp in ADVANCED_SRC so that it can be... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | don't include wx/popupwin.h in the header, use forward... |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Forgot to free string after usage. |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Start more than minimal TLW support. |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Reenable wxPalmOS status bar after recent changes.... |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Add support for wxSL_INVERSE using gtk_range_set_inverted |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Fixed name strings to match documentation (Expanded... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | switched to using wxPopupWindow |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | define wxDateEvent static stuff here |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | WM_CONTEXTMENU available since WinCE.NET |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | Missing define. |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | added and implemented for MSW wxDP_SHOWCENTURY flag |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | compilation fix for CE: don't use GetModuleHandleA... |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | call InitCommonControlsEx() when using comtl32.dll... |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | report more information about the control whose creatio... |
tree | commitdiff |
next |