2006-05-08 |
Vadim Zeitlin | wxComboControl and wxOwnerDrawnComboBox (patch 1479938) |
tree | commitdiff |
2006-05-08 |
Włodzimierz Skiba | Include wx/dcprint.h according to precompiled headers... |
tree | commitdiff |
2006-05-08 |
Włodzimierz Skiba | Include wx/dcmemory.h according to precompiled headers... |
tree | commitdiff |
2006-05-08 |
Vadim Zeitlin | removed __throws_bad_alloc import, this apparently... |
tree | commitdiff |
2006-05-07 |
Paul Cornett | call static functions directly |
tree | commitdiff |
2006-05-07 |
Paul Cornett | unused variables/declarations |
tree | commitdiff |
2006-05-07 |
Vadim Zeitlin | use non numpad equivalents for the numpad keys in CHAR... |
tree | commitdiff |
2006-05-07 |
Vadim Zeitlin | removed more unneeded code in kbd handling logic |
tree | commitdiff |
2006-05-07 |
Vadim Zeitlin | removed code which had no effect in HandleChar() |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | fix for popup menus (part of patch 1238355) |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | use SubclassWin() insteaf of just wxAssociateWinWithHan... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | send wxWindowCreateEvent from SubclassWin(), not WM_CRE... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | don't generate duplicate event for numpad keys with... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | use wxGtkString instead of manual g_free()s (also fixed... |
tree | commitdiff |
2006-05-06 |
Włodzimierz Skiba | Include wx/dcclient.h according to precompiled headers... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | pango_font_description_get_family() can return NULL |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | compilation fix for the last check in |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | clamp the point size of the font to a reaosnable range... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | cache best size in DoGetBestSize() |
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 InitCommandEventWithItems() and call it from... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | corrected last change to cWC2MB() to also work for... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | don't allocate 0-sized buffer in cWC2MB() even if input... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | removed wxIsLoggingEnabled() as it could create the... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | typo: PrintfInLogBug() was probably supposed to be... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | delete the old log target if one had been created someh... |
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 |
Paul Cornett | call static functions directly |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | don't give an error when editing of the items label... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | added InitCommandEventWithItems() and call it from... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | blank lines were ignored in multiline cell labels ... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | code cleanup in DrawTextRectangle() |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | signed/unsigned warning fix |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | re-reversed SB_TOP/BOTTOM undoing rev 1.21 change ... |
tree | commitdiff |
2006-05-06 |
Stefan Csomor | must be AnyState , not NoState to get all elements... |
tree | commitdiff |
2006-05-06 |
Paul Cornett | don't include scrollbar area in client size |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | removed TTN_NEEDTEXT handlers, we don't use tooltips... |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | Include wx/dc.h according to precompiled headers of... |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | CSS colour compatibility after #1473731. |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | !wxUSE_TOOLTIPS build fix. |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | Include wx/frame.h according to precompiled headers... |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | Misplaced #ifdef ... #endif fix. |
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 ss_tooltips to gs_tooltips to follow the standa... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | renamed m_boxes to m_buttons because, well, it contains... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | renamed local variable named m_radio as the m_ prefix... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | added support for radiobox items tooltips in XRC |
tree | commitdiff |
2006-05-04 |
Włodzimierz Skiba | Include wx/panel.h according to precompiled headers... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | made GetRowCount() return size_t to avoid signed/unsign... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | only take into account visible children in DoLayout() |
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 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-05-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-05-04 |
Włodzimierz Skiba | Include wx/window.h according to precompiled headers... |
tree | commitdiff |
2006-05-03 |
Vadim Zeitlin | compilation fix when not using PCH |
tree | commitdiff |
2006-05-03 |
Włodzimierz Skiba | Include wx/stream.h according to precompiled headers... |
tree | commitdiff |
2006-05-03 |
Vadim Zeitlin | fixed printf format warning on 64 bit platforms |
tree | commitdiff |
2006-05-03 |
Paul Cornett | wxASSERT(false) --> wxFAIL |
tree | commitdiff |
2006-05-03 |
David Surovell | minor cleanup - reformatting |
tree | commitdiff |
2006-05-03 |
Vadim Zeitlin | update the sizes of all pages when the control size... |
tree | commitdiff |
2006-05-03 |
Vadim Zeitlin | don't invalidate the tree size when pages are added... |
tree | commitdiff |
2006-05-03 |
Vadim Zeitlin | fixed setting selection when there are NULL pages in... |
tree | commitdiff |
2006-05-02 |
Włodzimierz Skiba | DMC warning fix. |
tree | commitdiff |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
tree | commitdiff |
2006-05-01 |
Paul Cornett | & operator should be && |
tree | commitdiff |
2006-05-01 |
Stefan Csomor | use cleaner OSX version (10.3 upwards) |
tree | commitdiff |
2006-04-30 |
Włodzimierz Skiba | Renamed DrawCheckButton due to conflict with existing... |
tree | commitdiff |
2006-04-30 |
Włodzimierz Skiba | eVC3 (older WinCE) build fix. |
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 | Patch 1476076 about negative wxImage size when |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Blindly added wxImageList::replace( int, bitmap,... |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Fix mem leak. |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Trying to commit wxDirDialog patch. |
tree | commitdiff |
2006-04-30 |
Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. |
tree | commitdiff |
2006-04-30 |
Włodzimierz Skiba | Build fix for SmartPhoneCE. |
tree | commitdiff |
2006-04-29 |
Dimitri Schoolwerth | changed calls to wxMac's private wxColour::Set to use... |
tree | commitdiff |
2006-04-29 |
Stefan Csomor | obsolete ref to checklistbox |
tree | commitdiff |
2006-04-29 |
Stefan Csomor | switching implementation to current base technologies |
tree | commitdiff |
2006-04-29 |
Stefan Csomor | switching implementation new core system (ATS) |
tree | commitdiff |
2006-04-28 |
Włodzimierz Skiba | Final touch for wxColour <-> wxString and wxColourBase... |
tree | commitdiff |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
tree | commitdiff |
2006-04-28 |
Włodzimierz Skiba | Simplify wxWinCE #ifdefs. |
tree | commitdiff |
2006-04-27 |
Włodzimierz Skiba | wxTLW::IsAlwaysMaximized() introduction. |
tree | commitdiff |
2006-04-27 |
Włodzimierz Skiba | Include wx/event.h according to precompiled headers... |
tree | commitdiff |
2006-04-27 |
Vadim Zeitlin | correction to exception handling in threads: call wxThr... |
tree | commitdiff |
2006-04-27 |
Włodzimierz Skiba | Refresh(row) should be RefreshRow(row), otherwise it... |
tree | commitdiff |
2006-04-27 |
Vadim Zeitlin | undid last commit, it was accidental and the commit... |
tree | commitdiff |
2006-04-27 |
Vadim Zeitlin | handle fatal exceptions in the other threads (based... |
tree | commitdiff |
2006-04-27 |
Stefan Csomor | renamed RGBColor setter to avoid former overload being... |
tree | commitdiff |
2006-04-27 |
Paul Cornett | use stock pens/colors |
tree | commitdiff |
2006-04-27 |
Robin Dunn | Reset the mouse event object and id in case FindWindowF... |
tree | commitdiff |
2006-04-26 |
Vadim Zeitlin | handle fatal exceptions in the other threads (based... |
tree | commitdiff |
2006-04-26 |
Vadim Zeitlin | fixed unused param warning and code cleanup/simplificat... |
tree | commitdiff |
next |