2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix restoration of the old font size in DoGetTextExtent... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | there is no sqrt(int) in standard C++ (although glibc... |
tree | commitdiff |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-31 |
Paul Cornett | make sure update UI handlers are called for accelerator... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Set cursor to <from> in wxTextCtrk::SetSelection |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Disable focus out events during menu popup |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
2008-10-18 |
Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize() |
tree | commitdiff |
2008-10-17 |
Paul Cornett | partial support for border metrics of non-TLW |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
tree | commitdiff |
2008-10-16 |
Paul Cornett | simplify code by using wxGTKPrivate::GetButtonWidget() |
tree | commitdiff |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
tree | commitdiff |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
tree | commitdiff |
2008-10-10 |
Paul Cornett | use correct background color when drawing borders |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Use g_signal_connect_after for wxRadioButton as well |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Blind guess fix for wxRB_SINGLE |
tree | commitdiff |
2008-10-08 |
Robert Roebling | Forgot to set GtkIter stamp in Select() and friends |
tree | commitdiff |
2008-10-07 |
Robert Roebling | GTK+ version guard |
tree | commitdiff |
2008-10-07 |
Robert Roebling | Don't set HINT_COMBO as wxPopupWindow is used for diffe... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Make keyboard input to controls in a wxPopupWindow... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Wrong order of calls |
tree | commitdiff |
2008-10-06 |
Francesco Montorsi | better error messages, when possible |
tree | commitdiff |
2008-10-03 |
Jouk Jansen | adding variable initialization to 0 |
tree | commitdiff |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl... |
tree | commitdiff |
2008-09-30 |
Václav Slavík | don't cache tray protocol availability result in wxTask... |
tree | commitdiff |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | eliminate the hysteresis when scrollbars didn't disappe... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | fix for non-PCH builds |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | position the insertion point to the start, not end... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | Get rid of gs_cairo; if wxGtkPrint* classes are used... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | route all Cairo calls in GTK printing code through... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue... |
tree | commitdiff |
2008-09-15 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | make ellipses drawn with transparent pen more wxGC... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | add wxCANCEL_DEFAULT support |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | rename variable which was redefined inside a loop |
tree | commitdiff |
2008-09-09 |
Václav Slavík | removed superfluous font size scaling in wxGtkPrinterDC... |
tree | commitdiff |
2008-09-06 |
Vadim Zeitlin | add wxGTK_CONVs to fix STL and ANSI builds |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | make it possible to use stock ids for custom message... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | added support for custom labels in wxMessageBox for... |
tree | commitdiff |
2008-09-05 |
Paul Cornett | fix memory leak |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | removed unnceessary gtk_window_set_transient_for()... |
tree | commitdiff |
2008-09-05 |
Paul Cornett | fix for infinite loop when wxBeginBusyCursor is called... |
tree | commitdiff |
2008-09-01 |
Robert Roebling | use gtk_block_event instead of m_block event field |
tree | commitdiff |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
tree | commitdiff |
2008-08-29 |
Robert Roebling | Fix #9917: File save dialog does not honor file extensi... |
tree | commitdiff |
2008-08-28 |
Paul Cornett | use 8 bits for alpha, nothing needs 16 bit alpha here |
tree | commitdiff |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | uncomment line accidentally left commented out in last... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | fix for GTK assertion `info->icon_pixmap == NULL' faile... |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | add parentheses for && inside || to fix g++ 4.3 warning |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | use Pango to draw rotated text if possible (this suppor... |
tree | commitdiff |
2008-08-21 |
Robert Roebling | Ticket #9858 gtk wxDC::DrawText() - draw text backgroun... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | remove text field from page data, add much more useful... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | don't terminate the event loop in EndModal() if it... |
tree | commitdiff |
2008-08-15 |
Paul Cornett | fix for page change not working after veto, #3808 |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-10 |
Paul Cornett | don't modify position for default border if button... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | add control items from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | some code cleanup |
tree | commitdiff |
2008-08-10 |
Paul Cornett | set extra widget from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | fix previous commit to respect minimum width |
tree | commitdiff |
2008-08-07 |
Paul Cornett | allow dialog to be resized smaller with extra control |
tree | commitdiff |
2008-08-07 |
Paul Cornett | fix sizing of extra control |
tree | commitdiff |
2008-08-06 |
Paul Cornett | use "new" GtkToolbar API |
tree | commitdiff |
2008-08-04 |
Julian Smart | Allow small widths if setting initial strings. |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxRenderer::GetCheckBoxSize(); refactor wxGTK code... |
tree | commitdiff |
2008-08-02 |
Robert Roebling | Support NOR logical function |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add more stock items (#9799) |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-07-28 |
Paul Cornett | fix Gtk-WARNING "... no property named `row-ending... |
tree | commitdiff |
2008-07-21 |
Václav Slavík | Fixed detection of Meta key state so that NumLock isn... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't call gtk_selection_data_set_text() with non-UTF... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | wxDF_UNICODETEXT shouldn't be supported at all in ANSI... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | no changes, just fixed a typo in comment |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | use #if wxUSE_UNICODE instead of #ifdefs (which totally... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't show warning to the user if session manager detec... |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | fix generation of events for an initially empty wxDirPi... |
tree | commitdiff |
2008-07-18 |
Paul Cornett | fix masking of disabled bitmaps with some themes |
tree | commitdiff |
2008-07-07 |
Paul Cornett | gtk-universal build fixes |
tree | commitdiff |
2008-07-02 |
Robert Roebling | Tried to make wxListBox::Update() work, typo corrected |
tree | commitdiff |
2008-07-02 |
Robert Roebling | Tried to make wxListBox::Update() work |
tree | commitdiff |
2008-06-27 |
Robert Roebling | gtk wxStaticText and wxALIGN_CENTER_VERTICAL |
tree | commitdiff |
2008-06-23 |
Vadim Zeitlin | wxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2 |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | allow wxDialog::ShowModal() after Show() (see #1416... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | assert if ShowModal() is called after a previous Show... |
tree | commitdiff |
next |