2007-07-20 |
Paul Cornett | more AC_CHECK_HEADERS fixes
|
commit | commitdiff | tree |
2007-07-20 |
Paul Cornett | use the right cast to fix warning, rather than just...
|
commit | commitdiff | tree |
2007-07-20 |
Paul Cornett | add missing parens to bitwise expression
|
commit | commitdiff | tree |
2007-07-15 |
Paul Cornett | fix for monolithic build
|
commit | commitdiff | tree |
2007-07-14 |
Paul Cornett | fix syntax error
|
commit | commitdiff | tree |
2007-07-14 |
Paul Cornett | fix HasPendingEvents() to only return true if there...
|
commit | commitdiff | tree |
2007-07-12 |
Paul Cornett | fix MDI child sizing, which was working more or less...
|
commit | commitdiff | tree |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events
|
commit | commitdiff | tree |
2007-07-04 |
Paul Cornett | indentation cleanup, unused variables, constant expressions...
|
commit | commitdiff | tree |
2007-07-03 |
Paul Cornett | get color count from ComputeHistogram, use sprintf...
|
commit | commitdiff | tree |
2007-07-03 |
Paul Cornett | fix XPM SaveFile for more than 92 colors
|
commit | commitdiff | tree |
2007-06-27 |
Paul Cornett | block signal handlers, instead of disconnecting, to...
|
commit | commitdiff | tree |
2007-06-22 |
Paul Cornett | gtk_widget_destroy does not unref the widget unless...
|
commit | commitdiff | tree |
2007-06-21 |
Paul Cornett | fix typo
|
commit | commitdiff | tree |
2007-06-21 |
Paul Cornett | fix reversed left/top variables
|
commit | commitdiff | tree |
2007-06-20 |
Paul Cornett | fix reparenting a control into wxToolBar
|
commit | commitdiff | tree |
2007-06-14 |
Paul Cornett | typo fix
|
commit | commitdiff | tree |
2007-06-14 |
Paul Cornett | remove gtk1 code
|
commit | commitdiff | tree |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars
|
commit | commitdiff | tree |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function.
|
commit | commitdiff | tree |
2007-05-20 |
Paul Cornett | simplify client size calculation
|
commit | commitdiff | tree |
2007-05-20 |
Paul Cornett | initialize m_sizeSet
|
commit | commitdiff | tree |
2007-05-19 |
Paul Cornett | move m_sizeSet out of wxWindow
|
commit | commitdiff | tree |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize
|
commit | commitdiff | tree |
2007-05-17 |
Paul Cornett | gtk version check should be runtime, not compile time
|
commit | commitdiff | tree |
2007-05-16 |
Paul Cornett | need to invert offsets for gdk_pixbuf_scale;
|
commit | commitdiff | tree |
2007-05-16 |
Paul Cornett | speed up Rescale 5- to 15-fold by using pixbuf scaling
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | src/gtk/data.cpp is no longer needed
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | move definitions from src/gtk/data.cpp to other appropriate...
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | add wxUSE_DRAGIMAGE wrapper
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | build fix for wxUSE_DRAGIMAGE==0
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | src/gtk/utilsres.cpp is obsolete
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | build fix for wxUSE_CONFIG==0
|
commit | commitdiff | tree |
2007-05-05 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2007-05-02 |
Paul Cornett | remove miniframe stuff from GtkOnSize(), it's handled...
|
commit | commitdiff | tree |
2007-05-02 |
Paul Cornett | make File->Exit work
|
commit | commitdiff | tree |
2007-04-26 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one...
|
commit | commitdiff | tree |
2007-04-26 |
Paul Cornett | really fix window being repositioned after hiding,...
|
commit | commitdiff | tree |
2007-04-24 |
Paul Cornett | Fix window being repositioned after hiding, then reshowing.
|
commit | commitdiff | tree |
2007-04-23 |
Paul Cornett | revert move events change, it blocks programmatic move...
|
commit | commitdiff | tree |
2007-04-23 |
Paul Cornett | don't send move events for size changes
|
commit | commitdiff | tree |
2007-04-23 |
Paul Cornett | fix return type for "map_event" and "unmap_event" handlers
|
commit | commitdiff | tree |
2007-04-22 |
Paul Cornett | fix double to int conversion warning
|
commit | commitdiff | tree |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts
|
commit | commitdiff | tree |
2007-04-19 |
Paul Cornett | Reorganize idle system code.
|
commit | commitdiff | tree |
2007-04-18 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers
|
commit | commitdiff | tree |
2007-04-14 |
Paul Cornett | fix assert on gtk
|
commit | commitdiff | tree |
2007-04-08 |
Paul Cornett | Children need to be updated in size_allocate even if...
|
commit | commitdiff | tree |
2007-04-03 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0
|
commit | commitdiff | tree |
2007-04-03 |
Paul Cornett | more checks for non-scrolling windows, some code duplication...
|
commit | commitdiff | tree |
2007-03-31 |
Paul Cornett | don't clamp scroll position before updating GtkRange,
|
commit | commitdiff | tree |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive
|
commit | commitdiff | tree |
2007-03-11 |
Paul Cornett | fix assertions on invalid items
|
commit | commitdiff | tree |
2007-03-11 |
Paul Cornett | put refdata virtuals in the right class this time
|
commit | commitdiff | tree |
2007-03-11 |
Paul Cornett | use AllocExclusive
|
commit | commitdiff | tree |
2007-03-10 |
Paul Cornett | make wxPenRefData private
|
commit | commitdiff | tree |
2007-03-10 |
Paul Cornett | use AllocExclusive
|
commit | commitdiff | tree |
2007-03-10 |
Paul Cornett | source id type is unsigned; minor cleanup
|
commit | commitdiff | tree |
2007-03-10 |
Paul Cornett | use simpler color ctor
|
commit | commitdiff | tree |
2007-03-10 |
Paul Cornett | use simpler color ctor
|
commit | commitdiff | tree |
2007-03-10 |
Paul Cornett | sizeof(char) is 1. By definition.
|
commit | commitdiff | tree |
2007-03-09 |
Paul Cornett | add 4th parameter to AC_CHECK_HEADER to skip preprocessor...
|
commit | commitdiff | tree |
2007-03-08 |
Paul Cornett | remove unreachable declaration
|
commit | commitdiff | tree |
2007-03-08 |
Paul Cornett | add HAVE_ROUND
|
commit | commitdiff | tree |
2007-03-08 |
Paul Cornett | minor cleanup
|
commit | commitdiff | tree |
2007-03-08 |
Paul Cornett | use full repaint style instead of size event
|
commit | commitdiff | tree |
2007-03-08 |
Paul Cornett | non-debug build fix
|
commit | commitdiff | tree |
2007-03-07 |
Paul Cornett | queue resize on child when its position changes
|
commit | commitdiff | tree |
2007-03-05 |
Paul Cornett | use AllocExclusive
|
commit | commitdiff | tree |
2007-03-03 |
Paul Cornett | Don't assert on value change which shouldn't occur...
|
commit | commitdiff | tree |
2007-02-06 |
Paul Cornett | simplify wxGTK DoSetSizeHints logic, respect size increments
|
commit | commitdiff | tree |
2007-01-21 |
Paul Cornett | expose handlers are supposed to return a gboolean;
|
commit | commitdiff | tree |
2007-01-18 |
Paul Cornett | revert last, GUI mutex isn't GUI-only
|
commit | commitdiff | tree |
2007-01-18 |
Paul Cornett | use GTK-specific GUI lock
|
commit | commitdiff | tree |
2007-01-15 |
Paul Cornett | don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR...
|
commit | commitdiff | tree |
2007-01-15 |
Paul Cornett | remove some unneeded includes, clean up gnome force...
|
commit | commitdiff | tree |
2007-01-15 |
Paul Cornett | only gtk1 needs poll now
|
commit | commitdiff | tree |
2007-01-15 |
Paul Cornett | chain to the polling function GLib was using before...
|
commit | commitdiff | tree |
2007-01-12 |
Paul Cornett | add wxToolbook checking
|
commit | commitdiff | tree |
2007-01-08 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2007-01-01 |
Paul Cornett | restore declaration inline specifier, and make definition...
|
commit | commitdiff | tree |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are...
|
commit | commitdiff | tree |
2006-12-28 |
Paul Cornett | fix idle handling when a new event loop is run from...
|
commit | commitdiff | tree |
2006-12-14 |
Paul Cornett | make sure style is set on menubar before querying its...
|
commit | commitdiff | tree |
2006-12-11 |
Paul Cornett | cleanup:
|
commit | commitdiff | tree |
2006-12-11 |
Paul Cornett | cleanup:
|
commit | commitdiff | tree |
2006-12-10 |
Paul Cornett | size_t passed to %d format specifier
|
commit | commitdiff | tree |
2006-12-09 |
Paul Cornett | indentation fixes
|
commit | commitdiff | tree |
2006-12-09 |
Paul Cornett | unused variable
|
commit | commitdiff | tree |
2006-12-09 |
Paul Cornett | correct access for virtuals
|
commit | commitdiff | tree |
2006-12-09 |
Paul Cornett | SetInsertionPointEnd should make the insert point visible...
|
commit | commitdiff | tree |
2006-12-09 |
Paul Cornett | rename RemoveIdleSource to SuspendIdleCallback
|
commit | commitdiff | tree |
2006-12-09 |
Paul Cornett | fix for SetPosition/SetInsertionPoint when called during...
|
commit | commitdiff | tree |
2006-12-08 |
Paul Cornett | re-enable blocking of wx idle events when assert dialog...
|
commit | commitdiff | tree |
2006-12-07 |
Paul Cornett | bitwise vs. logical operator
|
commit | commitdiff | tree |
2006-12-07 |
Paul Cornett | static functions don't need an instance
|
commit | commitdiff | tree |
next |