2004-07-06 |
Dimitri Schoolwerth | removed deprecated source files from project (as well... |
tree | commitdiff |
2004-07-05 |
Dimitri Schoolwerth | fixed typo (no code changes) |
tree | commitdiff |
2004-07-05 |
Vadim Zeitlin | renamed errcode to fix compilation with VC++ 8 (replac... |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | don't set font unless necessary (patch 984853) |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
tree | commitdiff |
2004-07-04 |
Julian Smart | Should set event object to relevant window when dispatc... |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch... |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | (blind) compilation fix for GTK+ 1.x after last commit |
tree | commitdiff |
2004-07-03 |
Václav Slavík | a better way of applying style changes to label_widget |
tree | commitdiff |
2004-07-03 |
Robert Roebling | Not sure how important that is, but now you |
tree | commitdiff |
2004-07-03 |
Stefan Csomor | SetFont implementation moved to peer |
tree | commitdiff |
2004-07-03 |
Stefan Csomor | wxMacControl extensions, sleep implementations header... |
tree | commitdiff |
2004-07-03 |
Robin Dunn | Invalidate notebook best size when pages are added... |
tree | commitdiff |
2004-07-03 |
Gilles Depeyrot | added missing include files for compilation with Apple... |
tree | commitdiff |
2004-07-03 |
Václav Slavík | implemented tab order in wxGTK2 |
tree | commitdiff |
2004-07-03 |
Václav Slavík | don't use deprecated wxUsleep |
tree | commitdiff |
2004-07-03 |
Václav Slavík | m_queuedFullRedraw is not used anymore |
tree | commitdiff |
2004-07-02 |
Václav Slavík | wxTaskBarIconBase event handlers were never called... |
tree | commitdiff |
2004-07-02 |
Václav Slavík | fixed memory leak in wxNativeFontInfo when using Pango |
tree | commitdiff |
2004-07-02 |
Václav Slavík | BCC compilation fix |
tree | commitdiff |
2004-07-02 |
George Tasker | Patch # 984209 - Calls to wxFind() were using an old... |
tree | commitdiff |
2004-07-02 |
George Tasker | Patch # 984215 - Insert was returning SUCCESS after... |
tree | commitdiff |
2004-07-02 |
Stefan Csomor | sleep methods in synch with last changes |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | call InheritAttributes() during creation |
tree | commitdiff |
2004-07-01 |
Julian Smart | Comboboxes should have default height |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | implementation of the range insert for wxStringArray... |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added and documented wxWindow::MoveBefore/AfterInTabOrder() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | font inheritance fixes (patch 983251) |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | recognize EUC-KR charset (patch 983264) |
tree | commitdiff |
2004-07-01 |
Václav Slavík | set descent in GetTextExtend; use PANGO_PIXELS instead... |
tree | commitdiff |
2004-07-01 |
Václav Slavík | simplified justification code; fixed incorrect position... |
tree | commitdiff |
2004-07-01 |
Václav Slavík | fixed a bug that prevented wxLogGui from being used... |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | use CmdDown() instead of #ifdefs for Mac |
tree | commitdiff |
2004-06-30 |
Robin Dunn | The gaps should *not* be included in the space given... |
tree | commitdiff |
2004-06-30 |
Robin Dunn | Need to ensure that the right background is explicitly... |
tree | commitdiff |
2004-06-30 |
Robin Dunn | fixed typo |
tree | commitdiff |
2004-06-30 |
Robin Dunn | Layout fixes due to measuring with the wrong font.... |
tree | commitdiff |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | made GetTextExtent() work correctly with NULL theFont... |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | don't use &this->GetFont(), this is _not_ valid C+... |
tree | commitdiff |
2004-06-30 |
Václav Slavík | implemented wxSS::GetMetric on wxGTK2 (patch 950618) |
tree | commitdiff |
2004-06-30 |
Václav Slavík | decoupled attributes inheritance and m_hasXXX flags |
tree | commitdiff |
2004-06-30 |
Václav Slavík | fixed HTML entities parsing inside <titl |
tree | commitdiff |
2004-06-29 |
Robin Dunn | removed some commented out code that should have been... |
tree | commitdiff |
2004-06-29 |
Robin Dunn | minsize and attribute tweaks |
tree | commitdiff |
2004-06-29 |
Vadim Zeitlin | removed gtk.h include |
tree | commitdiff |
2004-06-29 |
Vadim Zeitlin | fixed bug in FindAbsoluteValidPath() which returned... |
tree | commitdiff |
2004-06-29 |
Vadim Zeitlin | recognize roman8 charset as us-ascii (this is wrong... |
tree | commitdiff |
2004-06-29 |
Robin Dunn | A little better failure message |
tree | commitdiff |
2004-06-29 |
Robin Dunn | Allow for Cmd-click on wxMac |
tree | commitdiff |
2004-06-28 |
Václav Slavík | implemented wxFRAME_NO_TASKBAR for wxGTK2 |
tree | commitdiff |
2004-06-28 |
Václav Slavík | respect absence of wxCENTRE |
tree | commitdiff |
2004-06-28 |
Václav Slavík | implemented nested index entries and index entries... |
tree | commitdiff |
2004-06-28 |
Václav Slavík | create wxDialog with proper _NET_WM hint so that the... |
tree | commitdiff |
2004-06-28 |
Mattia Barbon | Compilation fixes. |
tree | commitdiff |
2004-06-28 |
Kevin Ollivier | Fixing crash due to referencing a NULL m_font. |
tree | commitdiff |
2004-06-28 |
Kevin Ollivier | Fixed wxMDIChildWindow to be a native window on Mac... |
tree | commitdiff |
2004-06-28 |
Kevin Ollivier | Fixed typo in show available drives. |
tree | commitdiff |
2004-06-27 |
Václav Slavík | don't mess with the fonts if not asked to |
tree | commitdiff |
2004-06-27 |
Václav Slavík | removed wrong bg colour handling code |
tree | commitdiff |
2004-06-27 |
Václav Slavík | more fixes to HTML entities parsing when loading .hhk... |
tree | commitdiff |
2004-06-27 |
Václav Slavík | fixed typo |
tree | commitdiff |
2004-06-27 |
Václav Slavík | warning fix |
tree | commitdiff |
2004-06-27 |
Václav Slavík | fixed setting colour of wxStaticText in case the label... |
tree | commitdiff |
2004-06-27 |
Václav Slavík | implemented underlined text drawing for GTK2 |
tree | commitdiff |
2004-06-27 |
Václav Slavík | fixes to charset conversion when loading non-Latin1... |
tree | commitdiff |
2004-06-26 |
Václav Slavík | fixed sash dragging after programatically trying to... |
tree | commitdiff |
2004-06-26 |
Václav Slavík | implemented 3state checkboxes in wxGTK with GTK2 |
tree | commitdiff |
2004-06-26 |
Václav Slavík | doubleclick selects cell for editing |
tree | commitdiff |
2004-06-26 |
Václav Slavík | more fixes to keypress handling in wxGTK: |
tree | commitdiff |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made... |
tree | commitdiff |
2004-06-26 |
Stefan Csomor | allow a - at the beginning of a menu item (would become... |
tree | commitdiff |
2004-06-26 |
Stefan Csomor | rely on built-in best size... |
tree | commitdiff |
2004-06-26 |
Stefan Csomor | correctly positioning vertical slider labels |
tree | commitdiff |
2004-06-25 |
Stefan Csomor | colors are only set if non-black, otherwise Enable... |
tree | commitdiff |
2004-06-25 |
Julian Smart | Added braces to remove initialisation error |
tree | commitdiff |
2004-06-25 |
Stefan Csomor | font retrieval synched for setsize and bestsize |
tree | commitdiff |
2004-06-25 |
Stefan Csomor | best size handling fix |
tree | commitdiff |
2004-06-25 |
Stefan Csomor | cursor handling fix |
tree | commitdiff |
2004-06-25 |
Stefan Csomor | two-level switch statement for event types |
tree | commitdiff |
2004-06-25 |
Stefan Csomor | fix missing mouse-up events (eg when track control... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | SetSizeHints hacks are not needed any longer since... |
tree | commitdiff |
2004-06-24 |
Václav Slavík | inform the IM context about focus changes |
tree | commitdiff |
2004-06-24 |
Václav Slavík | GtkIMContext must be the first to process keypress... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | Optimized sizers to not call CalcMin more often than... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed keypresses handling to correctly translate Unicod... |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed memory leak and removed duplicated code |
tree | commitdiff |
2004-06-24 |
Václav Slavík | use GtkIMContext variable, not GtkIMMulticontext, we... |
tree | commitdiff |
2004-06-24 |
David Elliott | We don't need to pose for NSMenuItem, target/action... |
tree | commitdiff |
2004-06-24 |
David Elliott | * Do not use class posing to handle target/action. |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
tree | commitdiff |
2004-06-24 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
tree | commitdiff |
2004-06-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-06-24 |
Stefan Csomor | unicode fix |
tree | commitdiff |
2004-06-24 |
Václav Slavík | reverted previous commit: the _real_ bug was already... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | work around a bug in TabCtrl_AdjustRect which will... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | removed a SetFont(parent->GetFont()) |
tree | commitdiff |
next |